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