* textmodes/nroff-mode.el (nroff-view): Kill old buffer before refreshing the preview...
[emacs.git] / oldXMenu / ChangeLog
blobf05553a38b3b5aacacc1a248503d931895e005e6
1 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
3         * XMenu.h: Include <stdlib.h>.
5 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
7         * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
8         substitution.
9         (ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
11 2010-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
13         * Activate.c: Convert function definitions to standard C.
14         * AddPane.c:
15         * AddSel.c:
16         * ChgPane.c:
17         * ChgSel.c:
18         * Create.c:
19         * DelPane.c:
20         * DelSel.c:
21         * Destroy.c:
22         * Error.c:
23         * EvHand.c:
24         * FindPane.c:
25         * FindSel.c:
26         * InsPane.c:
27         * InsSel.c:
28         * Internal.c:
29         * Locate.c:
30         * Post.c:
31         * Recomp.c:
32         * SetAEQ.c:
33         * SetFrz.c:
34         * SetPane.c:
35         * SetSel.c:
36         * X10.h:
37         * XCrAssoc.c:
38         * XDelAssoc.c:
39         * XDestAssoc.c:
40         * XLookAssoc.c:
41         * XMakeAssoc.c:
42         * XMenu.h:
43         * XMenuInt.h:
44         * insque.c: Likewise.
46 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
48         * Version 23.2 released.
50 2010-05-06  Glenn Morris  <rgm@gnu.org>
52         * Makefile.in (RANLIB): Let configure set it.
53         (libXMenu11.a): Configure sets RANLIB = : on systems without it.
55         * Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
56         (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
58 2010-05-04  Glenn Morris  <rgm@gnu.org>
60         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE):
61         Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
62         @c_switch_system@, @c_switch_machine@.
64 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
66         * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
68 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
70         * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
72 2010-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
74         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
75         (C_SWITCH_X_SITE): Define using autoconf.
77 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
79         * Branch for 23.2.
81 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
83         * Branch for 23.1.
85 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
87         * descrip.mms:
88         * compile.com: Remove file.
89         * Create.c: Remove VMS support.
91 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
93         * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
95 2007-07-25  Glenn Morris  <rgm@gnu.org>
97         * Relicense all FSF files to GPLv3 or later.
99 2007-06-04  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
101         * ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no
102         compilation warnings: #include <config.h>.
104 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
106         * Version 22.1 released.
108 2007-05-30  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
110         * XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc.
112 2007-02-27  Glenn Morris  <rgm@gnu.org>
114         * Imakefile: Remove unused file with no explicit legal info.
115         * Makefile.in (distclean): Remove Makefile.
117 2007-02-25  Glenn Morris  <rgm@gnu.org>
119         * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c:
120         * XMakeAssoc.c: Remove license text in favour of including
121         copyright.h, as was done in original X11 source.
123 2004-12-27  Jan Djärv  <jan.h.d@swipnet.se>
125         * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
126         was pressed.
128 2004-11-12  Jan Djärv  <jan.h.d@swipnet.se>
130         * XMenu.h (XMenuActivateSetWaitFunction): New function.
132         * Activate.c (XMenuActivateSetWaitFunction): New function.
133         (XMenuActivate): Call wait_func if set, before XNextEvent.
135 2002-04-22  Jan Djärv  <jan.h.d@swipnet.se>
137         * Activate.c: Add calls to GrabKeyboard to remove strange
138         interactions with window managers that steal keypresses.
139         Call ungrab_all instead of XtUngrabPointer.
140         (XMenuActivate): Add call to XGrabKeyboard.
141         (XMenuActivate): Add call to XUngrabKeyboard.
143 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
145         * (Version 21.1 released.)
147 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
149         * Branch for 21.1.
151 2000-07-21  Eli Zaretskii  <eliz@is.elta.co.il>
153         * Activate.c (XMenuActivate): Call help callback with two more
154         arguments: the pane number and selection number.
156 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
158         * Activate.c (XMenuActivate): Add parameter HELP_CALLBACK.
159         Call help callback.
161         * Post.c (XMenuPost): Pass null help callback to XMenuActivate.
163         * AddSel.c (XMenuAddSelection): Add parameter HELP.
165         * XMenu.h (XmSelect): Add member `help_string'.
167 1999-07-12  Richard Stallman  <rms@gnu.org>
169         * Version 20.4 released.
171 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
173         * Version 20.3 released.
175 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
177         * Version 20.2 released.
179 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
181         * Version 20.1 released.
183 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
185         * Version 19.33 released.
187 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
189         * Version 19.32 released.
191 1996-06-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
193         * Internal.c (_XMRefreshSelection): Check for type SEPARATOR.
194         * InsSel.c (XMenuInsertSelection): Use SEPARATOR if nec.
195         * AddSel.c (XMenuAddSelection): Use SEPARATOR if nec.
197         * XMenu.h: New alternative SEPARATOR.
199 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
201         * Version 19.31 released.
203 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
205         * Version 19.30 released.
207 1995-11-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
209         * Makefile.in (ALL_CFLAGS): Add some -I options.
211         * Activate.c, AddPane.c, AddSel.c, Create.c, InsPane.c, InsSel.c:
212         * Internal.c, XCrAssoc.c, XMakeAssoc.c: Include config.h.
214 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
216         * Version 19.29 released.
218 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
220         * Makefile.in (maintainer-clean): Renamed from realclean.
222 1994-10-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
224         * Makefile.in (ALL_CFLAGS): Reorder the switches more rationally.
226 1994-10-24  Jim Wilson  (wilson@chestnut.cygnus.com)
228         * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_MACHINE.
230 1994-09-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
232         * Version 19.27 released.
234 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
236         * Version 19.26 released.
238 1994-07-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
240         * Error.c (XMenuError): Make `message' static.
242 1994-06-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
244         * Create.c (XAllocDisplayColor): New function.
245         Use it throughout in place of XAllocNamedColor.
247 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
249         * Version 19.25 released.
251 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
253         * Version 19.24 released.
255 1994-05-17  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
257         * Create.c (XMenuCreate): Declare `data' as char*.
259 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
261         * Version 19.23 released.
263 1994-04-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
265         * Create.c (XMenuCreate): Declare `data' as unsigned char*.
267 1994-01-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
269         * XMakeAssoc.c (XMakeAssoc): Use xmalloc.
270         (_XIOErrorFunction): Decl deleted.
272 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
274         * Version 19.22 released.
276 1993-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
278         * Activate.c (XMenuActivate):
279         Call XSetWindowBackground and _XMRefreshPane.
281 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
283         * Version 19.21 released.
285 1993-11-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
287         * Makefile.in (libXMenu11.a): Tell make not to worry if ranlib fails.
288         Tell user too, in case make doesn't pay attention.
290 1993-11-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
292         * Version 19.20 released.
294 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
296         * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_SYSTEM.
298 1993-09-27  Brian J. Fox  (bfox@valhalla)
300         * Makefile.in (CPP, LN_S, C_SWITCH_X_SITE, CC, CFLAGS): Allow
301         `configure' to supply the values for these variables.
303 1993-09-26  Brian J. Fox  (bfox@ai.mit.edu)
305         * Makefile.in (VPATH, srcdir): Now that `configure' creates the
306         Makefiles, do not append the current directory to the value of
307         `srcdir' or `VPATH'.
309 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
311         * Version 19.19 released.
313 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
315         * Version 19.18 released.
317 1993-07-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
319         * Internal.c (_XMWinQueInit): Use explicit loop, not bzero.
321 1993-07-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
323         * Makefile (ALL_CFLAGS): Use all 6 C_SWITCH_... vars.
325         Among them, put the ..._SITE vars last.
327 1993-07-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
329         * Version 19.17 released.
331 1993-07-07  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
333         * Makefile.in: Write out the dependencies for the object files;
334         otherwise, VPATH won't work.
336         * Makefile.in: Re-arrange, to put `all' target at the top.
338 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
340         * Version 19.16 released.
342 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
344         * version 19.15 released.
346 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
348         * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
349         This should make it work under any circumstances.
351         * Makefile.in (mostlyclean): Use rm -f.
353 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
355         * Version 19.14 released.
357 1993-06-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
359         * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
360         Put CFLAGS last.
362 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
364         Bring mumbleclean targets into conformance with GNU coding standards.
365         * Makefile.in (mostlyclean, realclean): New targets.
367 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
369         * Version 19.13 released.
371 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
373         * Version 19.10 released.
375 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
377         * Create.c: Handle EMACS_BITMAP_FILES.
378         Use new names of renamed bitmap files.
380 1993-05-28  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
382         * AddPane.c, AddSel.c, DelPane.c, DelSel.c, InsPane.c, InsSel.c,
383         XDelAssoc.c, XMakeAssoc.c, XMenu.h, insque.c: Changed all uses of
384         insque and remque to emacs_insque and emacs_remque, so we can
385         safely include insque.c in the library on all systems.
387 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
389         * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
390         only works with GNU Make.
392 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
394         * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
396 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
398         * Version 19.9 released.
400 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
402         * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
404 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
406         * Version 19.8 released.
408 1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
410         * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
411         configuration process can correctly implement the --x-includes
412         option.
414 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
416         * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
417         not NULL.
419 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
421         * Version 19.7 released.
423 1993-05-15  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
425         * Makefile.in: Renamed from Makefile, so that the top-level
426         makefile can edit it.
428 1993-04-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
430         * XLookAssoc.c, XMakeAssoc.c: VMS needs <X11/Xresource.h>, not
431         <X11/Xos.h>.
433         * XCrAssoc.c: #include <errno.h>, not "errno.h".
434         (XCreateAssocTable): Doc fix.
436 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
438         * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
439         the options to the C compiler.
441         * compile.com, descrip.mms: New files for VMS from Richard
442         Levitte.
443         * XCrAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c: Use <angle
444         brackets> around the names of the X Windows #include files; VMS
445         needs this.
446         * XLookAssoc.c, XMakeAssoc.c: #include <X11/Xos.h>.  VMS needs
447         this.
448         * Create.c: On VMS, we have to look for the bitmap files in
449         `./src/bitmaps', not <X11/bitmaps>.
451 1993-03-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
453         * Makefile (.c.o): Don't rm the .o files.
455 1993-03-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
457         * Activate.c (XMenuActivate): If `active' field is negative,
458         don't allow selecting a string.
460 1993-03-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
462         * Create.c (XMenuCreate): New variable `root', holding the
463         display's default root window, so we don't have to write out
464         "RootWindow (display, DefaultScreen (display))" a jillion times.
466         * Create.c (XMenuCreate): Don't assume that all the
467         <X11/bitmaps/foo> patterns are 16x16.  Instead of building a
468         bitmap and then converting it to a pixmap of the appropriate
469         depth if necessary, build a pixmap of the appropriate depth
470         directly, using XCreatePixmapFromBitmapData.
472         * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
473         XLookAssoc.c, and XMakeAssoc.c in SRCS.  Similarly for OBJS.
475         * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
476         warnings about redefining NULL.
478         * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
479         XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
481         * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
482         any of the `.h' files, define it.
484         * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
485         Add an extern declaration for errno.
487         * XMakeAssoc.c: Add an extern declaration for _XIOErrorFunction.
488         (XMakeAssoc): Use malloc instead of Xmalloc to allocate new
489         parts of the assoc table.
490         * XCrAssoc.c (XCreateAssocTable): Same.
492         * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
493         * XDelAssoc.c (XDeleteAssoc): Same.
495 1992-10-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
497         * XMakeAssoc.c (XMakeAssoc): Use malloc, not Xmalloc.
498         * XCrAssoc.c (XCreateAssocTable): Use malloc and calloc directly.
499         * XDelAssoc.c (XDeleteAssoc): Use free, not Xfree.
500         * XDestAssoc.c (XDestroyAssocTable): Likewise.
502 1992-10-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
504         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
505         Use Xlib.h, not Xlibint.h.
506         * XLookAssoc.c, XMakeAssoc.c, XCrAssoc.c (NULL): Defined.
507         * XMakeAssoc.c, XCrAssoc.c: Include errno.h.  Declare errno.
508         * XMakeAssoc.c (_XIOErrorFunction): Declared.
510 1992-09-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
512         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
513         Specify dir X11/ when including Xlibint.h.
515 1992-09-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
517         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
518         New files.
520         * Makefile (SRCS, OBJS): Compile those files.
522 1992-01-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
524         * Makefile (clean): Delete object files and library.
525         (distclean): New target.
527 1992-01-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
529         * Makefile (libXMenu11.a): Put `-' on ranlib line.
531 1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
533         * Makefile (EXTRA): New variable.
534         (libXMenu11.a): Use that.
536         * insque.c: New file.
538 1992-01-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
540         * Makefile (CC): Assignment commented out.
542 1991-11-16  Noah Friedman  (friedman@nutrimat)
544         * copyright.h: New file (copied from X11R4 distribution)
545         * All files: Replaced occurrences of #include <X11/copyright.h>
546         with #include "copyright.h"
548 1991-10-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
550         * XMenu.h (enum _xmmode): Remove spurious comma.
552         * X10.h: New file.
553         * XMenu.h, XMenuInt.h: Include X10.h from this dir.
555 1990-11-13  Richard Stallman  (rms@mole.ai.mit.edu)
557         * XMenu.h (struct _xmenu): Use unsigned long for colors.
559 1990-11-12  Richard Stallman  (rms@mole.ai.mit.edu)
561         * Internal.c: Declare argument `display' in some functions.
564 ;; Local Variables:
565 ;; coding: utf-8
566 ;; add-log-time-zone-rule: t
567 ;; End:
569     Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
570         2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
571         Free Software Foundation, Inc.
573   This file is part of GNU Emacs.
575   GNU Emacs is free software: you can redistribute it and/or modify
576   it under the terms of the GNU General Public License as published by
577   the Free Software Foundation, either version 3 of the License, or
578   (at your option) any later version.
580   GNU Emacs is distributed in the hope that it will be useful,
581   but WITHOUT ANY WARRANTY; without even the implied warranty of
582   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
583   GNU General Public License for more details.
585   You should have received a copy of the GNU General Public License
586   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
588 ;;; arch-tag: 8b17c869-6677-40ce-be86-e62cf34061cf