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