]> code.delx.au - gnu-emacs/blob - oldXMenu/ChangeLog
Update copyright year to 2014 by running admin/update-copyright.
[gnu-emacs] / oldXMenu / ChangeLog
1 2013-10-24 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (abs_top_srcdir): New, set by configure.
4
5 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
6
7 Makefile improvements.
8 * Makefile.in (all, tags): Don't use double-colon rules, as they
9 are not portable according to POSIX. Mark as phony.
10
11 2012-12-04 Paul Eggert <eggert@cs.ucla.edu>
12
13 Include <config.h> uniformly in oldXMenu sources.
14 * Activate.c, AddPane.c, AddSel.c, ChgPane.c, ChgSel.c, Create.c:
15 * InsPane.c, InsSel.c, Internal.c, XMakeAssoc.c:
16 Do not include <config.h>, since XMenuInt.h does that now.
17 * XLookAssoc.c, XMenuInt.h: Include <config.h>.
18 This avoids a build failure when configuring on Fedora 17
19 --with-x-toolkit=no, reported by Dmitry Andropov in
20 <http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00078.html>.
21
22 2012-10-06 Ulrich Müller <ulm@gentoo.org>
23
24 * Makefile.in (AR, ARFLAGS): Get values from configure.
25
26 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
27
28 * Makefile.in (ALL_CFLAGS): Add -I../lib -I${srcdir}/../lib.
29 This is needed for hosts that lack <alloca.h>, when Emacs is
30 configured --with-x-toolkit=no. Problem reported by Herbert
31 J. Skuhra for FreeBSD.
32
33 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
34
35 configure: new option --enable-gcc-warnings (Bug#11207)
36 * Makefile.in (C_WARNINGS_SWITCH): Remove.
37 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
38 (ALL_CFLAGS): Use new macros rather than old.
39
40 2012-04-11 Glenn Morris <rgm@gnu.org>
41
42 * Makefile.in (C_SWITCH_X_SYSTEM): Remove.
43 (ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM.
44
45 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
46
47 Static checks with GCC 4.6.0 and non-default toolkits.
48
49 Modernize to C89, for better static checking.
50 * Activate.c (XMenuActivate): Callback's first arg is readonly.
51 * AddPane.c (XMenuAddPane): Label is readonly. Rename local
52 to avoid shadowing.
53 * AddSel.c (XMenuAddSelection): Help arg is readonly. Rename local.
54 * Create.c (atoi, atof): Remove decls; include <stdlib.h>.
55 (MAX_INACT_PNUM, TILE_BUF_SIZE): Remove; unused.
56 (x_get_resource_string): Args are readonly.
57 (XAllocDisplayColor): colorName is readonly.
58 (XMenuCreate): def_env is readonly. Remove unused locals. Avoid
59 "else;".
60 * Destroy.c (XMenuDestroy): Return void.
61 * Error.c (XMenuError): Remove const pointer.
62 * EvHand.c (XMenuEventHandler): Return void.
63 * FindPane.c, FindSel.c: Include <string.h>.
64 * InsPane.c (XMenuInsertPane): Rename local to avoid shadowing.
65 * InsSel.c (XMenuInsertSelection): Likewise.
66 * Internal.c (toggle_color, BUFFER_SIZE): Remove; unused.
67 (_XMErrorList): Now const.
68 (_XMWinQueInit, _XMRecomputeGlobals, _XMTransToOrigin, _XMRefreshPane):
69 (_XMRefreshSelection): Return void.
70 (_XMWinQueFlush, _XMRefreshSelection): Rename locals to avoid
71 shadowing.
72 (_XMWinQueFlush): Use stack, not heap. Don't use uninitialized var.
73 * SetAEQ.c (XMenuSetAEQ): Now returns void.
74 * SetFrz.c (XMenuSetFreeze): Likewise.
75 * X10.h (XAssoc): Use void * for generic pointer.
76 * XDelAssoc.c: Include XMenuInt.h rather than duplicating part of it.
77 * XDestAssoc.c, XMakeAssoc.c: Likewise.
78 * XDestAssoc.c (XDestroyAssocTable): Return void.
79 * XMakeAssoc.c (XMakeAssoc): Use void * for generic pointer.
80 * XMenu.h, XMenuInt.h: Adjust to signature changes. Use const
81 for pointers to readonly storage.
82 * insque.c: Include XMenuInt.h, to check our own signature.
83 (emacs_insque, emacs_remque): Use void * for generic pointers.
84
85 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
86
87 * Version 23.3 released.
88
89 2010-11-09 Elias Pipping <pipping.elias@googlemail.com> (tiny change)
90
91 Make Emacs compile with clang (bug#7309).
92 * XMakeAssoc.c (XMakeAssoc):
93 * XDelAssoc.c (XDeleteAssoc): Declare the return type.
94
95 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
96
97 * XMenu.h: Include <stdlib.h>.
98
99 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
100
101 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
102 substitution.
103 (ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
104
105 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
106
107 * Activate.c: Convert function definitions to standard C.
108 * AddPane.c:
109 * AddSel.c:
110 * ChgPane.c:
111 * ChgSel.c:
112 * Create.c:
113 * DelPane.c:
114 * DelSel.c:
115 * Destroy.c:
116 * Error.c:
117 * EvHand.c:
118 * FindPane.c:
119 * FindSel.c:
120 * InsPane.c:
121 * InsSel.c:
122 * Internal.c:
123 * Locate.c:
124 * Post.c:
125 * Recomp.c:
126 * SetAEQ.c:
127 * SetFrz.c:
128 * SetPane.c:
129 * SetSel.c:
130 * X10.h:
131 * XCrAssoc.c:
132 * XDelAssoc.c:
133 * XDestAssoc.c:
134 * XLookAssoc.c:
135 * XMakeAssoc.c:
136 * XMenu.h:
137 * XMenuInt.h:
138 * insque.c: Likewise.
139
140 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
141
142 * Version 23.2 released.
143
144 2010-05-06 Glenn Morris <rgm@gnu.org>
145
146 * Makefile.in (RANLIB): Let configure set it.
147 (libXMenu11.a): Configure sets RANLIB = : on systems without it.
148
149 * Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
150 (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
151
152 2010-05-04 Glenn Morris <rgm@gnu.org>
153
154 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE):
155 Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
156 @c_switch_system@, @c_switch_machine@.
157
158 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
159
160 * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
161
162 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
163
164 * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
165
166 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
167
168 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
169 (C_SWITCH_X_SITE): Define using autoconf.
170
171 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
172
173 * Branch for 23.2.
174
175 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
176
177 * Branch for 23.1.
178
179 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
180
181 * descrip.mms:
182 * compile.com: Remove file.
183 * Create.c: Remove VMS support.
184
185 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
186
187 * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
188
189 2007-07-25 Glenn Morris <rgm@gnu.org>
190
191 * Relicense all FSF files to GPLv3 or later.
192
193 2007-06-04 Ulrich Mueller <ulm@gentoo.org> (tiny change)
194
195 * ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no
196 compilation warnings: #include <config.h>.
197
198 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
199
200 * Version 22.1 released.
201
202 2007-05-30 Ulrich Mueller <ulm@gentoo.org> (tiny change)
203
204 * XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc.
205
206 2007-02-27 Glenn Morris <rgm@gnu.org>
207
208 * Imakefile: Remove unused file with no explicit legal info.
209 * Makefile.in (distclean): Remove Makefile.
210
211 2007-02-25 Glenn Morris <rgm@gnu.org>
212
213 * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c:
214 * XMakeAssoc.c: Remove license text in favor of including
215 copyright.h, as was done in original X11 source.
216
217 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
218
219 * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
220 was pressed.
221
222 2004-11-12 Jan Djärv <jan.h.d@swipnet.se>
223
224 * XMenu.h (XMenuActivateSetWaitFunction): New function.
225
226 * Activate.c (XMenuActivateSetWaitFunction): New function.
227 (XMenuActivate): Call wait_func if set, before XNextEvent.
228
229 2002-04-22 Jan Djärv <jan.h.d@swipnet.se>
230
231 * Activate.c: Add calls to GrabKeyboard to remove strange
232 interactions with window managers that steal keypresses.
233 Call ungrab_all instead of XtUngrabPointer.
234 (XMenuActivate): Add call to XGrabKeyboard.
235 (XMenuActivate): Add call to XUngrabKeyboard.
236
237 2001-10-20 Gerd Moellmann <gerd@gnu.org>
238
239 * (Version 21.1 released.)
240
241 2001-10-05 Gerd Moellmann <gerd@gnu.org>
242
243 * Branch for 21.1.
244
245 2000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
246
247 * Activate.c (XMenuActivate): Call help callback with two more
248 arguments: the pane number and selection number.
249
250 2000-01-27 Gerd Moellmann <gerd@gnu.org>
251
252 * Activate.c (XMenuActivate): Add parameter HELP_CALLBACK.
253 Call help callback.
254
255 * Post.c (XMenuPost): Pass null help callback to XMenuActivate.
256
257 * AddSel.c (XMenuAddSelection): Add parameter HELP.
258
259 * XMenu.h (XmSelect): Add member `help_string'.
260
261 1999-07-12 Richard Stallman <rms@gnu.org>
262
263 * Version 20.4 released.
264
265 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
266
267 * Version 20.3 released.
268
269 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
270
271 * Version 20.2 released.
272
273 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
274
275 * Version 20.1 released.
276
277 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
278
279 * Version 19.33 released.
280
281 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
282
283 * Version 19.32 released.
284
285 1996-06-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
286
287 * Internal.c (_XMRefreshSelection): Check for type SEPARATOR.
288 * InsSel.c (XMenuInsertSelection): Use SEPARATOR if nec.
289 * AddSel.c (XMenuAddSelection): Use SEPARATOR if nec.
290
291 * XMenu.h: New alternative SEPARATOR.
292
293 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
294
295 * Version 19.31 released.
296
297 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
298
299 * Version 19.30 released.
300
301 1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
302
303 * Makefile.in (ALL_CFLAGS): Add some -I options.
304
305 * Activate.c, AddPane.c, AddSel.c, Create.c, InsPane.c, InsSel.c:
306 * Internal.c, XCrAssoc.c, XMakeAssoc.c: Include config.h.
307
308 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
309
310 * Version 19.29 released.
311
312 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
313
314 * Makefile.in (maintainer-clean): Renamed from realclean.
315
316 1994-10-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
317
318 * Makefile.in (ALL_CFLAGS): Reorder the switches more rationally.
319
320 1994-10-24 Jim Wilson (wilson@chestnut.cygnus.com)
321
322 * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_MACHINE.
323
324 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
325
326 * Version 19.27 released.
327
328 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
329
330 * Version 19.26 released.
331
332 1994-07-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
333
334 * Error.c (XMenuError): Make `message' static.
335
336 1994-06-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
337
338 * Create.c (XAllocDisplayColor): New function.
339 Use it throughout in place of XAllocNamedColor.
340
341 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
342
343 * Version 19.25 released.
344
345 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
346
347 * Version 19.24 released.
348
349 1994-05-17 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
350
351 * Create.c (XMenuCreate): Declare `data' as char*.
352
353 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
354
355 * Version 19.23 released.
356
357 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
358
359 * Create.c (XMenuCreate): Declare `data' as unsigned char*.
360
361 1994-01-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362
363 * XMakeAssoc.c (XMakeAssoc): Use xmalloc.
364 (_XIOErrorFunction): Decl deleted.
365
366 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
367
368 * Version 19.22 released.
369
370 1993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
371
372 * Activate.c (XMenuActivate):
373 Call XSetWindowBackground and _XMRefreshPane.
374
375 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
376
377 * Version 19.21 released.
378
379 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
380
381 * Makefile.in (libXMenu11.a): Tell make not to worry if ranlib fails.
382 Tell user too, in case make doesn't pay attention.
383
384 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
385
386 * Version 19.20 released.
387
388 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
389
390 * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_SYSTEM.
391
392 1993-09-27 Brian J. Fox (bfox@valhalla)
393
394 * Makefile.in (CPP, LN_S, C_SWITCH_X_SITE, CC, CFLAGS): Allow
395 `configure' to supply the values for these variables.
396
397 1993-09-26 Brian J. Fox (bfox@ai.mit.edu)
398
399 * Makefile.in (VPATH, srcdir): Now that `configure' creates the
400 Makefiles, do not append the current directory to the value of
401 `srcdir' or `VPATH'.
402
403 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
404
405 * Version 19.19 released.
406
407 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
408
409 * Version 19.18 released.
410
411 1993-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
412
413 * Internal.c (_XMWinQueInit): Use explicit loop, not bzero.
414
415 1993-07-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
416
417 * Makefile (ALL_CFLAGS): Use all 6 C_SWITCH_... vars.
418
419 Among them, put the ..._SITE vars last.
420
421 1993-07-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
422
423 * Version 19.17 released.
424
425 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
426
427 * Makefile.in: Write out the dependencies for the object files;
428 otherwise, VPATH won't work.
429
430 * Makefile.in: Re-arrange, to put `all' target at the top.
431
432 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
433
434 * Version 19.16 released.
435
436 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
437
438 * version 19.15 released.
439
440 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
441
442 * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
443 This should make it work under any circumstances.
444
445 * Makefile.in (mostlyclean): Use rm -f.
446
447 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
448
449 * Version 19.14 released.
450
451 1993-06-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
452
453 * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
454 Put CFLAGS last.
455
456 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
457
458 Bring mumbleclean targets into conformance with GNU coding standards.
459 * Makefile.in (mostlyclean, realclean): New targets.
460
461 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
462
463 * Version 19.13 released.
464
465 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
466
467 * Version 19.10 released.
468
469 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
470
471 * Create.c: Handle EMACS_BITMAP_FILES.
472 Use new names of renamed bitmap files.
473
474 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
475
476 * AddPane.c, AddSel.c, DelPane.c, DelSel.c, InsPane.c, InsSel.c,
477 XDelAssoc.c, XMakeAssoc.c, XMenu.h, insque.c: Changed all uses of
478 insque and remque to emacs_insque and emacs_remque, so we can
479 safely include insque.c in the library on all systems.
480
481 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
482
483 * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
484 only works with GNU Make.
485
486 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
487
488 * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
489
490 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
491
492 * Version 19.9 released.
493
494 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
495
496 * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
497
498 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
499
500 * Version 19.8 released.
501
502 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
503
504 * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
505 configuration process can correctly implement the --x-includes
506 option.
507
508 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
509
510 * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
511 not NULL.
512
513 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
514
515 * Version 19.7 released.
516
517 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
518
519 * Makefile.in: Renamed from Makefile, so that the top-level
520 makefile can edit it.
521
522 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
523
524 * XLookAssoc.c, XMakeAssoc.c: VMS needs <X11/Xresource.h>, not
525 <X11/Xos.h>.
526
527 * XCrAssoc.c: #include <errno.h>, not "errno.h".
528 (XCreateAssocTable): Doc fix.
529
530 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
531
532 * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
533 the options to the C compiler.
534
535 * compile.com, descrip.mms: New files for VMS from Richard
536 Levitte.
537 * XCrAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c: Use <angle
538 brackets> around the names of the X Windows #include files; VMS
539 needs this.
540 * XLookAssoc.c, XMakeAssoc.c: #include <X11/Xos.h>. VMS needs
541 this.
542 * Create.c: On VMS, we have to look for the bitmap files in
543 `./src/bitmaps', not <X11/bitmaps>.
544
545 1993-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
546
547 * Makefile (.c.o): Don't rm the .o files.
548
549 1993-03-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
550
551 * Activate.c (XMenuActivate): If `active' field is negative,
552 don't allow selecting a string.
553
554 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
555
556 * Create.c (XMenuCreate): New variable `root', holding the
557 display's default root window, so we don't have to write out
558 "RootWindow (display, DefaultScreen (display))" a jillion times.
559
560 * Create.c (XMenuCreate): Don't assume that all the
561 <X11/bitmaps/foo> patterns are 16x16. Instead of building a
562 bitmap and then converting it to a pixmap of the appropriate
563 depth if necessary, build a pixmap of the appropriate depth
564 directly, using XCreatePixmapFromBitmapData.
565
566 * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
567 XLookAssoc.c, and XMakeAssoc.c in SRCS. Similarly for OBJS.
568
569 * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
570 warnings about redefining NULL.
571
572 * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
573 XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
574
575 * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
576 any of the `.h' files, define it.
577
578 * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
579 Add an extern declaration for errno.
580
581 * XMakeAssoc.c: Add an extern declaration for _XIOErrorFunction.
582 (XMakeAssoc): Use malloc instead of Xmalloc to allocate new
583 parts of the assoc table.
584 * XCrAssoc.c (XCreateAssocTable): Same.
585
586 * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
587 * XDelAssoc.c (XDeleteAssoc): Same.
588
589 1992-10-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
590
591 * XMakeAssoc.c (XMakeAssoc): Use malloc, not Xmalloc.
592 * XCrAssoc.c (XCreateAssocTable): Use malloc and calloc directly.
593 * XDelAssoc.c (XDeleteAssoc): Use free, not Xfree.
594 * XDestAssoc.c (XDestroyAssocTable): Likewise.
595
596 1992-10-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
597
598 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
599 Use Xlib.h, not Xlibint.h.
600 * XLookAssoc.c, XMakeAssoc.c, XCrAssoc.c (NULL): Defined.
601 * XMakeAssoc.c, XCrAssoc.c: Include errno.h. Declare errno.
602 * XMakeAssoc.c (_XIOErrorFunction): Declared.
603
604 1992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
605
606 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
607 Specify dir X11/ when including Xlibint.h.
608
609 1992-09-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
610
611 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
612 New files.
613
614 * Makefile (SRCS, OBJS): Compile those files.
615
616 1992-01-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
617
618 * Makefile (clean): Delete object files and library.
619 (distclean): New target.
620
621 1992-01-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
622
623 * Makefile (libXMenu11.a): Put `-' on ranlib line.
624
625 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
626
627 * Makefile (EXTRA): New variable.
628 (libXMenu11.a): Use that.
629
630 * insque.c: New file.
631
632 1992-01-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
633
634 * Makefile (CC): Assignment commented out.
635
636 1991-11-16 Noah Friedman (friedman@nutrimat)
637
638 * copyright.h: New file (copied from X11R4 distribution)
639 * All files: Replaced occurrences of #include <X11/copyright.h>
640 with #include "copyright.h".
641
642 1991-10-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
643
644 * XMenu.h (enum _xmmode): Remove spurious comma.
645
646 * X10.h: New file.
647 * XMenu.h, XMenuInt.h: Include X10.h from this dir.
648
649 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
650
651 * XMenu.h (struct _xmenu): Use unsigned long for colors.
652
653 1990-11-12 Richard Stallman (rms@mole.ai.mit.edu)
654
655 * Internal.c: Declare argument `display' in some functions.
656
657
658 ;; Local Variables:
659 ;; coding: utf-8
660 ;; End:
661
662 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
663
664 This file is part of GNU Emacs.
665
666 GNU Emacs is free software: you can redistribute it and/or modify
667 it under the terms of the GNU General Public License as published by
668 the Free Software Foundation, either version 3 of the License, or
669 (at your option) any later version.
670
671 GNU Emacs is distributed in the hope that it will be useful,
672 but WITHOUT ANY WARRANTY; without even the implied warranty of
673 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
674 GNU General Public License for more details.
675
676 You should have received a copy of the GNU General Public License
677 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.