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