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