Added wording for the regex files and the --ignore-case-regex option.
[emacs.git] / oldXMenu / ChangeLog
blob9bb8d9c30e949e973e12917d58fafad90574d858
1 1999-07-12  Richard Stallman  <rms@gnu.org>
3         * Version 20.4 released.
5 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7         * Version 20.3 released.
9 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11         * Version 20.2 released.
13 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
15         * Version 20.1 released.
17 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19         * Version 19.33 released.
21 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
23         * Version 19.32 released.
25 1996-06-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
27         * Internal.c (_XMRefreshSelection): Check for type SEPARATOR.
28         * InsSel.c (XMenuInsertSelection): Use SEPARATOR if nec.
29         * AddSel.c (XMenuAddSelection): Use SEPARATOR if nec.
31         * XMenu.h: New alternative SEPARATOR.
33 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
35         * Version 19.31 released.
37 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
39         * Version 19.30 released.
41 1995-11-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
43         * Makefile.in (ALL_CFLAGS): Add some -I options.
45         * Activate.c, AddPane.c, AddSel.c, Create.c, InsPane.c, InsSel.c:
46         * Internal.c, XCrAssoc.c, XMakeAssoc.c: Include config.h.
48 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
50         * Version 19.29 released.
52 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
54         * Makefile.in (maintainer-clean): Renamed from realclean.
56 1994-10-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
58         * Makefile.in (ALL_CFLAGS): Reorder the switches more rationally.
60 1994-10-24  Jim Wilson  (wilson@chestnut.cygnus.com)
62         * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_MACHINE.
64 1994-09-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
66         * Version 19.27 released.
68 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
70         * Version 19.26 released.
72 1994-07-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
74         * Error.c (XMenuError): Make `message' static.
76 1994-06-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
78         * Create.c (XAllocDisplayColor): New function.
79         Use it throughout in place of XAllocNamedColor.
81 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
83         * Version 19.25 released.
85 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
87         * Version 19.24 released.
89 1994-05-17  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
91         * Create.c (XMenuCreate): Declare `data' as char*.
93 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
95         * Version 19.23 released.
97 1994-04-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
99         * Create.c (XMenuCreate): Declare `data' as unsigned char*.
101 1994-01-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
103         * XMakeAssoc.c (XMakeAssoc): Use xmalloc.
104         (_XIOErrorFunction): Decl deleted.
106 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
108         * Version 19.22 released.
110 1993-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
112         * Activate.c (XMenuActivate):
113         Call XSetWindowBackground and _XMRefreshPane.
115 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
117         * Version 19.21 released.
119 1993-11-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
121         * Makefile.in (libXMenu11.a): Tell make not to worry if ranlib fails.
122         Tell user too, in case make doesn't pay attention.
124 1993-11-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
126         * Version 19.20 released.
128 1993-10-25  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
130         * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_SYSTEM.
132 1993-09-27  Brian Fox  (bfox@valhalla)
134         * Makefile.in (CPP, LN_S, C_SWITCH_X_SITE, CC, CFLAGS): Allow
135         `configure' to supply the values for these variables.
137 1993-09-26  Brian Fox  (bfox@ai.mit.edu)
139         * Makefile.in (VPATH, srcdir): Now that `configure' creates the
140         Makefiles, do not append the current directory to the value of
141         `srcdir' or `VPATH'.
143 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
145         * Version 19.19 released.
147 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
149         * Version 19.18 released.
151 1993-07-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
153         * Internal.c (_XMWinQueInit): Use explicit loop, not bzero.
155 1993-07-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
157         * Makefile (ALL_CFLAGS): Use all 6 C_SWITCH_... vars.
159         Among them, put the ..._SITE vars last.
161 1993-07-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
163         * Version 19.17 released.
165 1993-07-07  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
167         * Makefile.in: Write out the dependencies for the object files;
168         otherwise, VPATH won't work.
170         * Makefile.in: Re-arrange, to put `all' target at the top.
172 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
174         * Version 19.16 released.
176 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
178         * version 19.15 released.
180 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
182         * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
183         This should make it work under any circumstances.
185         * Makefile.in (mostlyclean): Use rm -f.
187 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
189         * Version 19.14 released.
191 1993-06-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
193         * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
194         Put CFLAGS last.
196 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
198         Bring mumbleclean targets into conformance with GNU coding standards.
199         * Makefile.in (mostlyclean, realclean): New targets.
201 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
203         * Version 19.13 released.
205 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
207         * Version 19.10 released.
209 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
211         * Create.c: Handle EMACS_BITMAP_FILES.
212         Use new names of renamed bitmap files.
214 1993-05-28  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
216         * AddPane.c, AddSel.c, DelPane.c, DelSel.c, InsPane.c, InsSel.c,
217         XDelAssoc.c, XMakeAssoc.c, XMenu.h, insque.c: Changed all uses of
218         insque and remque to emacs_insque and emacs_remque, so we can
219         safely include insque.c in the library on all systems.
221 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
223         * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
224         only works with GNU Make.
226 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
228         * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
230 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
232         * Version 19.9 released.
234 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
236         * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
238 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
240         * Version 19.8 released.
242 1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
244         * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
245         configuration process can correctly implement the --x-includes
246         option.
248 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
250         * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
251         not NULL.
253 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
255         * Version 19.7 released.
257 1993-05-15  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
259         * Makefile.in: Renamed from Makefile, so that the top-level
260         makefile can edit it.
262 1993-04-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
264         * XLookAssoc.c, XMakeAssoc: VMS needs <X11/Xresource.h>, not
265         <X11/Xos.h>.
267         * XCrAssoc.c: #include <errno.h>, not "errno.h".
268         (XCreateAssocTable): Doc fix.
270 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
272         * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
273         the options to the C compiler.
275         * compile.com, descrip.mms: New files for VMS from Richard
276         Levitte.
277         * XCrAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c: Use <angle
278         brackets> around the names of the X Windows #include files; VMS
279         needs this.
280         * XLookAssoc.c, XMakeAssoc.c: #include <X11/Xos.h>.  VMS needs
281         this.
282         * Create.c: On VMS, we have to look for the bitmap files in
283         `./src/bitmaps', not <X11/bitmaps>.
285 1993-03-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
287         * Makefile (.c.o): Don't rm the .o files.
289 1993-03-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
291         * Activate.c (XMenuActivate): If `active' field is negative,
292         don't allow selecting a string.
294 1993-03-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
296         * Create.c (XMenuCreate): New variable `root', holding the
297         display's default root window, so we don't have to write out
298         "RootWindow (display, DefaultScreen (display))" a jillion times.
300         * Create.c (XMenuCreate): Don't assume that all the
301         <X11/bitmaps/foo> patterns are 16x16.  Instead of building a
302         bitmap and then converting it to a pixmap of the appropriate
303         depth if necessary, build a pixmap of the appropriate depth
304         directly, using XCreatePixmapFromBitmapData.
306         * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
307         XLookAssoc.c, and XMakeAssoc.c in SRCS.  Similarly for OBJS.
309         * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
310         warnings about redefining NULL.
312         * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
313         XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
315         * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
316         any of the `.h' files, define it.
318         * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
319         Add an extern declaration for errno.
321         * XMakeAssoc.c: Add an extern declaration for _XIOErrorFunction.
322         (XMakeAssoc): Use malloc instead of Xmalloc to allocate new
323         parts of the assoc table.
324         * XCrAssoc.c (XCreateAssocTable): Same.
326         * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
327         * XDelAssoc.c (XDeleteAssoc): Same.
329 1992-10-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
331         * XMakeAssoc.c (XMakeAssoc): Use malloc, not Xmalloc.
332         * XCrAssoc.c (XCreateAssocTable): Use malloc and calloc directly.
333         * XDelAssoc.c (XDeleteAssoc): Use free, not Xfree.
334         * XDestAssoc.c (XDestroyAssocTable): Likewise.
336 1992-10-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
338         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
339         Use Xlib.h, not Xlibint.h.
340         * XLookAssoc.c, XMakeAssoc.c, XCrAssoc.c (NULL): Defined.
341         * XMakeAssoc.c, XCrAssoc.c: Include errno.h.  Declare errno.
342         * XMakeAssoc.c (_XIOErrorFunction): Declared.
344 1992-09-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
346         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
347         Specify dir X11/ when including Xlibint.h.
349 1992-09-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
351         * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
352         New files.
354         * Makefile (SRCS, OBJS): Compile those files.
356 1992-01-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
358         * Makefile (clean): Delete object files and library.
359         (distclean): New target.
361 1992-01-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
363         * Makefile (libXMenu11.a): Put `-' on ranlib line.
365 1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
367         * Makefile (EXTRA): New variable.
368         (libXMenu11.a): Use that.
370         * insque.c: New file.
372 1992-01-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
374         * Makefile (CC): Assignment commented out.
376 1991-11-16  Noah Friedman  (friedman at nutrimat)
378         * copyright.h: New file (copied from X11R4 distribution)
379         * All files: Replaced occurrences of #include <X11/copyright.h>
380           with #include "copyright.h"
382 1991-10-25  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
384         * XMenu.h (enum _xmmode): Remove spurious comma.
386         * X10.h: New file.
387         * XMenu.h, XMenuInt.h: Include X10.h from this dir.
389 1990-11-13  Richard Stallman  (rms at mole.ai.mit.edu)
391         * XMenu.h (struct _xmenu): Use unsigned long for colors.
393 1990-11-12  Richard Stallman  (rms at mole.ai.mit.edu)
395         * Internal.c: Declare argument `display' in some functions.