Grab all Python process output before inferior-python-mode hooks.
[emacs.git] / oldXMenu / ChangeLog
blob1d98a544d25195c1981fcb4d51c45938b9c487c2
1 2014-07-12  Dmitry Antipov  <dmantipov@yandex.ru>
3         * XMenuInt.h (XDeleteAssoc): Remove duplicated prototype to
4         pacify -Wredundant-decls.
6 2014-06-28  Glenn Morris  <rgm@gnu.org>
8         * deps.mk (${OBJS}): Depend on ../src/config.h.
10         * Makefile.in: Use gcc auto-dependency information.
11         Move old dependency information to new file deps.mk.
12         (MKDIR_P, DEPFLAGS, MKDEPDIR, oldxmenu_deps_frag):
13         New, set by configure.
14         (DEPDIR): New variable.
15         (ALL_CFLAGS): Add DEPFLAGS.
16         (.c.o): Add MKDEPDIR.
17         (clean, mostlyclean): Delete DEPDIR.
18         * deps.mk, autodeps.mk: New files.
20 2014-06-15  Glenn Morris  <rgm@gnu.org>
22         * Makefile.in (CPPFLAGS): Explicitly set via configure.
24         * Makefile.in (mostlyclean, clean, distclean, maintainer-clean, tags):
25         Declare as PHONY.
26         (boostrap-clean): New.
28 2013-10-24  Glenn Morris  <rgm@gnu.org>
30         * Makefile.in (abs_top_srcdir): New, set by configure.
32 2013-09-04  Paul Eggert  <eggert@cs.ucla.edu>
34         Makefile improvements.
35         * Makefile.in (all, tags): Don't use double-colon rules, as they
36         are not portable according to POSIX.  Mark as phony.
38 2012-12-04  Paul Eggert  <eggert@cs.ucla.edu>
40         Include <config.h> uniformly in oldXMenu sources.
41         * Activate.c, AddPane.c, AddSel.c, ChgPane.c, ChgSel.c, Create.c:
42         * InsPane.c, InsSel.c, Internal.c, XMakeAssoc.c:
43         Do not include <config.h>, since XMenuInt.h does that now.
44         * XLookAssoc.c, XMenuInt.h: Include <config.h>.
45         This avoids a build failure when configuring on Fedora 17
46         --with-x-toolkit=no, reported by Dmitry Andropov in
47         <http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00078.html>.
49 2012-10-06  Ulrich Müller  <ulm@gentoo.org>
51         * Makefile.in (AR, ARFLAGS): Get values from configure.
53 2012-06-26  Paul Eggert  <eggert@cs.ucla.edu>
55         * Makefile.in (ALL_CFLAGS): Add -I../lib -I${srcdir}/../lib.
56         This is needed for hosts that lack <alloca.h>, when Emacs is
57         configured --with-x-toolkit=no.  Problem reported by Herbert
58         J. Skuhra for FreeBSD.
60 2012-04-18  Paul Eggert  <eggert@cs.ucla.edu>
62         configure: new option --enable-gcc-warnings (Bug#11207)
63         * Makefile.in (C_WARNINGS_SWITCH): Remove.
64         (WARN_CFLAGS, WERROR_CFLAGS): New macros.
65         (ALL_CFLAGS): Use new macros rather than old.
67 2012-04-11  Glenn Morris  <rgm@gnu.org>
69         * Makefile.in (C_SWITCH_X_SYSTEM): Remove.
70         (ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM.
72 2011-04-16  Paul Eggert  <eggert@cs.ucla.edu>
74         Static checks with GCC 4.6.0 and non-default toolkits.
76         Modernize to C89, for better static checking.
77         * Activate.c (XMenuActivate): Callback's first arg is readonly.
78         * AddPane.c (XMenuAddPane): Label is readonly.  Rename local
79         to avoid shadowing.
80         * AddSel.c (XMenuAddSelection): Help arg is readonly.  Rename local.
81         * Create.c (atoi, atof): Remove decls; include <stdlib.h>.
82         (MAX_INACT_PNUM, TILE_BUF_SIZE): Remove; unused.
83         (x_get_resource_string): Args are readonly.
84         (XAllocDisplayColor): colorName is readonly.
85         (XMenuCreate): def_env is readonly.  Remove unused locals.  Avoid
86         "else;".
87         * Destroy.c (XMenuDestroy): Return void.
88         * Error.c (XMenuError): Remove const pointer.
89         * EvHand.c (XMenuEventHandler): Return void.
90         * FindPane.c, FindSel.c: Include <string.h>.
91         * InsPane.c (XMenuInsertPane): Rename local to avoid shadowing.
92         * InsSel.c (XMenuInsertSelection): Likewise.
93         * Internal.c (toggle_color, BUFFER_SIZE): Remove; unused.
94         (_XMErrorList): Now const.
95         (_XMWinQueInit, _XMRecomputeGlobals, _XMTransToOrigin, _XMRefreshPane):
96         (_XMRefreshSelection): Return void.
97         (_XMWinQueFlush, _XMRefreshSelection): Rename locals to avoid
98         shadowing.
99         (_XMWinQueFlush): Use stack, not heap.  Don't use uninitialized var.
100         * SetAEQ.c (XMenuSetAEQ): Now returns void.
101         * SetFrz.c (XMenuSetFreeze): Likewise.
102         * X10.h (XAssoc): Use void * for generic pointer.
103         * XDelAssoc.c: Include XMenuInt.h rather than duplicating part of it.
104         * XDestAssoc.c, XMakeAssoc.c: Likewise.
105         * XDestAssoc.c (XDestroyAssocTable): Return void.
106         * XMakeAssoc.c (XMakeAssoc): Use void * for generic pointer.
107         * XMenu.h, XMenuInt.h: Adjust to signature changes.  Use const
108         for pointers to readonly storage.
109         * insque.c: Include XMenuInt.h, to check our own signature.
110         (emacs_insque, emacs_remque): Use void * for generic pointers.
112 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
114         * Version 23.3 released.
116 2010-11-09  Elias Pipping  <pipping.elias@googlemail.com>  (tiny change)
118         Make Emacs compile with clang (bug#7309).
119         * XMakeAssoc.c (XMakeAssoc):
120         * XDelAssoc.c (XDeleteAssoc): Declare the return type.
122 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
124         * XMenu.h: Include <stdlib.h>.
126 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
128         * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
129         substitution.
130         (ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
132 2010-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
134         * Activate.c: Convert function definitions to standard C.
135         * AddPane.c:
136         * AddSel.c:
137         * ChgPane.c:
138         * ChgSel.c:
139         * Create.c:
140         * DelPane.c:
141         * DelSel.c:
142         * Destroy.c:
143         * Error.c:
144         * EvHand.c:
145         * FindPane.c:
146         * FindSel.c:
147         * InsPane.c:
148         * InsSel.c:
149         * Internal.c:
150         * Locate.c:
151         * Post.c:
152         * Recomp.c:
153         * SetAEQ.c:
154         * SetFrz.c:
155         * SetPane.c:
156         * SetSel.c:
157         * X10.h:
158         * XCrAssoc.c:
159         * XDelAssoc.c:
160         * XDestAssoc.c:
161         * XLookAssoc.c:
162         * XMakeAssoc.c:
163         * XMenu.h:
164         * XMenuInt.h:
165         * insque.c: Likewise.
167 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
169         * Version 23.2 released.
171 2010-05-06  Glenn Morris  <rgm@gnu.org>
173         * Makefile.in (RANLIB): Let configure set it.
174         (libXMenu11.a): Configure sets RANLIB = : on systems without it.
176         * Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
177         (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
179 2010-05-04  Glenn Morris  <rgm@gnu.org>
181         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE):
182         Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
183         @c_switch_system@, @c_switch_machine@.
185 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
187         * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
189 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
191         * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
193 2010-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
195         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
196         (C_SWITCH_X_SITE): Define using autoconf.
198 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
200         * Branch for 23.2.
202 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
204         * Branch for 23.1.
206 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
208         * descrip.mms:
209         * compile.com: Remove file.
210         * Create.c: Remove VMS support.
212 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
214         * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
216 2007-07-25  Glenn Morris  <rgm@gnu.org>
218         * Relicense all FSF files to GPLv3 or later.
220 2007-06-04  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
222         * ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no
223         compilation warnings: #include <config.h>.
225 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
227         * Version 22.1 released.
229 2007-05-30  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
231         * XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc.
233 2007-02-27  Glenn Morris  <rgm@gnu.org>
235         * Imakefile: Remove unused file with no explicit legal info.
236         * Makefile.in (distclean): Remove Makefile.
238 2007-02-25  Glenn Morris  <rgm@gnu.org>
240         * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c:
241         * XMakeAssoc.c: Remove license text in favor of including
242         copyright.h, as was done in original X11 source.
244 2004-12-27  Jan Djärv  <jan.h.d@swipnet.se>
246         * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
247         was pressed.
249 2004-11-12  Jan Djärv  <jan.h.d@swipnet.se>
251         * XMenu.h (XMenuActivateSetWaitFunction): New function.
253         * Activate.c (XMenuActivateSetWaitFunction): New function.
254         (XMenuActivate): Call wait_func if set, before XNextEvent.
256 2002-04-22  Jan Djärv  <jan.h.d@swipnet.se>
258         * Activate.c: Add calls to GrabKeyboard to remove strange
259         interactions with window managers that steal keypresses.
260         Call ungrab_all instead of XtUngrabPointer.
261         (XMenuActivate): Add call to XGrabKeyboard.
262         (XMenuActivate): Add call to XUngrabKeyboard.
264 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
266         * (Version 21.1 released.)
268 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
270         * Branch for 21.1.
272 2000-07-21  Eli Zaretskii  <eliz@is.elta.co.il>
274         * Activate.c (XMenuActivate): Call help callback with two more
275         arguments: the pane number and selection number.
277 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
279         * Activate.c (XMenuActivate): Add parameter HELP_CALLBACK.
280         Call help callback.
282         * Post.c (XMenuPost): Pass null help callback to XMenuActivate.
284         * AddSel.c (XMenuAddSelection): Add parameter HELP.
286         * XMenu.h (XmSelect): Add member `help_string'.
288 1999-07-12  Richard Stallman  <rms@gnu.org>
290         * Version 20.4 released.
292 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
294         * Version 20.3 released.
296 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
298         * Version 20.2 released.
300 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
302         * Version 20.1 released.
304 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
306         * Version 19.33 released.
308 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
310         * Version 19.32 released.
312 1996-06-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
314         * Internal.c (_XMRefreshSelection): Check for type SEPARATOR.
315         * InsSel.c (XMenuInsertSelection): Use SEPARATOR if nec.
316         * AddSel.c (XMenuAddSelection): Use SEPARATOR if nec.
318         * XMenu.h: New alternative SEPARATOR.
320 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
322         * Version 19.31 released.
324 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
326         * Version 19.30 released.
328 1995-11-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
330         * Makefile.in (ALL_CFLAGS): Add some -I options.
332         * Activate.c, AddPane.c, AddSel.c, Create.c, InsPane.c, InsSel.c:
333         * Internal.c, XCrAssoc.c, XMakeAssoc.c: Include config.h.
335 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
337         * Version 19.29 released.
339 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
341         * Makefile.in (maintainer-clean): Renamed from realclean.
343 1994-10-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
345         * Makefile.in (ALL_CFLAGS): Reorder the switches more rationally.
347 1994-10-24  Jim Wilson  (wilson@chestnut.cygnus.com)
349         * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_MACHINE.
351 1994-09-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
353         * Version 19.27 released.
355 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
357         * Version 19.26 released.
359 1994-07-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
361         * Error.c (XMenuError): Make `message' static.
363 1994-06-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
365         * Create.c (XAllocDisplayColor): New function.
366         Use it throughout in place of XAllocNamedColor.
368 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
370         * Version 19.25 released.
372 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
374         * Version 19.24 released.
376 1994-05-17  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
378         * Create.c (XMenuCreate): Declare `data' as char*.
380 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
382         * Version 19.23 released.
384 1994-04-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
386         * Create.c (XMenuCreate): Declare `data' as unsigned char*.
388 1994-01-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
390         * XMakeAssoc.c (XMakeAssoc): Use xmalloc.
391         (_XIOErrorFunction): Decl deleted.
393 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
395         * Version 19.22 released.
397 1993-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
399         * Activate.c (XMenuActivate):
400         Call XSetWindowBackground and _XMRefreshPane.
402 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
404         * Version 19.21 released.
406 1993-11-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
408         * Makefile.in (libXMenu11.a): Tell make not to worry if ranlib fails.
409         Tell user too, in case make doesn't pay attention.
411 1993-11-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
413         * Version 19.20 released.
415 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
417         * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_SYSTEM.
419 1993-09-27  Brian J. Fox  (bfox@valhalla)
421         * Makefile.in (CPP, LN_S, C_SWITCH_X_SITE, CC, CFLAGS): Allow
422         `configure' to supply the values for these variables.
424 1993-09-26  Brian J. Fox  (bfox@ai.mit.edu)
426         * Makefile.in (VPATH, srcdir): Now that `configure' creates the
427         Makefiles, do not append the current directory to the value of
428         `srcdir' or `VPATH'.
430 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
432         * Version 19.19 released.
434 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
436         * Version 19.18 released.
438 1993-07-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
440         * Internal.c (_XMWinQueInit): Use explicit loop, not bzero.
442 1993-07-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
444         * Makefile (ALL_CFLAGS): Use all 6 C_SWITCH_... vars.
446         Among them, put the ..._SITE vars last.
448 1993-07-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
450         * Version 19.17 released.
452 1993-07-07  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
454         * Makefile.in: Write out the dependencies for the object files;
455         otherwise, VPATH won't work.
457         * Makefile.in: Re-arrange, to put `all' target at the top.
459 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
461         * Version 19.16 released.
463 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
465         * version 19.15 released.
467 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
469         * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
470         This should make it work under any circumstances.
472         * Makefile.in (mostlyclean): Use rm -f.
474 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
476         * Version 19.14 released.
478 1993-06-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
480         * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
481         Put CFLAGS last.
483 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
485         Bring mumbleclean targets into conformance with GNU coding standards.
486         * Makefile.in (mostlyclean, realclean): New targets.
488 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
490         * Version 19.13 released.
492 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
494         * Version 19.10 released.
496 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
498         * Create.c: Handle EMACS_BITMAP_FILES.
499         Use new names of renamed bitmap files.
501 1993-05-28  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
503         * AddPane.c, AddSel.c, DelPane.c, DelSel.c, InsPane.c, InsSel.c,
504         XDelAssoc.c, XMakeAssoc.c, XMenu.h, insque.c: Changed all uses of
505         insque and remque to emacs_insque and emacs_remque, so we can
506         safely include insque.c in the library on all systems.
508 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
510         * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
511         only works with GNU Make.
513 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
515         * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
517 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
519         * Version 19.9 released.
521 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
523         * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
525 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
527         * Version 19.8 released.
529 1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
531         * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
532         configuration process can correctly implement the --x-includes
533         option.
535 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
537         * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
538         not NULL.
540 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
542         * Version 19.7 released.
544 1993-05-15  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
546         * Makefile.in: Renamed from Makefile, so that the top-level
547         makefile can edit it.
549 1993-04-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
551         * XLookAssoc.c, XMakeAssoc.c: VMS needs <X11/Xresource.h>, not
552         <X11/Xos.h>.
554         * XCrAssoc.c: #include <errno.h>, not "errno.h".
555         (XCreateAssocTable): Doc fix.
557 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
559         * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
560         the options to the C compiler.
562         * compile.com, descrip.mms: New files for VMS from Richard
563         Levitte.
564         * XCrAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c: Use <angle
565         brackets> around the names of the X Windows #include files; VMS
566         needs this.
567         * XLookAssoc.c, XMakeAssoc.c: #include <X11/Xos.h>.  VMS needs
568         this.
569         * Create.c: On VMS, we have to look for the bitmap files in
570         `./src/bitmaps', not <X11/bitmaps>.
572 1993-03-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
574         * Makefile (.c.o): Don't rm the .o files.
576 1993-03-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
578         * Activate.c (XMenuActivate): If `active' field is negative,
579         don't allow selecting a string.
581 1993-03-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
583         * Create.c (XMenuCreate): New variable `root', holding the
584         display's default root window, so we don't have to write out
585         "RootWindow (display, DefaultScreen (display))" a jillion times.
587         * Create.c (XMenuCreate): Don't assume that all the
588         <X11/bitmaps/foo> patterns are 16x16.  Instead of building a
589         bitmap and then converting it to a pixmap of the appropriate
590         depth if necessary, build a pixmap of the appropriate depth
591         directly, using XCreatePixmapFromBitmapData.
593         * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
594         XLookAssoc.c, and XMakeAssoc.c in SRCS.  Similarly for OBJS.
596         * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
597         warnings about redefining NULL.
599         * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
600         XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
602         * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
603         any of the `.h' files, define it.
605         * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
606         Add an extern declaration for errno.
608         * XMakeAssoc.c: Add an extern declaration for _XIOErrorFunction.
609         (XMakeAssoc): Use malloc instead of Xmalloc to allocate new
610         parts of the assoc table.
611         * XCrAssoc.c (XCreateAssocTable): Same.
613         * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
614         * XDelAssoc.c (XDeleteAssoc): Same.
616 1992-10-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
618         * XMakeAssoc.c (XMakeAssoc): Use malloc, not Xmalloc.
619         * XCrAssoc.c (XCreateAssocTable): Use malloc and calloc directly.
620         * XDelAssoc.c (XDeleteAssoc): Use free, not Xfree.
621         * XDestAssoc.c (XDestroyAssocTable): Likewise.
623 1992-10-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
625         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
626         Use Xlib.h, not Xlibint.h.
627         * XLookAssoc.c, XMakeAssoc.c, XCrAssoc.c (NULL): Defined.
628         * XMakeAssoc.c, XCrAssoc.c: Include errno.h.  Declare errno.
629         * XMakeAssoc.c (_XIOErrorFunction): Declared.
631 1992-09-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
633         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
634         Specify dir X11/ when including Xlibint.h.
636 1992-09-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
638         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
639         New files.
641         * Makefile (SRCS, OBJS): Compile those files.
643 1992-01-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
645         * Makefile (clean): Delete object files and library.
646         (distclean): New target.
648 1992-01-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
650         * Makefile (libXMenu11.a): Put `-' on ranlib line.
652 1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
654         * Makefile (EXTRA): New variable.
655         (libXMenu11.a): Use that.
657         * insque.c: New file.
659 1992-01-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
661         * Makefile (CC): Assignment commented out.
663 1991-11-16  Noah Friedman  (friedman@nutrimat)
665         * copyright.h: New file (copied from X11R4 distribution)
666         * All files: Replaced occurrences of #include <X11/copyright.h>
667         with #include "copyright.h".
669 1991-10-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
671         * XMenu.h (enum _xmmode): Remove spurious comma.
673         * X10.h: New file.
674         * XMenu.h, XMenuInt.h: Include X10.h from this dir.
676 1990-11-13  Richard Stallman  (rms@mole.ai.mit.edu)
678         * XMenu.h (struct _xmenu): Use unsigned long for colors.
680 1990-11-12  Richard Stallman  (rms@mole.ai.mit.edu)
682         * Internal.c: Declare argument `display' in some functions.
684 1989-08-09  Joseph Arceneaux  (jla@spiff)
686         * Makefile: Removed all the unnecessary X stuff.
688 ;; Local Variables:
689 ;; coding: utf-8
690 ;; End:
692   Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
694   This file is part of GNU Emacs.
696   GNU Emacs is free software: you can redistribute it and/or modify
697   it under the terms of the GNU General Public License as published by
698   the Free Software Foundation, either version 3 of the License, or
699   (at your option) any later version.
701   GNU Emacs is distributed in the hope that it will be useful,
702   but WITHOUT ANY WARRANTY; without even the implied warranty of
703   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
704   GNU General Public License for more details.
706   You should have received a copy of the GNU General Public License
707   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.