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