Preserve arg names for advice of subr and lexical functions.
[emacs.git] / oldXMenu / ChangeLog
blobf0e650ab4b3ca40925753f2ef0e9ed93acc8a799
1 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
3         * Version 23.3 released.
5 2010-11-09  Elias Pipping  <pipping.elias@googlemail.com>  (tiny change)
7         Make Emacs compile with clang (bug#7309).
8         * XMakeAssoc.c (XMakeAssoc):
9         * XDelAssoc.c (XDeleteAssoc): Declare the return type.
11 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
13         * XMenu.h: Include <stdlib.h>.
15 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
17         * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
18         substitution.
19         (ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
21 2010-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
23         * Activate.c: Convert function definitions to standard C.
24         * AddPane.c:
25         * AddSel.c:
26         * ChgPane.c:
27         * ChgSel.c:
28         * Create.c:
29         * DelPane.c:
30         * DelSel.c:
31         * Destroy.c:
32         * Error.c:
33         * EvHand.c:
34         * FindPane.c:
35         * FindSel.c:
36         * InsPane.c:
37         * InsSel.c:
38         * Internal.c:
39         * Locate.c:
40         * Post.c:
41         * Recomp.c:
42         * SetAEQ.c:
43         * SetFrz.c:
44         * SetPane.c:
45         * SetSel.c:
46         * X10.h:
47         * XCrAssoc.c:
48         * XDelAssoc.c:
49         * XDestAssoc.c:
50         * XLookAssoc.c:
51         * XMakeAssoc.c:
52         * XMenu.h:
53         * XMenuInt.h:
54         * insque.c: Likewise.
56 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
58         * Version 23.2 released.
60 2010-05-06  Glenn Morris  <rgm@gnu.org>
62         * Makefile.in (RANLIB): Let configure set it.
63         (libXMenu11.a): Configure sets RANLIB = : on systems without it.
65         * Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
66         (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
68 2010-05-04  Glenn Morris  <rgm@gnu.org>
70         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE):
71         Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
72         @c_switch_system@, @c_switch_machine@.
74 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
76         * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
78 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
80         * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
82 2010-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
84         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
85         (C_SWITCH_X_SITE): Define using autoconf.
87 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
89         * Branch for 23.2.
91 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
93         * Branch for 23.1.
95 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
97         * descrip.mms:
98         * compile.com: Remove file.
99         * Create.c: Remove VMS support.
101 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
103         * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
105 2007-07-25  Glenn Morris  <rgm@gnu.org>
107         * Relicense all FSF files to GPLv3 or later.
109 2007-06-04  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
111         * ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no
112         compilation warnings: #include <config.h>.
114 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
116         * Version 22.1 released.
118 2007-05-30  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
120         * XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc.
122 2007-02-27  Glenn Morris  <rgm@gnu.org>
124         * Imakefile: Remove unused file with no explicit legal info.
125         * Makefile.in (distclean): Remove Makefile.
127 2007-02-25  Glenn Morris  <rgm@gnu.org>
129         * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c:
130         * XMakeAssoc.c: Remove license text in favour of including
131         copyright.h, as was done in original X11 source.
133 2004-12-27  Jan Djärv  <jan.h.d@swipnet.se>
135         * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
136         was pressed.
138 2004-11-12  Jan Djärv  <jan.h.d@swipnet.se>
140         * XMenu.h (XMenuActivateSetWaitFunction): New function.
142         * Activate.c (XMenuActivateSetWaitFunction): New function.
143         (XMenuActivate): Call wait_func if set, before XNextEvent.
145 2002-04-22  Jan Djärv  <jan.h.d@swipnet.se>
147         * Activate.c: Add calls to GrabKeyboard to remove strange
148         interactions with window managers that steal keypresses.
149         Call ungrab_all instead of XtUngrabPointer.
150         (XMenuActivate): Add call to XGrabKeyboard.
151         (XMenuActivate): Add call to XUngrabKeyboard.
153 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
155         * (Version 21.1 released.)
157 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
159         * Branch for 21.1.
161 2000-07-21  Eli Zaretskii  <eliz@is.elta.co.il>
163         * Activate.c (XMenuActivate): Call help callback with two more
164         arguments: the pane number and selection number.
166 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
168         * Activate.c (XMenuActivate): Add parameter HELP_CALLBACK.
169         Call help callback.
171         * Post.c (XMenuPost): Pass null help callback to XMenuActivate.
173         * AddSel.c (XMenuAddSelection): Add parameter HELP.
175         * XMenu.h (XmSelect): Add member `help_string'.
177 1999-07-12  Richard Stallman  <rms@gnu.org>
179         * Version 20.4 released.
181 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
183         * Version 20.3 released.
185 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
187         * Version 20.2 released.
189 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
191         * Version 20.1 released.
193 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
195         * Version 19.33 released.
197 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
199         * Version 19.32 released.
201 1996-06-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
203         * Internal.c (_XMRefreshSelection): Check for type SEPARATOR.
204         * InsSel.c (XMenuInsertSelection): Use SEPARATOR if nec.
205         * AddSel.c (XMenuAddSelection): Use SEPARATOR if nec.
207         * XMenu.h: New alternative SEPARATOR.
209 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
211         * Version 19.31 released.
213 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
215         * Version 19.30 released.
217 1995-11-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
219         * Makefile.in (ALL_CFLAGS): Add some -I options.
221         * Activate.c, AddPane.c, AddSel.c, Create.c, InsPane.c, InsSel.c:
222         * Internal.c, XCrAssoc.c, XMakeAssoc.c: Include config.h.
224 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
226         * Version 19.29 released.
228 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
230         * Makefile.in (maintainer-clean): Renamed from realclean.
232 1994-10-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
234         * Makefile.in (ALL_CFLAGS): Reorder the switches more rationally.
236 1994-10-24  Jim Wilson  (wilson@chestnut.cygnus.com)
238         * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_MACHINE.
240 1994-09-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
242         * Version 19.27 released.
244 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
246         * Version 19.26 released.
248 1994-07-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
250         * Error.c (XMenuError): Make `message' static.
252 1994-06-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
254         * Create.c (XAllocDisplayColor): New function.
255         Use it throughout in place of XAllocNamedColor.
257 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
259         * Version 19.25 released.
261 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
263         * Version 19.24 released.
265 1994-05-17  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
267         * Create.c (XMenuCreate): Declare `data' as char*.
269 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
271         * Version 19.23 released.
273 1994-04-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
275         * Create.c (XMenuCreate): Declare `data' as unsigned char*.
277 1994-01-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
279         * XMakeAssoc.c (XMakeAssoc): Use xmalloc.
280         (_XIOErrorFunction): Decl deleted.
282 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
284         * Version 19.22 released.
286 1993-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
288         * Activate.c (XMenuActivate):
289         Call XSetWindowBackground and _XMRefreshPane.
291 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
293         * Version 19.21 released.
295 1993-11-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
297         * Makefile.in (libXMenu11.a): Tell make not to worry if ranlib fails.
298         Tell user too, in case make doesn't pay attention.
300 1993-11-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
302         * Version 19.20 released.
304 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
306         * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_SYSTEM.
308 1993-09-27  Brian J. Fox  (bfox@valhalla)
310         * Makefile.in (CPP, LN_S, C_SWITCH_X_SITE, CC, CFLAGS): Allow
311         `configure' to supply the values for these variables.
313 1993-09-26  Brian J. Fox  (bfox@ai.mit.edu)
315         * Makefile.in (VPATH, srcdir): Now that `configure' creates the
316         Makefiles, do not append the current directory to the value of
317         `srcdir' or `VPATH'.
319 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
321         * Version 19.19 released.
323 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
325         * Version 19.18 released.
327 1993-07-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
329         * Internal.c (_XMWinQueInit): Use explicit loop, not bzero.
331 1993-07-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
333         * Makefile (ALL_CFLAGS): Use all 6 C_SWITCH_... vars.
335         Among them, put the ..._SITE vars last.
337 1993-07-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
339         * Version 19.17 released.
341 1993-07-07  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
343         * Makefile.in: Write out the dependencies for the object files;
344         otherwise, VPATH won't work.
346         * Makefile.in: Re-arrange, to put `all' target at the top.
348 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
350         * Version 19.16 released.
352 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
354         * version 19.15 released.
356 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
358         * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
359         This should make it work under any circumstances.
361         * Makefile.in (mostlyclean): Use rm -f.
363 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
365         * Version 19.14 released.
367 1993-06-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
369         * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
370         Put CFLAGS last.
372 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
374         Bring mumbleclean targets into conformance with GNU coding standards.
375         * Makefile.in (mostlyclean, realclean): New targets.
377 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
379         * Version 19.13 released.
381 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
383         * Version 19.10 released.
385 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
387         * Create.c: Handle EMACS_BITMAP_FILES.
388         Use new names of renamed bitmap files.
390 1993-05-28  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
392         * AddPane.c, AddSel.c, DelPane.c, DelSel.c, InsPane.c, InsSel.c,
393         XDelAssoc.c, XMakeAssoc.c, XMenu.h, insque.c: Changed all uses of
394         insque and remque to emacs_insque and emacs_remque, so we can
395         safely include insque.c in the library on all systems.
397 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
399         * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
400         only works with GNU Make.
402 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
404         * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
406 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
408         * Version 19.9 released.
410 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
412         * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
414 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
416         * Version 19.8 released.
418 1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
420         * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
421         configuration process can correctly implement the --x-includes
422         option.
424 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
426         * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
427         not NULL.
429 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
431         * Version 19.7 released.
433 1993-05-15  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
435         * Makefile.in: Renamed from Makefile, so that the top-level
436         makefile can edit it.
438 1993-04-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
440         * XLookAssoc.c, XMakeAssoc.c: VMS needs <X11/Xresource.h>, not
441         <X11/Xos.h>.
443         * XCrAssoc.c: #include <errno.h>, not "errno.h".
444         (XCreateAssocTable): Doc fix.
446 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
448         * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
449         the options to the C compiler.
451         * compile.com, descrip.mms: New files for VMS from Richard
452         Levitte.
453         * XCrAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c: Use <angle
454         brackets> around the names of the X Windows #include files; VMS
455         needs this.
456         * XLookAssoc.c, XMakeAssoc.c: #include <X11/Xos.h>.  VMS needs
457         this.
458         * Create.c: On VMS, we have to look for the bitmap files in
459         `./src/bitmaps', not <X11/bitmaps>.
461 1993-03-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
463         * Makefile (.c.o): Don't rm the .o files.
465 1993-03-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
467         * Activate.c (XMenuActivate): If `active' field is negative,
468         don't allow selecting a string.
470 1993-03-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
472         * Create.c (XMenuCreate): New variable `root', holding the
473         display's default root window, so we don't have to write out
474         "RootWindow (display, DefaultScreen (display))" a jillion times.
476         * Create.c (XMenuCreate): Don't assume that all the
477         <X11/bitmaps/foo> patterns are 16x16.  Instead of building a
478         bitmap and then converting it to a pixmap of the appropriate
479         depth if necessary, build a pixmap of the appropriate depth
480         directly, using XCreatePixmapFromBitmapData.
482         * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
483         XLookAssoc.c, and XMakeAssoc.c in SRCS.  Similarly for OBJS.
485         * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
486         warnings about redefining NULL.
488         * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
489         XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
491         * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
492         any of the `.h' files, define it.
494         * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
495         Add an extern declaration for errno.
497         * XMakeAssoc.c: Add an extern declaration for _XIOErrorFunction.
498         (XMakeAssoc): Use malloc instead of Xmalloc to allocate new
499         parts of the assoc table.
500         * XCrAssoc.c (XCreateAssocTable): Same.
502         * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
503         * XDelAssoc.c (XDeleteAssoc): Same.
505 1992-10-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
507         * XMakeAssoc.c (XMakeAssoc): Use malloc, not Xmalloc.
508         * XCrAssoc.c (XCreateAssocTable): Use malloc and calloc directly.
509         * XDelAssoc.c (XDeleteAssoc): Use free, not Xfree.
510         * XDestAssoc.c (XDestroyAssocTable): Likewise.
512 1992-10-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
514         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
515         Use Xlib.h, not Xlibint.h.
516         * XLookAssoc.c, XMakeAssoc.c, XCrAssoc.c (NULL): Defined.
517         * XMakeAssoc.c, XCrAssoc.c: Include errno.h.  Declare errno.
518         * XMakeAssoc.c (_XIOErrorFunction): Declared.
520 1992-09-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
522         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
523         Specify dir X11/ when including Xlibint.h.
525 1992-09-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
527         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
528         New files.
530         * Makefile (SRCS, OBJS): Compile those files.
532 1992-01-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
534         * Makefile (clean): Delete object files and library.
535         (distclean): New target.
537 1992-01-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
539         * Makefile (libXMenu11.a): Put `-' on ranlib line.
541 1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
543         * Makefile (EXTRA): New variable.
544         (libXMenu11.a): Use that.
546         * insque.c: New file.
548 1992-01-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
550         * Makefile (CC): Assignment commented out.
552 1991-11-16  Noah Friedman  (friedman@nutrimat)
554         * copyright.h: New file (copied from X11R4 distribution)
555         * All files: Replaced occurrences of #include <X11/copyright.h>
556         with #include "copyright.h"
558 1991-10-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
560         * XMenu.h (enum _xmmode): Remove spurious comma.
562         * X10.h: New file.
563         * XMenu.h, XMenuInt.h: Include X10.h from this dir.
565 1990-11-13  Richard Stallman  (rms@mole.ai.mit.edu)
567         * XMenu.h (struct _xmenu): Use unsigned long for colors.
569 1990-11-12  Richard Stallman  (rms@mole.ai.mit.edu)
571         * Internal.c: Declare argument `display' in some functions.
574 ;; Local Variables:
575 ;; coding: utf-8
576 ;; End:
578   Copyright (C) 1993-1999, 2001-2011  Free Software Foundation, Inc.
580   This file is part of GNU Emacs.
582   GNU Emacs is free software: you can redistribute it and/or modify
583   it under the terms of the GNU General Public License as published by
584   the Free Software Foundation, either version 3 of the License, or
585   (at your option) any later version.
587   GNU Emacs is distributed in the hope that it will be useful,
588   but WITHOUT ANY WARRANTY; without even the implied warranty of
589   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
590   GNU General Public License for more details.
592   You should have received a copy of the GNU General Public License
593   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.