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