* lisp/help-mode.el (help-bookmark-make-record, help-bookmark-jump):
[emacs.git] / oldXMenu / ChangeLog
blobb1eb200416b1bfa0d5b22175f4605c59763c89ee
1 2012-04-18  Paul Eggert  <eggert@cs.ucla.edu>
3         configure: new option --enable-gcc-warnings (Bug#11207)
4         * Makefile.in (C_WARNINGS_SWITCH): Remove.
5         (WARN_CFLAGS, WERROR_CFLAGS): New macros.
6         (ALL_CFLAGS): Use new macros rather than old.
8 2012-04-11  Glenn Morris  <rgm@gnu.org>
10         * Makefile.in (C_SWITCH_X_SYSTEM): Remove.
11         (ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM.
13 2011-04-16  Paul Eggert  <eggert@cs.ucla.edu>
15         Static checks with GCC 4.6.0 and non-default toolkits.
17         Modernize to C89, for better static checking.
18         * Activate.c (XMenuActivate): Callback's first arg is readonly.
19         * AddPane.c (XMenuAddPane): Label is readonly.  Rename local
20         to avoid shadowing.
21         * AddSel.c (XMenuAddSelection): Help arg is readonly.  Rename local.
22         * Create.c (atoi, atof): Remove decls; include <stdlib.h>.
23         (MAX_INACT_PNUM, TILE_BUF_SIZE): Remove; unused.
24         (x_get_resource_string): Args are readonly.
25         (XAllocDisplayColor): colorName is readonly.
26         (XMenuCreate): def_env is readonly.  Remove unused locals.  Avoid
27         "else;".
28         * Destroy.c (XMenuDestroy): Return void.
29         * Error.c (XMenuError): Remove const pointer.
30         * EvHand.c (XMenuEventHandler): Return void.
31         * FindPane.c, FindSel.c: Include <string.h>.
32         * InsPane.c (XMenuInsertPane): Rename local to avoid shadowing.
33         * InsSel.c (XMenuInsertSelection): Likewise.
34         * Internal.c (toggle_color, BUFFER_SIZE): Remove; unused.
35         (_XMErrorList): Now const.
36         (_XMWinQueInit, _XMRecomputeGlobals, _XMTransToOrigin, _XMRefreshPane):
37         (_XMRefreshSelection): Return void.
38         (_XMWinQueFlush, _XMRefreshSelection): Rename locals to avoid
39         shadowing.
40         (_XMWinQueFlush): Use stack, not heap.  Don't use uninitialized var.
41         * SetAEQ.c (XMenuSetAEQ): Now returns void.
42         * SetFrz.c (XMenuSetFreeze): Likewise.
43         * X10.h (XAssoc): Use void * for generic pointer.
44         * XDelAssoc.c: Include XMenuInt.h rather than duplicating part of it.
45         * XDestAssoc.c, XMakeAssoc.c: Likewise.
46         * XDestAssoc.c (XDestroyAssocTable): Return void.
47         * XMakeAssoc.c (XMakeAssoc): Use void * for generic pointer.
48         * XMenu.h, XMenuInt.h: Adjust to signature changes.  Use const
49         for pointers to readonly storage.
50         * insque.c: Include XMenuInt.h, to check our own signature.
51         (emacs_insque, emacs_remque): Use void * for generic pointers.
53 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
55         * Version 23.3 released.
57 2010-11-09  Elias Pipping  <pipping.elias@googlemail.com>  (tiny change)
59         Make Emacs compile with clang (bug#7309).
60         * XMakeAssoc.c (XMakeAssoc):
61         * XDelAssoc.c (XDeleteAssoc): Declare the return type.
63 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
65         * XMenu.h: Include <stdlib.h>.
67 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
69         * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
70         substitution.
71         (ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
73 2010-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
75         * Activate.c: Convert function definitions to standard C.
76         * AddPane.c:
77         * AddSel.c:
78         * ChgPane.c:
79         * ChgSel.c:
80         * Create.c:
81         * DelPane.c:
82         * DelSel.c:
83         * Destroy.c:
84         * Error.c:
85         * EvHand.c:
86         * FindPane.c:
87         * FindSel.c:
88         * InsPane.c:
89         * InsSel.c:
90         * Internal.c:
91         * Locate.c:
92         * Post.c:
93         * Recomp.c:
94         * SetAEQ.c:
95         * SetFrz.c:
96         * SetPane.c:
97         * SetSel.c:
98         * X10.h:
99         * XCrAssoc.c:
100         * XDelAssoc.c:
101         * XDestAssoc.c:
102         * XLookAssoc.c:
103         * XMakeAssoc.c:
104         * XMenu.h:
105         * XMenuInt.h:
106         * insque.c: Likewise.
108 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
110         * Version 23.2 released.
112 2010-05-06  Glenn Morris  <rgm@gnu.org>
114         * Makefile.in (RANLIB): Let configure set it.
115         (libXMenu11.a): Configure sets RANLIB = : on systems without it.
117         * Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
118         (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
120 2010-05-04  Glenn Morris  <rgm@gnu.org>
122         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE):
123         Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
124         @c_switch_system@, @c_switch_machine@.
126 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
128         * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
130 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
132         * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
134 2010-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
136         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
137         (C_SWITCH_X_SITE): Define using autoconf.
139 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
141         * Branch for 23.2.
143 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
145         * Branch for 23.1.
147 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
149         * descrip.mms:
150         * compile.com: Remove file.
151         * Create.c: Remove VMS support.
153 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
155         * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
157 2007-07-25  Glenn Morris  <rgm@gnu.org>
159         * Relicense all FSF files to GPLv3 or later.
161 2007-06-04  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
163         * ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no
164         compilation warnings: #include <config.h>.
166 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
168         * Version 22.1 released.
170 2007-05-30  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
172         * XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc.
174 2007-02-27  Glenn Morris  <rgm@gnu.org>
176         * Imakefile: Remove unused file with no explicit legal info.
177         * Makefile.in (distclean): Remove Makefile.
179 2007-02-25  Glenn Morris  <rgm@gnu.org>
181         * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c:
182         * XMakeAssoc.c: Remove license text in favor of including
183         copyright.h, as was done in original X11 source.
185 2004-12-27  Jan Djärv  <jan.h.d@swipnet.se>
187         * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
188         was pressed.
190 2004-11-12  Jan Djärv  <jan.h.d@swipnet.se>
192         * XMenu.h (XMenuActivateSetWaitFunction): New function.
194         * Activate.c (XMenuActivateSetWaitFunction): New function.
195         (XMenuActivate): Call wait_func if set, before XNextEvent.
197 2002-04-22  Jan Djärv  <jan.h.d@swipnet.se>
199         * Activate.c: Add calls to GrabKeyboard to remove strange
200         interactions with window managers that steal keypresses.
201         Call ungrab_all instead of XtUngrabPointer.
202         (XMenuActivate): Add call to XGrabKeyboard.
203         (XMenuActivate): Add call to XUngrabKeyboard.
205 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
207         * (Version 21.1 released.)
209 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
211         * Branch for 21.1.
213 2000-07-21  Eli Zaretskii  <eliz@is.elta.co.il>
215         * Activate.c (XMenuActivate): Call help callback with two more
216         arguments: the pane number and selection number.
218 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
220         * Activate.c (XMenuActivate): Add parameter HELP_CALLBACK.
221         Call help callback.
223         * Post.c (XMenuPost): Pass null help callback to XMenuActivate.
225         * AddSel.c (XMenuAddSelection): Add parameter HELP.
227         * XMenu.h (XmSelect): Add member `help_string'.
229 1999-07-12  Richard Stallman  <rms@gnu.org>
231         * Version 20.4 released.
233 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
235         * Version 20.3 released.
237 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
239         * Version 20.2 released.
241 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
243         * Version 20.1 released.
245 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
247         * Version 19.33 released.
249 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
251         * Version 19.32 released.
253 1996-06-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
255         * Internal.c (_XMRefreshSelection): Check for type SEPARATOR.
256         * InsSel.c (XMenuInsertSelection): Use SEPARATOR if nec.
257         * AddSel.c (XMenuAddSelection): Use SEPARATOR if nec.
259         * XMenu.h: New alternative SEPARATOR.
261 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
263         * Version 19.31 released.
265 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
267         * Version 19.30 released.
269 1995-11-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
271         * Makefile.in (ALL_CFLAGS): Add some -I options.
273         * Activate.c, AddPane.c, AddSel.c, Create.c, InsPane.c, InsSel.c:
274         * Internal.c, XCrAssoc.c, XMakeAssoc.c: Include config.h.
276 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
278         * Version 19.29 released.
280 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
282         * Makefile.in (maintainer-clean): Renamed from realclean.
284 1994-10-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
286         * Makefile.in (ALL_CFLAGS): Reorder the switches more rationally.
288 1994-10-24  Jim Wilson  (wilson@chestnut.cygnus.com)
290         * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_MACHINE.
292 1994-09-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
294         * Version 19.27 released.
296 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
298         * Version 19.26 released.
300 1994-07-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
302         * Error.c (XMenuError): Make `message' static.
304 1994-06-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
306         * Create.c (XAllocDisplayColor): New function.
307         Use it throughout in place of XAllocNamedColor.
309 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
311         * Version 19.25 released.
313 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
315         * Version 19.24 released.
317 1994-05-17  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
319         * Create.c (XMenuCreate): Declare `data' as char*.
321 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
323         * Version 19.23 released.
325 1994-04-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
327         * Create.c (XMenuCreate): Declare `data' as unsigned char*.
329 1994-01-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
331         * XMakeAssoc.c (XMakeAssoc): Use xmalloc.
332         (_XIOErrorFunction): Decl deleted.
334 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
336         * Version 19.22 released.
338 1993-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
340         * Activate.c (XMenuActivate):
341         Call XSetWindowBackground and _XMRefreshPane.
343 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
345         * Version 19.21 released.
347 1993-11-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
349         * Makefile.in (libXMenu11.a): Tell make not to worry if ranlib fails.
350         Tell user too, in case make doesn't pay attention.
352 1993-11-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
354         * Version 19.20 released.
356 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
358         * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_SYSTEM.
360 1993-09-27  Brian J. Fox  (bfox@valhalla)
362         * Makefile.in (CPP, LN_S, C_SWITCH_X_SITE, CC, CFLAGS): Allow
363         `configure' to supply the values for these variables.
365 1993-09-26  Brian J. Fox  (bfox@ai.mit.edu)
367         * Makefile.in (VPATH, srcdir): Now that `configure' creates the
368         Makefiles, do not append the current directory to the value of
369         `srcdir' or `VPATH'.
371 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
373         * Version 19.19 released.
375 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
377         * Version 19.18 released.
379 1993-07-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
381         * Internal.c (_XMWinQueInit): Use explicit loop, not bzero.
383 1993-07-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
385         * Makefile (ALL_CFLAGS): Use all 6 C_SWITCH_... vars.
387         Among them, put the ..._SITE vars last.
389 1993-07-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
391         * Version 19.17 released.
393 1993-07-07  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
395         * Makefile.in: Write out the dependencies for the object files;
396         otherwise, VPATH won't work.
398         * Makefile.in: Re-arrange, to put `all' target at the top.
400 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
402         * Version 19.16 released.
404 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
406         * version 19.15 released.
408 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
410         * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
411         This should make it work under any circumstances.
413         * Makefile.in (mostlyclean): Use rm -f.
415 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
417         * Version 19.14 released.
419 1993-06-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
421         * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
422         Put CFLAGS last.
424 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
426         Bring mumbleclean targets into conformance with GNU coding standards.
427         * Makefile.in (mostlyclean, realclean): New targets.
429 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
431         * Version 19.13 released.
433 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
435         * Version 19.10 released.
437 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
439         * Create.c: Handle EMACS_BITMAP_FILES.
440         Use new names of renamed bitmap files.
442 1993-05-28  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
444         * AddPane.c, AddSel.c, DelPane.c, DelSel.c, InsPane.c, InsSel.c,
445         XDelAssoc.c, XMakeAssoc.c, XMenu.h, insque.c: Changed all uses of
446         insque and remque to emacs_insque and emacs_remque, so we can
447         safely include insque.c in the library on all systems.
449 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
451         * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
452         only works with GNU Make.
454 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
456         * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
458 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
460         * Version 19.9 released.
462 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
464         * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
466 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
468         * Version 19.8 released.
470 1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
472         * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
473         configuration process can correctly implement the --x-includes
474         option.
476 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
478         * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
479         not NULL.
481 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
483         * Version 19.7 released.
485 1993-05-15  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
487         * Makefile.in: Renamed from Makefile, so that the top-level
488         makefile can edit it.
490 1993-04-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
492         * XLookAssoc.c, XMakeAssoc.c: VMS needs <X11/Xresource.h>, not
493         <X11/Xos.h>.
495         * XCrAssoc.c: #include <errno.h>, not "errno.h".
496         (XCreateAssocTable): Doc fix.
498 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
500         * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
501         the options to the C compiler.
503         * compile.com, descrip.mms: New files for VMS from Richard
504         Levitte.
505         * XCrAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c: Use <angle
506         brackets> around the names of the X Windows #include files; VMS
507         needs this.
508         * XLookAssoc.c, XMakeAssoc.c: #include <X11/Xos.h>.  VMS needs
509         this.
510         * Create.c: On VMS, we have to look for the bitmap files in
511         `./src/bitmaps', not <X11/bitmaps>.
513 1993-03-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
515         * Makefile (.c.o): Don't rm the .o files.
517 1993-03-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
519         * Activate.c (XMenuActivate): If `active' field is negative,
520         don't allow selecting a string.
522 1993-03-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
524         * Create.c (XMenuCreate): New variable `root', holding the
525         display's default root window, so we don't have to write out
526         "RootWindow (display, DefaultScreen (display))" a jillion times.
528         * Create.c (XMenuCreate): Don't assume that all the
529         <X11/bitmaps/foo> patterns are 16x16.  Instead of building a
530         bitmap and then converting it to a pixmap of the appropriate
531         depth if necessary, build a pixmap of the appropriate depth
532         directly, using XCreatePixmapFromBitmapData.
534         * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
535         XLookAssoc.c, and XMakeAssoc.c in SRCS.  Similarly for OBJS.
537         * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
538         warnings about redefining NULL.
540         * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
541         XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
543         * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
544         any of the `.h' files, define it.
546         * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
547         Add an extern declaration for errno.
549         * XMakeAssoc.c: Add an extern declaration for _XIOErrorFunction.
550         (XMakeAssoc): Use malloc instead of Xmalloc to allocate new
551         parts of the assoc table.
552         * XCrAssoc.c (XCreateAssocTable): Same.
554         * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
555         * XDelAssoc.c (XDeleteAssoc): Same.
557 1992-10-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
559         * XMakeAssoc.c (XMakeAssoc): Use malloc, not Xmalloc.
560         * XCrAssoc.c (XCreateAssocTable): Use malloc and calloc directly.
561         * XDelAssoc.c (XDeleteAssoc): Use free, not Xfree.
562         * XDestAssoc.c (XDestroyAssocTable): Likewise.
564 1992-10-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
566         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
567         Use Xlib.h, not Xlibint.h.
568         * XLookAssoc.c, XMakeAssoc.c, XCrAssoc.c (NULL): Defined.
569         * XMakeAssoc.c, XCrAssoc.c: Include errno.h.  Declare errno.
570         * XMakeAssoc.c (_XIOErrorFunction): Declared.
572 1992-09-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
574         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
575         Specify dir X11/ when including Xlibint.h.
577 1992-09-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
579         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
580         New files.
582         * Makefile (SRCS, OBJS): Compile those files.
584 1992-01-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
586         * Makefile (clean): Delete object files and library.
587         (distclean): New target.
589 1992-01-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
591         * Makefile (libXMenu11.a): Put `-' on ranlib line.
593 1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
595         * Makefile (EXTRA): New variable.
596         (libXMenu11.a): Use that.
598         * insque.c: New file.
600 1992-01-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
602         * Makefile (CC): Assignment commented out.
604 1991-11-16  Noah Friedman  (friedman@nutrimat)
606         * copyright.h: New file (copied from X11R4 distribution)
607         * All files: Replaced occurrences of #include <X11/copyright.h>
608         with #include "copyright.h"
610 1991-10-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
612         * XMenu.h (enum _xmmode): Remove spurious comma.
614         * X10.h: New file.
615         * XMenu.h, XMenuInt.h: Include X10.h from this dir.
617 1990-11-13  Richard Stallman  (rms@mole.ai.mit.edu)
619         * XMenu.h (struct _xmenu): Use unsigned long for colors.
621 1990-11-12  Richard Stallman  (rms@mole.ai.mit.edu)
623         * Internal.c: Declare argument `display' in some functions.
626 ;; Local Variables:
627 ;; coding: utf-8
628 ;; End:
630   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
632   This file is part of GNU Emacs.
634   GNU Emacs is free software: you can redistribute it and/or modify
635   it under the terms of the GNU General Public License as published by
636   the Free Software Foundation, either version 3 of the License, or
637   (at your option) any later version.
639   GNU Emacs is distributed in the hope that it will be useful,
640   but WITHOUT ANY WARRANTY; without even the implied warranty of
641   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
642   GNU General Public License for more details.
644   You should have received a copy of the GNU General Public License
645   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.