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