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