]> code.delx.au - gnu-emacs/blob - oldXMenu/ChangeLog
Quiet --with-x-toolkit=no compilation warnings: #include <config.h>.
[gnu-emacs] / oldXMenu / ChangeLog
1 2007-06-04 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2
3 * ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no
4 compilation warnings: #include <config.h>.
5
6 2007-05-30 Ulrich Mueller <ulm@gentoo.org> (tiny change)
7
8 * XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc.
9
10 2007-02-27 Glenn Morris <rgm@gnu.org>
11
12 * Imakefile: Remove unused file with no explicit legal info.
13 * Makefile.in (distclean): Remove Makefile.
14
15 2007-02-25 Glenn Morris <rgm@gnu.org>
16
17 * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c:
18 * XMakeAssoc.c: Remove license text in favour of including
19 copyright.h, as was done in original X11 source.
20
21 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22
23 * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
24 was pressed.
25
26 2004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27
28 * XMenu.h (XMenuActivateSetWaitFunction): New function.
29
30 * Activate.c (XMenuActivateSetWaitFunction): New function.
31 (XMenuActivate): Call wait_func if set, before XNextEvent.
32
33 2002-04-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34
35 * Activate.c: Add calls to GrabKeyboard to remove strange
36 interactions with window managers that steal keypresses.
37 Call ungrab_all instead of XtUngrabPointer.
38 (XMenuActivate): Add call to XGrabKeyboard
39 (XMenuActivate): Add call to XUngrabKeyboard
40
41 2001-10-20 Gerd Moellmann <gerd@gnu.org>
42
43 * (Version 21.1 released.)
44
45 2001-10-05 Gerd Moellmann <gerd@gnu.org>
46
47 * Branch for 21.1.
48
49 2000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
50
51 * Activate.c (XMenuActivate): Call help callback with two more
52 arguments: the pane number and selection number.
53
54 2000-01-27 Gerd Moellmann <gerd@gnu.org>
55
56 * Activate.c (XMenuActivate): Add parameter HELP_CALLBACK.
57 Call help callback.
58
59 * Post.c (XMenuPost): Pass null help callback to XMenuActivate.
60
61 * AddSel.c (XMenuAddSelection): Add parameter HELP.
62
63 * XMenu.h (XmSelect): Add member `help_string'.
64
65 1999-07-12 Richard Stallman <rms@gnu.org>
66
67 * Version 20.4 released.
68
69 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
70
71 * Version 20.3 released.
72
73 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
74
75 * Version 20.2 released.
76
77 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
78
79 * Version 20.1 released.
80
81 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
82
83 * Version 19.33 released.
84
85 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
86
87 * Version 19.32 released.
88
89 1996-06-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
90
91 * Internal.c (_XMRefreshSelection): Check for type SEPARATOR.
92 * InsSel.c (XMenuInsertSelection): Use SEPARATOR if nec.
93 * AddSel.c (XMenuAddSelection): Use SEPARATOR if nec.
94
95 * XMenu.h: New alternative SEPARATOR.
96
97 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
98
99 * Version 19.31 released.
100
101 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
102
103 * Version 19.30 released.
104
105 1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
106
107 * Makefile.in (ALL_CFLAGS): Add some -I options.
108
109 * Activate.c, AddPane.c, AddSel.c, Create.c, InsPane.c, InsSel.c:
110 * Internal.c, XCrAssoc.c, XMakeAssoc.c: Include config.h.
111
112 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
113
114 * Version 19.29 released.
115
116 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
117
118 * Makefile.in (maintainer-clean): Renamed from realclean.
119
120 1994-10-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
121
122 * Makefile.in (ALL_CFLAGS): Reorder the switches more rationally.
123
124 1994-10-24 Jim Wilson (wilson@chestnut.cygnus.com)
125
126 * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_MACHINE.
127
128 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
129
130 * Version 19.27 released.
131
132 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
133
134 * Version 19.26 released.
135
136 1994-07-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
137
138 * Error.c (XMenuError): Make `message' static.
139
140 1994-06-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
141
142 * Create.c (XAllocDisplayColor): New function.
143 Use it throughout in place of XAllocNamedColor.
144
145 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
146
147 * Version 19.25 released.
148
149 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
150
151 * Version 19.24 released.
152
153 1994-05-17 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
154
155 * Create.c (XMenuCreate): Declare `data' as char*.
156
157 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
158
159 * Version 19.23 released.
160
161 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
162
163 * Create.c (XMenuCreate): Declare `data' as unsigned char*.
164
165 1994-01-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
166
167 * XMakeAssoc.c (XMakeAssoc): Use xmalloc.
168 (_XIOErrorFunction): Decl deleted.
169
170 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
171
172 * Version 19.22 released.
173
174 1993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
175
176 * Activate.c (XMenuActivate):
177 Call XSetWindowBackground and _XMRefreshPane.
178
179 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
180
181 * Version 19.21 released.
182
183 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
184
185 * Makefile.in (libXMenu11.a): Tell make not to worry if ranlib fails.
186 Tell user too, in case make doesn't pay attention.
187
188 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
189
190 * Version 19.20 released.
191
192 1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
193
194 * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_SYSTEM.
195
196 1993-09-27 Brian Fox (bfox@valhalla)
197
198 * Makefile.in (CPP, LN_S, C_SWITCH_X_SITE, CC, CFLAGS): Allow
199 `configure' to supply the values for these variables.
200
201 1993-09-26 Brian Fox (bfox@ai.mit.edu)
202
203 * Makefile.in (VPATH, srcdir): Now that `configure' creates the
204 Makefiles, do not append the current directory to the value of
205 `srcdir' or `VPATH'.
206
207 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
208
209 * Version 19.19 released.
210
211 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
212
213 * Version 19.18 released.
214
215 1993-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
216
217 * Internal.c (_XMWinQueInit): Use explicit loop, not bzero.
218
219 1993-07-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
220
221 * Makefile (ALL_CFLAGS): Use all 6 C_SWITCH_... vars.
222
223 Among them, put the ..._SITE vars last.
224
225 1993-07-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
226
227 * Version 19.17 released.
228
229 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
230
231 * Makefile.in: Write out the dependencies for the object files;
232 otherwise, VPATH won't work.
233
234 * Makefile.in: Re-arrange, to put `all' target at the top.
235
236 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
237
238 * Version 19.16 released.
239
240 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
241
242 * version 19.15 released.
243
244 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
245
246 * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
247 This should make it work under any circumstances.
248
249 * Makefile.in (mostlyclean): Use rm -f.
250
251 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
252
253 * Version 19.14 released.
254
255 1993-06-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
256
257 * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
258 Put CFLAGS last.
259
260 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
261
262 Bring mumbleclean targets into conformance with GNU coding standards.
263 * Makefile.in (mostlyclean, realclean): New targets.
264
265 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
266
267 * Version 19.13 released.
268
269 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
270
271 * Version 19.10 released.
272
273 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
274
275 * Create.c: Handle EMACS_BITMAP_FILES.
276 Use new names of renamed bitmap files.
277
278 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
279
280 * AddPane.c, AddSel.c, DelPane.c, DelSel.c, InsPane.c, InsSel.c,
281 XDelAssoc.c, XMakeAssoc.c, XMenu.h, insque.c: Changed all uses of
282 insque and remque to emacs_insque and emacs_remque, so we can
283 safely include insque.c in the library on all systems.
284
285 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
286
287 * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
288 only works with GNU Make.
289
290 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
291
292 * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
293
294 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
295
296 * Version 19.9 released.
297
298 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
299
300 * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
301
302 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
303
304 * Version 19.8 released.
305
306 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
307
308 * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
309 configuration process can correctly implement the --x-includes
310 option.
311
312 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
313
314 * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
315 not NULL.
316
317 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
318
319 * Version 19.7 released.
320
321 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
322
323 * Makefile.in: Renamed from Makefile, so that the top-level
324 makefile can edit it.
325
326 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
327
328 * XLookAssoc.c, XMakeAssoc.c: VMS needs <X11/Xresource.h>, not
329 <X11/Xos.h>.
330
331 * XCrAssoc.c: #include <errno.h>, not "errno.h".
332 (XCreateAssocTable): Doc fix.
333
334 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
335
336 * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
337 the options to the C compiler.
338
339 * compile.com, descrip.mms: New files for VMS from Richard
340 Levitte.
341 * XCrAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c: Use <angle
342 brackets> around the names of the X Windows #include files; VMS
343 needs this.
344 * XLookAssoc.c, XMakeAssoc.c: #include <X11/Xos.h>. VMS needs
345 this.
346 * Create.c: On VMS, we have to look for the bitmap files in
347 `./src/bitmaps', not <X11/bitmaps>.
348
349 1993-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
350
351 * Makefile (.c.o): Don't rm the .o files.
352
353 1993-03-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
354
355 * Activate.c (XMenuActivate): If `active' field is negative,
356 don't allow selecting a string.
357
358 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
359
360 * Create.c (XMenuCreate): New variable `root', holding the
361 display's default root window, so we don't have to write out
362 "RootWindow (display, DefaultScreen (display))" a jillion times.
363
364 * Create.c (XMenuCreate): Don't assume that all the
365 <X11/bitmaps/foo> patterns are 16x16. Instead of building a
366 bitmap and then converting it to a pixmap of the appropriate
367 depth if necessary, build a pixmap of the appropriate depth
368 directly, using XCreatePixmapFromBitmapData.
369
370 * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
371 XLookAssoc.c, and XMakeAssoc.c in SRCS. Similarly for OBJS.
372
373 * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
374 warnings about redefining NULL.
375
376 * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
377 XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
378
379 * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
380 any of the `.h' files, define it.
381
382 * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
383 Add an extern declaration for errno.
384
385 * XMakeAssoc.c: Add an extern declaration for _XIOErrorFunction.
386 (XMakeAssoc): Use malloc instead of Xmalloc to allocate new
387 parts of the assoc table.
388 * XCrAssoc.c (XCreateAssocTable): Same.
389
390 * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
391 * XDelAssoc.c (XDeleteAssoc): Same.
392
393 1992-10-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
394
395 * XMakeAssoc.c (XMakeAssoc): Use malloc, not Xmalloc.
396 * XCrAssoc.c (XCreateAssocTable): Use malloc and calloc directly.
397 * XDelAssoc.c (XDeleteAssoc): Use free, not Xfree.
398 * XDestAssoc.c (XDestroyAssocTable): Likewise.
399
400 1992-10-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
401
402 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
403 Use Xlib.h, not Xlibint.h.
404 * XLookAssoc.c, XMakeAssoc.c, XCrAssoc.c (NULL): Defined.
405 * XMakeAssoc.c, XCrAssoc.c: Include errno.h. Declare errno.
406 * XMakeAssoc.c (_XIOErrorFunction): Declared.
407
408 1992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
409
410 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
411 Specify dir X11/ when including Xlibint.h.
412
413 1992-09-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
414
415 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
416 New files.
417
418 * Makefile (SRCS, OBJS): Compile those files.
419
420 1992-01-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
421
422 * Makefile (clean): Delete object files and library.
423 (distclean): New target.
424
425 1992-01-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
426
427 * Makefile (libXMenu11.a): Put `-' on ranlib line.
428
429 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
430
431 * Makefile (EXTRA): New variable.
432 (libXMenu11.a): Use that.
433
434 * insque.c: New file.
435
436 1992-01-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
437
438 * Makefile (CC): Assignment commented out.
439
440 1991-11-16 Noah Friedman (friedman@nutrimat)
441
442 * copyright.h: New file (copied from X11R4 distribution)
443 * All files: Replaced occurrences of #include <X11/copyright.h>
444 with #include "copyright.h"
445
446 1991-10-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
447
448 * XMenu.h (enum _xmmode): Remove spurious comma.
449
450 * X10.h: New file.
451 * XMenu.h, XMenuInt.h: Include X10.h from this dir.
452
453 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
454
455 * XMenu.h (struct _xmenu): Use unsigned long for colors.
456
457 1990-11-12 Richard Stallman (rms@mole.ai.mit.edu)
458
459 * Internal.c: Declare argument `display' in some functions.
460
461
462 ;; Local Variables:
463 ;; coding: iso-2022-7bit
464 ;; add-log-time-zone-rule: t
465 ;; End:
466
467 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
468 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
469
470 This file is part of GNU Emacs.
471
472 GNU Emacs is free software; you can redistribute it and/or modify
473 it under the terms of the GNU General Public License as published by
474 the Free Software Foundation; either version 2, or (at your option)
475 any later version.
476
477 GNU Emacs is distributed in the hope that it will be useful,
478 but WITHOUT ANY WARRANTY; without even the implied warranty of
479 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
480 GNU General Public License for more details.
481
482 You should have received a copy of the GNU General Public License
483 along with GNU Emacs; see the file COPYING. If not, write to the
484 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
485 Boston, MA 02110-1301, USA.
486
487 ;;; arch-tag: 8b17c869-6677-40ce-be86-e62cf34061cf