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