Update copyright year to 2014 by running admin/update-copyright.
[emacs.git] / oldXMenu / ChangeLog
blob093fa7f89727fc6c978005929555f65ec57da805
1 2013-10-24  Glenn Morris  <rgm@gnu.org>
3         * Makefile.in (abs_top_srcdir): New, set by configure.
5 2013-09-04  Paul Eggert  <eggert@cs.ucla.edu>
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.
11 2012-12-04  Paul Eggert  <eggert@cs.ucla.edu>
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>.
22 2012-10-06  Ulrich Müller  <ulm@gentoo.org>
24         * Makefile.in (AR, ARFLAGS): Get values from configure.
26 2012-06-26  Paul Eggert  <eggert@cs.ucla.edu>
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.
33 2012-04-18  Paul Eggert  <eggert@cs.ucla.edu>
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.
40 2012-04-11  Glenn Morris  <rgm@gnu.org>
42         * Makefile.in (C_SWITCH_X_SYSTEM): Remove.
43         (ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM.
45 2011-04-16  Paul Eggert  <eggert@cs.ucla.edu>
47         Static checks with GCC 4.6.0 and non-default toolkits.
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.
85 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
87         * Version 23.3 released.
89 2010-11-09  Elias Pipping  <pipping.elias@googlemail.com>  (tiny change)
91         Make Emacs compile with clang (bug#7309).
92         * XMakeAssoc.c (XMakeAssoc):
93         * XDelAssoc.c (XDeleteAssoc): Declare the return type.
95 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
97         * XMenu.h: Include <stdlib.h>.
99 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
101         * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
102         substitution.
103         (ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
105 2010-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
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.
140 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
142         * Version 23.2 released.
144 2010-05-06  Glenn Morris  <rgm@gnu.org>
146         * Makefile.in (RANLIB): Let configure set it.
147         (libXMenu11.a): Configure sets RANLIB = : on systems without it.
149         * Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
150         (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
152 2010-05-04  Glenn Morris  <rgm@gnu.org>
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@.
158 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
160         * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
162 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
164         * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
166 2010-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
168         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
169         (C_SWITCH_X_SITE): Define using autoconf.
171 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
173         * Branch for 23.2.
175 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
177         * Branch for 23.1.
179 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
181         * descrip.mms:
182         * compile.com: Remove file.
183         * Create.c: Remove VMS support.
185 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
187         * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
189 2007-07-25  Glenn Morris  <rgm@gnu.org>
191         * Relicense all FSF files to GPLv3 or later.
193 2007-06-04  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
195         * ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no
196         compilation warnings: #include <config.h>.
198 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
200         * Version 22.1 released.
202 2007-05-30  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
204         * XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc.
206 2007-02-27  Glenn Morris  <rgm@gnu.org>
208         * Imakefile: Remove unused file with no explicit legal info.
209         * Makefile.in (distclean): Remove Makefile.
211 2007-02-25  Glenn Morris  <rgm@gnu.org>
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.
217 2004-12-27  Jan Djärv  <jan.h.d@swipnet.se>
219         * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
220         was pressed.
222 2004-11-12  Jan Djärv  <jan.h.d@swipnet.se>
224         * XMenu.h (XMenuActivateSetWaitFunction): New function.
226         * Activate.c (XMenuActivateSetWaitFunction): New function.
227         (XMenuActivate): Call wait_func if set, before XNextEvent.
229 2002-04-22  Jan Djärv  <jan.h.d@swipnet.se>
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.
237 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
239         * (Version 21.1 released.)
241 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
243         * Branch for 21.1.
245 2000-07-21  Eli Zaretskii  <eliz@is.elta.co.il>
247         * Activate.c (XMenuActivate): Call help callback with two more
248         arguments: the pane number and selection number.
250 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
252         * Activate.c (XMenuActivate): Add parameter HELP_CALLBACK.
253         Call help callback.
255         * Post.c (XMenuPost): Pass null help callback to XMenuActivate.
257         * AddSel.c (XMenuAddSelection): Add parameter HELP.
259         * XMenu.h (XmSelect): Add member `help_string'.
261 1999-07-12  Richard Stallman  <rms@gnu.org>
263         * Version 20.4 released.
265 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
267         * Version 20.3 released.
269 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
271         * Version 20.2 released.
273 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
275         * Version 20.1 released.
277 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
279         * Version 19.33 released.
281 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
283         * Version 19.32 released.
285 1996-06-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
287         * Internal.c (_XMRefreshSelection): Check for type SEPARATOR.
288         * InsSel.c (XMenuInsertSelection): Use SEPARATOR if nec.
289         * AddSel.c (XMenuAddSelection): Use SEPARATOR if nec.
291         * XMenu.h: New alternative SEPARATOR.
293 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
295         * Version 19.31 released.
297 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
299         * Version 19.30 released.
301 1995-11-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
303         * Makefile.in (ALL_CFLAGS): Add some -I options.
305         * Activate.c, AddPane.c, AddSel.c, Create.c, InsPane.c, InsSel.c:
306         * Internal.c, XCrAssoc.c, XMakeAssoc.c: Include config.h.
308 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
310         * Version 19.29 released.
312 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
314         * Makefile.in (maintainer-clean): Renamed from realclean.
316 1994-10-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
318         * Makefile.in (ALL_CFLAGS): Reorder the switches more rationally.
320 1994-10-24  Jim Wilson  (wilson@chestnut.cygnus.com)
322         * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_MACHINE.
324 1994-09-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
326         * Version 19.27 released.
328 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
330         * Version 19.26 released.
332 1994-07-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
334         * Error.c (XMenuError): Make `message' static.
336 1994-06-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
338         * Create.c (XAllocDisplayColor): New function.
339         Use it throughout in place of XAllocNamedColor.
341 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
343         * Version 19.25 released.
345 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
347         * Version 19.24 released.
349 1994-05-17  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
351         * Create.c (XMenuCreate): Declare `data' as char*.
353 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
355         * Version 19.23 released.
357 1994-04-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
359         * Create.c (XMenuCreate): Declare `data' as unsigned char*.
361 1994-01-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
363         * XMakeAssoc.c (XMakeAssoc): Use xmalloc.
364         (_XIOErrorFunction): Decl deleted.
366 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
368         * Version 19.22 released.
370 1993-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
372         * Activate.c (XMenuActivate):
373         Call XSetWindowBackground and _XMRefreshPane.
375 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
377         * Version 19.21 released.
379 1993-11-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
381         * Makefile.in (libXMenu11.a): Tell make not to worry if ranlib fails.
382         Tell user too, in case make doesn't pay attention.
384 1993-11-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
386         * Version 19.20 released.
388 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
390         * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_SYSTEM.
392 1993-09-27  Brian J. Fox  (bfox@valhalla)
394         * Makefile.in (CPP, LN_S, C_SWITCH_X_SITE, CC, CFLAGS): Allow
395         `configure' to supply the values for these variables.
397 1993-09-26  Brian J. Fox  (bfox@ai.mit.edu)
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'.
403 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
405         * Version 19.19 released.
407 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
409         * Version 19.18 released.
411 1993-07-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
413         * Internal.c (_XMWinQueInit): Use explicit loop, not bzero.
415 1993-07-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
417         * Makefile (ALL_CFLAGS): Use all 6 C_SWITCH_... vars.
419         Among them, put the ..._SITE vars last.
421 1993-07-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
423         * Version 19.17 released.
425 1993-07-07  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
427         * Makefile.in: Write out the dependencies for the object files;
428         otherwise, VPATH won't work.
430         * Makefile.in: Re-arrange, to put `all' target at the top.
432 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
434         * Version 19.16 released.
436 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
438         * version 19.15 released.
440 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
442         * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
443         This should make it work under any circumstances.
445         * Makefile.in (mostlyclean): Use rm -f.
447 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
449         * Version 19.14 released.
451 1993-06-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
453         * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
454         Put CFLAGS last.
456 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
458         Bring mumbleclean targets into conformance with GNU coding standards.
459         * Makefile.in (mostlyclean, realclean): New targets.
461 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
463         * Version 19.13 released.
465 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
467         * Version 19.10 released.
469 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
471         * Create.c: Handle EMACS_BITMAP_FILES.
472         Use new names of renamed bitmap files.
474 1993-05-28  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
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.
481 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
483         * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
484         only works with GNU Make.
486 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
488         * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
490 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
492         * Version 19.9 released.
494 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
496         * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
498 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
500         * Version 19.8 released.
502 1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
504         * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
505         configuration process can correctly implement the --x-includes
506         option.
508 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
510         * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
511         not NULL.
513 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
515         * Version 19.7 released.
517 1993-05-15  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
519         * Makefile.in: Renamed from Makefile, so that the top-level
520         makefile can edit it.
522 1993-04-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
524         * XLookAssoc.c, XMakeAssoc.c: VMS needs <X11/Xresource.h>, not
525         <X11/Xos.h>.
527         * XCrAssoc.c: #include <errno.h>, not "errno.h".
528         (XCreateAssocTable): Doc fix.
530 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
532         * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
533         the options to the C compiler.
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>.
545 1993-03-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
547         * Makefile (.c.o): Don't rm the .o files.
549 1993-03-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
551         * Activate.c (XMenuActivate): If `active' field is negative,
552         don't allow selecting a string.
554 1993-03-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
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.
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.
566         * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
567         XLookAssoc.c, and XMakeAssoc.c in SRCS.  Similarly for OBJS.
569         * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
570         warnings about redefining NULL.
572         * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
573         XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
575         * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
576         any of the `.h' files, define it.
578         * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
579         Add an extern declaration for errno.
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.
586         * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
587         * XDelAssoc.c (XDeleteAssoc): Same.
589 1992-10-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
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.
596 1992-10-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
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.
604 1992-09-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
606         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
607         Specify dir X11/ when including Xlibint.h.
609 1992-09-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
611         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
612         New files.
614         * Makefile (SRCS, OBJS): Compile those files.
616 1992-01-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
618         * Makefile (clean): Delete object files and library.
619         (distclean): New target.
621 1992-01-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
623         * Makefile (libXMenu11.a): Put `-' on ranlib line.
625 1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
627         * Makefile (EXTRA): New variable.
628         (libXMenu11.a): Use that.
630         * insque.c: New file.
632 1992-01-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
634         * Makefile (CC): Assignment commented out.
636 1991-11-16  Noah Friedman  (friedman@nutrimat)
638         * copyright.h: New file (copied from X11R4 distribution)
639         * All files: Replaced occurrences of #include <X11/copyright.h>
640         with #include "copyright.h".
642 1991-10-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
644         * XMenu.h (enum _xmmode): Remove spurious comma.
646         * X10.h: New file.
647         * XMenu.h, XMenuInt.h: Include X10.h from this dir.
649 1990-11-13  Richard Stallman  (rms@mole.ai.mit.edu)
651         * XMenu.h (struct _xmenu): Use unsigned long for colors.
653 1990-11-12  Richard Stallman  (rms@mole.ai.mit.edu)
655         * Internal.c: Declare argument `display' in some functions.
658 ;; Local Variables:
659 ;; coding: utf-8
660 ;; End:
662   Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
664   This file is part of GNU Emacs.
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.
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.
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/>.