1 2013-03-11 Glenn Morris <rgm@gnu.org>
3 * Version 24.3 released.
5 2012-10-06 Ulrich Müller <ulm@gentoo.org>
7 * Makefile.in (AR, ARFLAGS): Get values from configure.
9 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
11 * Makefile.in (ALL_CFLAGS): Add -I../lib -I${srcdir}/../lib.
12 This is needed for hosts that lack <alloca.h>, when Emacs is
13 configured --with-x-toolkit=no. Problem reported by Herbert
14 J. Skuhra for FreeBSD.
16 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
18 configure: new option --enable-gcc-warnings (Bug#11207)
19 * Makefile.in (C_WARNINGS_SWITCH): Remove.
20 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
21 (ALL_CFLAGS): Use new macros rather than old.
23 2012-04-11 Glenn Morris <rgm@gnu.org>
25 * Makefile.in (C_SWITCH_X_SYSTEM): Remove.
26 (ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM.
28 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
30 Static checks with GCC 4.6.0 and non-default toolkits.
32 Modernize to C89, for better static checking.
33 * Activate.c (XMenuActivate): Callback's first arg is readonly.
34 * AddPane.c (XMenuAddPane): Label is readonly. Rename local
36 * AddSel.c (XMenuAddSelection): Help arg is readonly. Rename local.
37 * Create.c (atoi, atof): Remove decls; include <stdlib.h>.
38 (MAX_INACT_PNUM, TILE_BUF_SIZE): Remove; unused.
39 (x_get_resource_string): Args are readonly.
40 (XAllocDisplayColor): colorName is readonly.
41 (XMenuCreate): def_env is readonly. Remove unused locals. Avoid
43 * Destroy.c (XMenuDestroy): Return void.
44 * Error.c (XMenuError): Remove const pointer.
45 * EvHand.c (XMenuEventHandler): Return void.
46 * FindPane.c, FindSel.c: Include <string.h>.
47 * InsPane.c (XMenuInsertPane): Rename local to avoid shadowing.
48 * InsSel.c (XMenuInsertSelection): Likewise.
49 * Internal.c (toggle_color, BUFFER_SIZE): Remove; unused.
50 (_XMErrorList): Now const.
51 (_XMWinQueInit, _XMRecomputeGlobals, _XMTransToOrigin, _XMRefreshPane):
52 (_XMRefreshSelection): Return void.
53 (_XMWinQueFlush, _XMRefreshSelection): Rename locals to avoid
55 (_XMWinQueFlush): Use stack, not heap. Don't use uninitialized var.
56 * SetAEQ.c (XMenuSetAEQ): Now returns void.
57 * SetFrz.c (XMenuSetFreeze): Likewise.
58 * X10.h (XAssoc): Use void * for generic pointer.
59 * XDelAssoc.c: Include XMenuInt.h rather than duplicating part of it.
60 * XDestAssoc.c, XMakeAssoc.c: Likewise.
61 * XDestAssoc.c (XDestroyAssocTable): Return void.
62 * XMakeAssoc.c (XMakeAssoc): Use void * for generic pointer.
63 * XMenu.h, XMenuInt.h: Adjust to signature changes. Use const
64 for pointers to readonly storage.
65 * insque.c: Include XMenuInt.h, to check our own signature.
66 (emacs_insque, emacs_remque): Use void * for generic pointers.
68 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
70 * Version 23.3 released.
72 2010-11-09 Elias Pipping <pipping.elias@googlemail.com> (tiny change)
74 Make Emacs compile with clang (bug#7309).
75 * XMakeAssoc.c (XMakeAssoc):
76 * XDelAssoc.c (XDeleteAssoc): Declare the return type.
78 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
80 * XMenu.h: Include <stdlib.h>.
82 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
84 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
86 (ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
88 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
90 * Activate.c: Convert function definitions to standard C.
121 * insque.c: Likewise.
123 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
125 * Version 23.2 released.
127 2010-05-06 Glenn Morris <rgm@gnu.org>
129 * Makefile.in (RANLIB): Let configure set it.
130 (libXMenu11.a): Configure sets RANLIB = : on systems without it.
132 * Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
133 (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
135 2010-05-04 Glenn Morris <rgm@gnu.org>
137 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE):
138 Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
139 @c_switch_system@, @c_switch_machine@.
141 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
143 * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
145 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
147 * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
149 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
151 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
152 (C_SWITCH_X_SITE): Define using autoconf.
154 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
158 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
162 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
165 * compile.com: Remove file.
166 * Create.c: Remove VMS support.
168 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
170 * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
172 2007-07-25 Glenn Morris <rgm@gnu.org>
174 * Relicense all FSF files to GPLv3 or later.
176 2007-06-04 Ulrich Mueller <ulm@gentoo.org> (tiny change)
178 * ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no
179 compilation warnings: #include <config.h>.
181 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
183 * Version 22.1 released.
185 2007-05-30 Ulrich Mueller <ulm@gentoo.org> (tiny change)
187 * XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc.
189 2007-02-27 Glenn Morris <rgm@gnu.org>
191 * Imakefile: Remove unused file with no explicit legal info.
192 * Makefile.in (distclean): Remove Makefile.
194 2007-02-25 Glenn Morris <rgm@gnu.org>
196 * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c:
197 * XMakeAssoc.c: Remove license text in favor of including
198 copyright.h, as was done in original X11 source.
200 2004-12-27 Jan Djärv <jan.h.d@swipnet.se>
202 * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
205 2004-11-12 Jan Djärv <jan.h.d@swipnet.se>
207 * XMenu.h (XMenuActivateSetWaitFunction): New function.
209 * Activate.c (XMenuActivateSetWaitFunction): New function.
210 (XMenuActivate): Call wait_func if set, before XNextEvent.
212 2002-04-22 Jan Djärv <jan.h.d@swipnet.se>
214 * Activate.c: Add calls to GrabKeyboard to remove strange
215 interactions with window managers that steal keypresses.
216 Call ungrab_all instead of XtUngrabPointer.
217 (XMenuActivate): Add call to XGrabKeyboard.
218 (XMenuActivate): Add call to XUngrabKeyboard.
220 2001-10-20 Gerd Moellmann <gerd@gnu.org>
222 * (Version 21.1 released.)
224 2001-10-05 Gerd Moellmann <gerd@gnu.org>
228 2000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
230 * Activate.c (XMenuActivate): Call help callback with two more
231 arguments: the pane number and selection number.
233 2000-01-27 Gerd Moellmann <gerd@gnu.org>
235 * Activate.c (XMenuActivate): Add parameter HELP_CALLBACK.
238 * Post.c (XMenuPost): Pass null help callback to XMenuActivate.
240 * AddSel.c (XMenuAddSelection): Add parameter HELP.
242 * XMenu.h (XmSelect): Add member `help_string'.
244 1999-07-12 Richard Stallman <rms@gnu.org>
246 * Version 20.4 released.
248 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
250 * Version 20.3 released.
252 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
254 * Version 20.2 released.
256 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
258 * Version 20.1 released.
260 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
262 * Version 19.33 released.
264 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
266 * Version 19.32 released.
268 1996-06-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
270 * Internal.c (_XMRefreshSelection): Check for type SEPARATOR.
271 * InsSel.c (XMenuInsertSelection): Use SEPARATOR if nec.
272 * AddSel.c (XMenuAddSelection): Use SEPARATOR if nec.
274 * XMenu.h: New alternative SEPARATOR.
276 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
278 * Version 19.31 released.
280 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
282 * Version 19.30 released.
284 1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
286 * Makefile.in (ALL_CFLAGS): Add some -I options.
288 * Activate.c, AddPane.c, AddSel.c, Create.c, InsPane.c, InsSel.c:
289 * Internal.c, XCrAssoc.c, XMakeAssoc.c: Include config.h.
291 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
293 * Version 19.29 released.
295 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
297 * Makefile.in (maintainer-clean): Renamed from realclean.
299 1994-10-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
301 * Makefile.in (ALL_CFLAGS): Reorder the switches more rationally.
303 1994-10-24 Jim Wilson (wilson@chestnut.cygnus.com)
305 * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_MACHINE.
307 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
309 * Version 19.27 released.
311 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
313 * Version 19.26 released.
315 1994-07-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
317 * Error.c (XMenuError): Make `message' static.
319 1994-06-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
321 * Create.c (XAllocDisplayColor): New function.
322 Use it throughout in place of XAllocNamedColor.
324 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
326 * Version 19.25 released.
328 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
330 * Version 19.24 released.
332 1994-05-17 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
334 * Create.c (XMenuCreate): Declare `data' as char*.
336 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
338 * Version 19.23 released.
340 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
342 * Create.c (XMenuCreate): Declare `data' as unsigned char*.
344 1994-01-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
346 * XMakeAssoc.c (XMakeAssoc): Use xmalloc.
347 (_XIOErrorFunction): Decl deleted.
349 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
351 * Version 19.22 released.
353 1993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
355 * Activate.c (XMenuActivate):
356 Call XSetWindowBackground and _XMRefreshPane.
358 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
360 * Version 19.21 released.
362 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
364 * Makefile.in (libXMenu11.a): Tell make not to worry if ranlib fails.
365 Tell user too, in case make doesn't pay attention.
367 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
369 * Version 19.20 released.
371 1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
373 * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_SYSTEM.
375 1993-09-27 Brian J. Fox (bfox@valhalla)
377 * Makefile.in (CPP, LN_S, C_SWITCH_X_SITE, CC, CFLAGS): Allow
378 `configure' to supply the values for these variables.
380 1993-09-26 Brian J. Fox (bfox@ai.mit.edu)
382 * Makefile.in (VPATH, srcdir): Now that `configure' creates the
383 Makefiles, do not append the current directory to the value of
386 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
388 * Version 19.19 released.
390 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
392 * Version 19.18 released.
394 1993-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
396 * Internal.c (_XMWinQueInit): Use explicit loop, not bzero.
398 1993-07-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
400 * Makefile (ALL_CFLAGS): Use all 6 C_SWITCH_... vars.
402 Among them, put the ..._SITE vars last.
404 1993-07-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
406 * Version 19.17 released.
408 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
410 * Makefile.in: Write out the dependencies for the object files;
411 otherwise, VPATH won't work.
413 * Makefile.in: Re-arrange, to put `all' target at the top.
415 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
417 * Version 19.16 released.
419 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
421 * version 19.15 released.
423 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
425 * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
426 This should make it work under any circumstances.
428 * Makefile.in (mostlyclean): Use rm -f.
430 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
432 * Version 19.14 released.
434 1993-06-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
436 * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
439 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
441 Bring mumbleclean targets into conformance with GNU coding standards.
442 * Makefile.in (mostlyclean, realclean): New targets.
444 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
446 * Version 19.13 released.
448 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
450 * Version 19.10 released.
452 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
454 * Create.c: Handle EMACS_BITMAP_FILES.
455 Use new names of renamed bitmap files.
457 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
459 * AddPane.c, AddSel.c, DelPane.c, DelSel.c, InsPane.c, InsSel.c,
460 XDelAssoc.c, XMakeAssoc.c, XMenu.h, insque.c: Changed all uses of
461 insque and remque to emacs_insque and emacs_remque, so we can
462 safely include insque.c in the library on all systems.
464 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
466 * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
467 only works with GNU Make.
469 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
471 * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
473 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
475 * Version 19.9 released.
477 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
479 * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
481 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
483 * Version 19.8 released.
485 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
487 * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
488 configuration process can correctly implement the --x-includes
491 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
493 * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
496 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
498 * Version 19.7 released.
500 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
502 * Makefile.in: Renamed from Makefile, so that the top-level
503 makefile can edit it.
505 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
507 * XLookAssoc.c, XMakeAssoc.c: VMS needs <X11/Xresource.h>, not
510 * XCrAssoc.c: #include <errno.h>, not "errno.h".
511 (XCreateAssocTable): Doc fix.
513 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
515 * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
516 the options to the C compiler.
518 * compile.com, descrip.mms: New files for VMS from Richard
520 * XCrAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c: Use <angle
521 brackets> around the names of the X Windows #include files; VMS
523 * XLookAssoc.c, XMakeAssoc.c: #include <X11/Xos.h>. VMS needs
525 * Create.c: On VMS, we have to look for the bitmap files in
526 `./src/bitmaps', not <X11/bitmaps>.
528 1993-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
530 * Makefile (.c.o): Don't rm the .o files.
532 1993-03-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
534 * Activate.c (XMenuActivate): If `active' field is negative,
535 don't allow selecting a string.
537 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
539 * Create.c (XMenuCreate): New variable `root', holding the
540 display's default root window, so we don't have to write out
541 "RootWindow (display, DefaultScreen (display))" a jillion times.
543 * Create.c (XMenuCreate): Don't assume that all the
544 <X11/bitmaps/foo> patterns are 16x16. Instead of building a
545 bitmap and then converting it to a pixmap of the appropriate
546 depth if necessary, build a pixmap of the appropriate depth
547 directly, using XCreatePixmapFromBitmapData.
549 * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
550 XLookAssoc.c, and XMakeAssoc.c in SRCS. Similarly for OBJS.
552 * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
553 warnings about redefining NULL.
555 * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
556 XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
558 * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
559 any of the `.h' files, define it.
561 * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
562 Add an extern declaration for errno.
564 * XMakeAssoc.c: Add an extern declaration for _XIOErrorFunction.
565 (XMakeAssoc): Use malloc instead of Xmalloc to allocate new
566 parts of the assoc table.
567 * XCrAssoc.c (XCreateAssocTable): Same.
569 * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
570 * XDelAssoc.c (XDeleteAssoc): Same.
572 1992-10-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
574 * XMakeAssoc.c (XMakeAssoc): Use malloc, not Xmalloc.
575 * XCrAssoc.c (XCreateAssocTable): Use malloc and calloc directly.
576 * XDelAssoc.c (XDeleteAssoc): Use free, not Xfree.
577 * XDestAssoc.c (XDestroyAssocTable): Likewise.
579 1992-10-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
581 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
582 Use Xlib.h, not Xlibint.h.
583 * XLookAssoc.c, XMakeAssoc.c, XCrAssoc.c (NULL): Defined.
584 * XMakeAssoc.c, XCrAssoc.c: Include errno.h. Declare errno.
585 * XMakeAssoc.c (_XIOErrorFunction): Declared.
587 1992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
589 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
590 Specify dir X11/ when including Xlibint.h.
592 1992-09-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
594 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
597 * Makefile (SRCS, OBJS): Compile those files.
599 1992-01-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
601 * Makefile (clean): Delete object files and library.
602 (distclean): New target.
604 1992-01-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
606 * Makefile (libXMenu11.a): Put `-' on ranlib line.
608 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
610 * Makefile (EXTRA): New variable.
611 (libXMenu11.a): Use that.
613 * insque.c: New file.
615 1992-01-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
617 * Makefile (CC): Assignment commented out.
619 1991-11-16 Noah Friedman (friedman@nutrimat)
621 * copyright.h: New file (copied from X11R4 distribution)
622 * All files: Replaced occurrences of #include <X11/copyright.h>
623 with #include "copyright.h".
625 1991-10-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
627 * XMenu.h (enum _xmmode): Remove spurious comma.
630 * XMenu.h, XMenuInt.h: Include X10.h from this dir.
632 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
634 * XMenu.h (struct _xmenu): Use unsigned long for colors.
636 1990-11-12 Richard Stallman (rms@mole.ai.mit.edu)
638 * Internal.c: Declare argument `display' in some functions.
645 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
647 This file is part of GNU Emacs.
649 GNU Emacs is free software: you can redistribute it and/or modify
650 it under the terms of the GNU General Public License as published by
651 the Free Software Foundation, either version 3 of the License, or
652 (at your option) any later version.
654 GNU Emacs is distributed in the hope that it will be useful,
655 but WITHOUT ANY WARRANTY; without even the implied warranty of
656 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
657 GNU General Public License for more details.
659 You should have received a copy of the GNU General Public License
660 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.