Convert function definitions to standard C.
[bpt/emacs.git] / oldXMenu / ChangeLog
CommitLineData
e6cfa7c3
AS
12010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2
3 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
4 substitution.
5 (ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.
6
b782e2d7
DN
72010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
8
9 * Activate.c: Convert function definitions to standard C.
10 * AddPane.c:
11 * AddSel.c:
12 * ChgPane.c:
13 * ChgSel.c:
14 * Create.c:
15 * DelPane.c:
16 * DelSel.c:
17 * Destroy.c:
18 * Error.c:
19 * EvHand.c:
20 * FindPane.c:
21 * FindSel.c:
22 * InsPane.c:
23 * InsSel.c:
24 * Internal.c:
25 * Locate.c:
26 * Post.c:
27 * Recomp.c:
28 * SetAEQ.c:
29 * SetFrz.c:
30 * SetPane.c:
31 * SetSel.c:
32 * X10.h:
33 * XCrAssoc.c:
34 * XDelAssoc.c:
35 * XDestAssoc.c:
36 * XLookAssoc.c:
37 * XMakeAssoc.c:
38 * XMenu.h:
39 * XMenuInt.h:
40 * insque.c: Likewise.
41
61a808e8
CY
422010-05-07 Chong Yidong <cyd@stupidchicken.com>
43
44 * Version 23.2 released.
45
e3cf0cde
GM
462010-05-06 Glenn Morris <rgm@gnu.org>
47
e49dca3d 48 * Makefile.in (RANLIB): Let configure set it.
0235128c 49 (libXMenu11.a): Configure sets RANLIB = : on systems without it.
e49dca3d 50
e3cf0cde
GM
51 * Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
52 (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
53
fa5e317a
GM
542010-05-04 Glenn Morris <rgm@gnu.org>
55
0235128c
SM
56 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE):
57 Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
fa5e317a
GM
58 @c_switch_system@, @c_switch_machine@.
59
ed6281b0
DN
602010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
61
62 * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
63
e769f484
DN
642010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
65
66 * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
67
76bd8202
DN
682010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
69
70 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
71 (C_SWITCH_X_SITE): Define using autoconf.
72
288f9fc0
CY
732010-03-10 Chong Yidong <cyd@stupidchicken.com>
74
75 * Branch for 23.2.
76
70243478
CY
772009-06-21 Chong Yidong <cyd@stupidchicken.com>
78
79 * Branch for 23.1.
80
7c2fb837
DN
812008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
82
83 * descrip.mms:
84 * compile.com: Remove file.
85 * Create.c: Remove VMS support.
86
77ccee09
DN
872008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
88
89 * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
90
cacc7b51
GM
912007-07-25 Glenn Morris <rgm@gnu.org>
92
93 * Relicense all FSF files to GPLv3 or later.
94
b3e1883c
TTN
952007-06-04 Ulrich Mueller <ulm@gentoo.org> (tiny change)
96
97 * ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no
98 compilation warnings: #include <config.h>.
99
7dfc4cda
CY
1002007-06-02 Chong Yidong <cyd@stupidchicken.com>
101
102 * Version 22.1 released.
103
adc06ec4
GM
1042007-05-30 Ulrich Mueller <ulm@gentoo.org> (tiny change)
105
106 * XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc.
107
c16a484b
GM
1082007-02-27 Glenn Morris <rgm@gnu.org>
109
110 * Imakefile: Remove unused file with no explicit legal info.
111 * Makefile.in (distclean): Remove Makefile.
112
add5890f
GM
1132007-02-25 Glenn Morris <rgm@gnu.org>
114
115 * XCrAssoc.c, XDelAssoc.c, XDestAssoc.c, XLookAssoc.c:
116 * XMakeAssoc.c: Remove license text in favour of including
117 copyright.h, as was done in original X11 source.
118
880820fe 1192004-12-27 Jan Djärv <jan.h.d@swipnet.se>
e89f4e4b
JD
120
121 * Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
122 was pressed.
123
880820fe 1242004-11-12 Jan Djärv <jan.h.d@swipnet.se>
141dbd2b
JD
125
126 * XMenu.h (XMenuActivateSetWaitFunction): New function.
127
128 * Activate.c (XMenuActivateSetWaitFunction): New function.
129 (XMenuActivate): Call wait_func if set, before XNextEvent.
130
880820fe 1312002-04-22 Jan Djärv <jan.h.d@swipnet.se>
6be3e0da
JD
132
133 * Activate.c: Add calls to GrabKeyboard to remove strange
134 interactions with window managers that steal keypresses.
135 Call ungrab_all instead of XtUngrabPointer.
136 (XMenuActivate): Add call to XGrabKeyboard
137 (XMenuActivate): Add call to XUngrabKeyboard
138
71431a0e
GM
1392001-10-20 Gerd Moellmann <gerd@gnu.org>
140
6aa97356 141 * (Version 21.1 released.)
71431a0e 142
ab952a4f
GM
1432001-10-05 Gerd Moellmann <gerd@gnu.org>
144
145 * Branch for 21.1.
dff28924 146
d1dc7e43
GM
1472000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
148
149 * Activate.c (XMenuActivate): Call help callback with two more
150 arguments: the pane number and selection number.
151
ffe0bcd1
GM
1522000-01-27 Gerd Moellmann <gerd@gnu.org>
153
154 * Activate.c (XMenuActivate): Add parameter HELP_CALLBACK.
155 Call help callback.
156
157 * Post.c (XMenuPost): Pass null help callback to XMenuActivate.
158
159 * AddSel.c (XMenuAddSelection): Add parameter HELP.
160
161 * XMenu.h (XmSelect): Add member `help_string'.
162
e745ede7
DL
1631999-07-12 Richard Stallman <rms@gnu.org>
164
165 * Version 20.4 released.
166
1671998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
168
169 * Version 20.3 released.
170
1711997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
172
173 * Version 20.2 released.
174
1751997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
176
177 * Version 20.1 released.
178
1791996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
180
181 * Version 19.33 released.
182
1831996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
184
185 * Version 19.32 released.
186
1871996-06-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
188
189 * Internal.c (_XMRefreshSelection): Check for type SEPARATOR.
190 * InsSel.c (XMenuInsertSelection): Use SEPARATOR if nec.
191 * AddSel.c (XMenuAddSelection): Use SEPARATOR if nec.
192
193 * XMenu.h: New alternative SEPARATOR.
194
1951996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
196
197 * Version 19.31 released.
198
1991995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
200
201 * Version 19.30 released.
202
2031995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
204
205 * Makefile.in (ALL_CFLAGS): Add some -I options.
206
207 * Activate.c, AddPane.c, AddSel.c, Create.c, InsPane.c, InsSel.c:
208 * Internal.c, XCrAssoc.c, XMakeAssoc.c: Include config.h.
209
2101995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
211
212 * Version 19.29 released.
213
2141995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
215
216 * Makefile.in (maintainer-clean): Renamed from realclean.
217
2181994-10-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
219
220 * Makefile.in (ALL_CFLAGS): Reorder the switches more rationally.
221
2221994-10-24 Jim Wilson (wilson@chestnut.cygnus.com)
223
224 * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_MACHINE.
225
2261994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
227
228 * Version 19.27 released.
229
2301994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
231
232 * Version 19.26 released.
233
2341994-07-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
235
236 * Error.c (XMenuError): Make `message' static.
237
2381994-06-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
239
240 * Create.c (XAllocDisplayColor): New function.
241 Use it throughout in place of XAllocNamedColor.
242
2431994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
244
245 * Version 19.25 released.
246
2471994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
248
249 * Version 19.24 released.
250
2511994-05-17 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
252
253 * Create.c (XMenuCreate): Declare `data' as char*.
254
2551994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
256
257 * Version 19.23 released.
258
2591994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
260
261 * Create.c (XMenuCreate): Declare `data' as unsigned char*.
262
2631994-01-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
264
265 * XMakeAssoc.c (XMakeAssoc): Use xmalloc.
266 (_XIOErrorFunction): Decl deleted.
267
2681993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
269
270 * Version 19.22 released.
271
2721993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
273
274 * Activate.c (XMenuActivate):
275 Call XSetWindowBackground and _XMRefreshPane.
276
2771993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
278
279 * Version 19.21 released.
280
2811993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
282
283 * Makefile.in (libXMenu11.a): Tell make not to worry if ranlib fails.
284 Tell user too, in case make doesn't pay attention.
285
2861993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
287
288 * Version 19.20 released.
289
f0131492 2901993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
e745ede7
DL
291
292 * Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_SYSTEM.
293
f0131492 2941993-09-27 Brian J. Fox (bfox@valhalla)
e745ede7
DL
295
296 * Makefile.in (CPP, LN_S, C_SWITCH_X_SITE, CC, CFLAGS): Allow
297 `configure' to supply the values for these variables.
298
f0131492 2991993-09-26 Brian J. Fox (bfox@ai.mit.edu)
e745ede7
DL
300
301 * Makefile.in (VPATH, srcdir): Now that `configure' creates the
302 Makefiles, do not append the current directory to the value of
303 `srcdir' or `VPATH'.
304
3051993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
306
307 * Version 19.19 released.
308
3091993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
310
311 * Version 19.18 released.
312
3131993-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
314
315 * Internal.c (_XMWinQueInit): Use explicit loop, not bzero.
316
3171993-07-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
318
319 * Makefile (ALL_CFLAGS): Use all 6 C_SWITCH_... vars.
320
321 Among them, put the ..._SITE vars last.
322
3231993-07-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
324
325 * Version 19.17 released.
326
3271993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
328
329 * Makefile.in: Write out the dependencies for the object files;
330 otherwise, VPATH won't work.
331
332 * Makefile.in: Re-arrange, to put `all' target at the top.
333
3341993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
335
336 * Version 19.16 released.
337
3381993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
339
340 * version 19.15 released.
341
3421993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
343
344 * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
345 This should make it work under any circumstances.
346
347 * Makefile.in (mostlyclean): Use rm -f.
348
3491993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
350
351 * Version 19.14 released.
352
3531993-06-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
354
355 * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
356 Put CFLAGS last.
357
3581993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
359
e580a741 360 Bring mumbleclean targets into conformance with GNU coding standards.
e745ede7
DL
361 * Makefile.in (mostlyclean, realclean): New targets.
362
3631993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
364
365 * Version 19.13 released.
366
3671993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
368
369 * Version 19.10 released.
370
3711993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
372
373 * Create.c: Handle EMACS_BITMAP_FILES.
374 Use new names of renamed bitmap files.
375
3761993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
377
378 * AddPane.c, AddSel.c, DelPane.c, DelSel.c, InsPane.c, InsSel.c,
379 XDelAssoc.c, XMakeAssoc.c, XMenu.h, insque.c: Changed all uses of
380 insque and remque to emacs_insque and emacs_remque, so we can
381 safely include insque.c in the library on all systems.
382
3831993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
384
385 * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
386 only works with GNU Make.
387
3881993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
389
390 * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
391
3921993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
393
394 * Version 19.9 released.
395
3961993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
397
398 * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
399
4001993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
401
402 * Version 19.8 released.
403
4041993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
405
406 * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
407 configuration process can correctly implement the --x-includes
408 option.
409
4101993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
411
412 * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
413 not NULL.
414
4151993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
416
e580a741 417 * Version 19.7 released.
e745ede7
DL
418
4191993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
420
421 * Makefile.in: Renamed from Makefile, so that the top-level
422 makefile can edit it.
423
4241993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
425
88c71720 426 * XLookAssoc.c, XMakeAssoc.c: VMS needs <X11/Xresource.h>, not
e745ede7
DL
427 <X11/Xos.h>.
428
429 * XCrAssoc.c: #include <errno.h>, not "errno.h".
430 (XCreateAssocTable): Doc fix.
431
4321993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
433
434 * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
435 the options to the C compiler.
436
437 * compile.com, descrip.mms: New files for VMS from Richard
438 Levitte.
439 * XCrAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c: Use <angle
440 brackets> around the names of the X Windows #include files; VMS
441 needs this.
442 * XLookAssoc.c, XMakeAssoc.c: #include <X11/Xos.h>. VMS needs
443 this.
444 * Create.c: On VMS, we have to look for the bitmap files in
445 `./src/bitmaps', not <X11/bitmaps>.
446
4471993-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
448
449 * Makefile (.c.o): Don't rm the .o files.
450
4511993-03-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
452
453 * Activate.c (XMenuActivate): If `active' field is negative,
454 don't allow selecting a string.
455
4561993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
457
458 * Create.c (XMenuCreate): New variable `root', holding the
459 display's default root window, so we don't have to write out
460 "RootWindow (display, DefaultScreen (display))" a jillion times.
461
462 * Create.c (XMenuCreate): Don't assume that all the
463 <X11/bitmaps/foo> patterns are 16x16. Instead of building a
464 bitmap and then converting it to a pixmap of the appropriate
465 depth if necessary, build a pixmap of the appropriate depth
466 directly, using XCreatePixmapFromBitmapData.
467
468 * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
469 XLookAssoc.c, and XMakeAssoc.c in SRCS. Similarly for OBJS.
470
471 * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
472 warnings about redefining NULL.
473
474 * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
475 XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
476
477 * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
478 any of the `.h' files, define it.
479
480 * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
481 Add an extern declaration for errno.
482
483 * XMakeAssoc.c: Add an extern declaration for _XIOErrorFunction.
484 (XMakeAssoc): Use malloc instead of Xmalloc to allocate new
485 parts of the assoc table.
486 * XCrAssoc.c (XCreateAssocTable): Same.
487
488 * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
489 * XDelAssoc.c (XDeleteAssoc): Same.
490
4911992-10-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
492
493 * XMakeAssoc.c (XMakeAssoc): Use malloc, not Xmalloc.
494 * XCrAssoc.c (XCreateAssocTable): Use malloc and calloc directly.
495 * XDelAssoc.c (XDeleteAssoc): Use free, not Xfree.
496 * XDestAssoc.c (XDestroyAssocTable): Likewise.
497
4981992-10-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
499
500 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
501 Use Xlib.h, not Xlibint.h.
502 * XLookAssoc.c, XMakeAssoc.c, XCrAssoc.c (NULL): Defined.
503 * XMakeAssoc.c, XCrAssoc.c: Include errno.h. Declare errno.
504 * XMakeAssoc.c (_XIOErrorFunction): Declared.
505
5061992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
507
508 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
509 Specify dir X11/ when including Xlibint.h.
510
5111992-09-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
512
513 * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
514 New files.
515
516 * Makefile (SRCS, OBJS): Compile those files.
517
5181992-01-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
519
520 * Makefile (clean): Delete object files and library.
521 (distclean): New target.
522
5231992-01-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
524
525 * Makefile (libXMenu11.a): Put `-' on ranlib line.
526
5271992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
528
529 * Makefile (EXTRA): New variable.
530 (libXMenu11.a): Use that.
531
532 * insque.c: New file.
533
5341992-01-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
535
536 * Makefile (CC): Assignment commented out.
537
dff28924 5381991-11-16 Noah Friedman (friedman@nutrimat)
e745ede7 539
e580a741
JB
540 * copyright.h: New file (copied from X11R4 distribution)
541 * All files: Replaced occurrences of #include <X11/copyright.h>
542 with #include "copyright.h"
e745ede7 543
dff28924 5441991-10-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
e745ede7
DL
545
546 * XMenu.h (enum _xmmode): Remove spurious comma.
547
548 * X10.h: New file.
549 * XMenu.h, XMenuInt.h: Include X10.h from this dir.
550
dff28924 5511990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
e745ede7
DL
552
553 * XMenu.h (struct _xmenu): Use unsigned long for colors.
554
dff28924 5551990-11-12 Richard Stallman (rms@mole.ai.mit.edu)
e745ede7
DL
556
557 * Internal.c: Declare argument `display' in some functions.
558
559
6922b018 560;; Local Variables:
880820fe 561;; coding: utf-8
33462dfa 562;; add-log-time-zone-rule: t
6922b018 563;; End:
2a34a036 564
b398a621 565 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
114f9c96 566 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
bb892cde 567 Free Software Foundation, Inc.
7f6d64f8
GM
568
569 This file is part of GNU Emacs.
570
4eaa4034 571 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 572 it under the terms of the GNU General Public License as published by
4eaa4034
GM
573 the Free Software Foundation, either version 3 of the License, or
574 (at your option) any later version.
7f6d64f8
GM
575
576 GNU Emacs is distributed in the hope that it will be useful,
577 but WITHOUT ANY WARRANTY; without even the implied warranty of
578 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
579 GNU General Public License for more details.
580
581 You should have received a copy of the GNU General Public License
4eaa4034 582 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9
MB
583
584;;; arch-tag: 8b17c869-6677-40ce-be86-e62cf34061cf