(unidata.txt): Don't use $<, it's non-portable in this context.
[bpt/emacs.git] / admin / ChangeLog
1 2008-02-16 Eli Zaretskii <eliz@gnu.org>
2
3 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
4 non-portable in this context.
5
6 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
7 non-portable in this context.
8
9 2008-02-09 Eli Zaretskii <eliz@gnu.org>
10
11 * unidata/makefile.w32-in (lisp): New variable.
12 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
13 lisp/emacs-lisp.
14
15 2008-02-04 Jason Rumney <jasonr@gnu.org>
16
17 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
18
19 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
20
21 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
22
23 2008-02-02 Eli Zaretskii <eliz@gnu.org>
24
25 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
26
27 * unidata/Makefile.in: Rename from Makefile.
28
29 * unidata/makefile.w32-in: New file.
30
31 2008-02-02 Jason Rumney <jasonr@gnu.org>
32
33 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
34
35 2008-02-01 Kenichi Handa <handa@m17n.org>
36
37 * unidata/copyright.html: New file.
38
39 2008-02-01 Kenichi Handa <handa@m17n.org>
40
41 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
42 decomposition, if T is the same as TBase, don't include it in the
43 returned list.
44
45 2008-02-01 Kenichi Handa <handa@m17n.org>
46
47 * unidata/unidata-gen.el (unidata-text-file): Delete it.
48 (unidata-list): Initialize to nil.
49 (unidata-setup-list): New function.
50 (unidata-gen-files): New optional arg unidata-text-file.
51 If it's nil, set unidata-text-file to the left command line arg.
52 Call unidate-setup-list at first.
53
54 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
55 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
56
57 2008-02-01 Kenichi Handa <handa@m17n.org>
58
59 * unidata/unidata-gen.el: Fix comment typo.
60 Change string-to-int to string-to-number.
61 (unidata-text-file): Define to .../unidata.txt.
62 (unidata-list): Just insert unidata-text-file.
63 (unidata-get-decomposition): Handle Hangul decomposition.
64 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
65
66 * unidata/Makefile (unidata.txt): New target.
67 (charprop.el): Depends on unidata.txt.
68 (clean): Remove unidata.txt.
69
70 2008-02-01 Kenichi Handa <handa@m17n.org>
71
72 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
73 (unidata-get-name): Handle U+110B.
74
75 2008-02-01 Kenichi Handa <handa@m17n.org>
76
77 Sub-directory `unidata' is for codes to generate charprop.el and
78 many other uni-*.el files from `UnicodeData.txt'.
79
80 * Unidata/README: New file.
81
82 * unidata/Makefile: New file.
83
84 * unidata/unidata-gen.el: New file.
85
86 * unidata/UnicodeData.txt: New file. Copied from
87 http://www.unicode.org on 2006-05-23.
88
89 * unidata/.cvsignore: New file.
90
91 2008-02-01 Kenichi Handa <handa@m17n.org>
92
93 * charsets/.cvsignore: New file.
94
95 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
96
97 * charsets/Makefile (all): Rename target from charsets.
98 Depend on ${TRANS_TABLE}.
99 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
100 Generate from cns2ucsdkw.txt.
101 (install): Copy updated files only.
102
103 2008-02-02 Kenichi Handa <handa@m17n.org>
104
105 * charsets/cp932.awk: Append user-defined area of CP932.
106
107 2008-02-02 Kenichi Handa <handa@m17n.org>
108
109 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
110 0x2299 to 0x29BF.
111
112 2008-02-01 Kenichi Handa <handa@m17n.org>
113
114 * charsets/Makefile (TRANS_TABLE): New macro.
115 (JISX0208.map): Convert 0x2015 to 0x2014.
116 (cp51932.el): New target.
117 (eucjp-ms.el): New target.
118 (install): Include ${TRANS_TABLE}.
119 (CJK): Include JISX213A.map.
120 (JISX213A.map): New target.
121
122 * charsets/eucjp-ms.awk: New file.
123
124 * charsets/cp51932.awk: New file.
125
126 2008-02-01 Kenichi Handa <handa@m17n.org>
127
128 * charsets/cp932.awk: New file.
129
130 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
131
132 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
133 running an awk program.
134
135 2008-02-01 Kenichi Handa <handa@m17n.org>
136
137 * charsets/mapconv: Handle UNICODE2.
138
139 * charsets/Makefile (CJK): Include CP932-2BYTE.map
140 (CP932-2BYTE.map): New target.
141
142 2008-02-01 Kenichi Handa <handa@m17n.org>
143
144 * charsets: New directory for scripts to generate charset map
145 files in ../etc/charsets/.
146
147 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
148 * charsets/big5.awk, charsets/gb18030-2.awk, charsets/gb18030-4.awk:
149 * charsets/kuten.awk: New files.
150
151 2008-01-08 Glenn Morris <rgm@gnu.org>
152
153 * admin.el (set-version): Add doc/man/emacs.1.
154
155 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
156
157 * notes/copyright:
158 * MAINTAINERS: Remove references to files that have been removed.
159
160 2008-01-04 Glenn Morris <rgm@gnu.org>
161
162 * admin.el (set-copyright): Add lib-src/ebrowse.c.
163
164 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
165
166 * CPP-DEFINES: New file.
167
168 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
169
170 * FOR-RELEASE: Remove "window-system in face definition" [of
171 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
172 on gnus-dired.el.
173
174 2007-12-05 Glenn Morris <rgm@gnu.org>
175
176 * admin.el (set-version): Handle configure.in. Adapt for doc/
177 directory layout for manuals.
178
179 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
180
181 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
182 been fixed in Gnus CVS but have not yet been synched to Emacs.
183
184 2007-11-17 Glenn Morris <rgm@gnu.org>
185
186 * admin.el (process-lines): Move to ../lisp/subr.el.
187
188 2007-10-23 Glenn Morris <rgm@gnu.org>
189
190 * MAINTAINERS: Move here from ../.
191
192 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
193
194 * make-emacs: Doc fix.
195
196 2007-08-28 Glenn Morris <rgm@gnu.org>
197
198 * admin.el: Provide self.
199
200 2007-08-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
201
202 * FOR-RELEASE (http): Add Gtk+ tool bar and GUD focus problem.
203
204 2007-07-25 Glenn Morris <rgm@gnu.org>
205
206 * Relicense all FSF files to GPLv3 or later.
207
208 2007-06-07 Glenn Morris <rgm@gnu.org>
209
210 * admin.el (set-copyright): New function.
211
212 2007-04-25 Nick Roberts <nickrob@snap.net.nz>
213
214 * make-tarball.txt: Add note about cutting the branch.
215
216 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
217
218 * Version 22.1 released.
219
220 2007-02-03 Eli Zaretskii <eliz@gnu.org>
221
222 * nt/makedist.bat: Change EOL format to DOS. Don't use
223 redirection characters in REM lines.
224
225 2007-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
226
227 * FOR-RELEASE: Removed Gtk/Xft issue.
228
229 2007-01-01 Miles Bader <miles@gnu.org>
230
231 * quick-install-emacs (get_config_var): Deal with weird magic
232 string inserted by recent versions of autoconf.
233
234 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
235
236 * admin.el (set-version): Set version number in
237 lib-src/makefile.w32-in.
238
239 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
240
241 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
242 due to a local miss-configuration.
243
244 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
245
246 * make-announcement (OLD): Remove LEIM references in announcement
247 since it is now built-in.
248
249 2006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
250
251 * admin.el (set-version): Set version numbers in "mac" subdirectory.
252
253 2006-10-03 Kenichi Handa <handa@m17n.org>
254
255 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
256
257 2006-08-13 Chong Yidong <cyd@stupidchicken.com>
258
259 * FOR-RELEASE: Elisp manual checking completed.
260
261 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
262
263 * FOR-RELEASE: Update refcard section.
264
265 2006-07-14 Kim F. Storm <storm@cua.dk>
266
267 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
268
269 2006-07-09 Kim F. Storm <storm@cua.dk>
270
271 * README: Use outline format. Add FOR-RELEASE.
272
273 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
274
275 * FOR-RELEASE: Checking of info.texi done.
276
277 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
278
279 * FOR-RELEASE: Update refcard section.
280
281 2006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
282
283 * FOR-RELEASE: Update refcard section.
284
285 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
286
287 * FOR-RELEASE: Key sequence elisp node done.
288
289 2006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
290
291 * FOR-RELEASE: Update refcard translations. Add coding cookie.
292
293 2006-05-21 Chong Yidong <cyd@mit.edu>
294
295 * FOR-RELEASE: point-entered /point-left bug fixed.
296
297 2006-05-12 Eli Zaretskii <eliz@gnu.org>
298
299 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
300 entry.
301
302 2006-05-06 Bill Wohler <wohler@newt.com>
303
304 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
305 about it.
306
307 2006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
308
309 * ./* (Copyright): Updated Copyright year(s).
310
311 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
312
313 * FOR-RELEASE (BUGS): Add URLs/MIDs.
314
315 2006-02-20 Kim F. Storm <storm@cua.dk>
316
317 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
318 Rework how fringe bitmaps are defined and used.
319 Currently, bitmap usage and bitmap appearence are "mixed-up" in a
320 one-level representation. It would be cleaner to split the
321 representation into a two-level model where first level maps
322 bitmap usage to a bitmap name, and second level maps bitmap name to
323 a bitmap appearence.
324
325 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
326
327 * FOR-RELEASE: String allocation bugs fixed.
328
329 2005-12-13 Bill Wohler <wohler@newt.com>
330
331 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
332
333 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
334
335 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
336 completing-read-multiple, mail-extract-address-components,
337 mail-mode, quail-define-package, save-buffer and
338 ucs-set-table-for-input from doc strings item (Done).
339
340 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
341
342 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
343
344 2005-11-11 Kim F. Storm <storm@cua.dk>
345
346 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
347 when displaying a non-breaking space in an overlay string.
348
349 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
350
351 * FOR-RELEASE: Init file change implemented.
352
353 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
354
355 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
356
357 2005-10-19 Chong Yidong <cyd@stupidchicken.com>
358
359 * FOR-RELEASE (New features): max-image-size implemented.
360 (Bugs): split-window done, by Kim F. Storm.
361
362 2005-10-17 Bill Wohler <wohler@newt.com>
363
364 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
365 since it's gone. Also marked mh-e as done.
366
367 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
368
369 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
370 libraries on Windows (Done).
371
372 2005-10-01 Jason Rumney <jasonr@gnu.org>
373
374 * admin.el (set-version): Set version numbers in nt/emacs.rc.
375
376 2005-08-31 Romain Francoise <romain@orebokech.com>
377
378 * FOR-RELEASE (New features): Remove vhdl-mode.el update
379 item (Done).
380
381 2005-08-27 Romain Francoise <romain@orebokech.com>
382
383 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
384
385 2005-07-04 Lute Kamstra <lute@gnu.org>
386
387 Update FSF's address in GPL notices.
388
389 2005-06-10 Lute Kamstra <lute@gnu.org>
390
391 * admin.el (set-version): Set version in lisp manual too.
392 * make-tarball.txt: Commit lispref/elisp.texi too.
393
394 2005-06-04 Richard M. Stallman <rms@gnu.org>
395
396 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
397 Other cleanups.
398
399 2005-04-19 Lute Kamstra <lute@gnu.org>
400
401 * make-tarball.txt: Don't commit lisp/loaddefs.el.
402
403 2005-04-14 Lute Kamstra <lute@gnu.org>
404
405 * nt/makedist.bat (elfiles): Update.
406
407 * admin.el (add-release-logs): Fix require call.
408
409 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
410
411 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
412 The first line of every tutorial must begin with a sentence saying
413 "Emacs Tutorial" in the respective language. This should be
414 followed by "See end for copying conditions", likewise in the
415 respective language.
416
417 2005-03-29 Luc Teirlinck <teirllm@auburn.edu>
418
419 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
420 Add `undo-ask-before-discard' to it.
421
422 2005-03-02 Miles Bader <miles@gnu.org>
423
424 * quick-install-emacs: Only use the mkdir --verbose option if the
425 script's --verbose option was specified (this avoids problems with
426 default usage on systems where mkdir doesn't support that option).
427
428 2005-02-15 Jason Rumney <jasonr@gnu.org>
429
430 * nt/makedist.bat: Do not rely on non-standard behaviour of
431 tar --exclude.
432
433 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
434
435 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
436
437 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
438
439 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
440 Elisp manuals.
441
442 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
443
444 * FOR-RELEASE (Indications): Clean up and update checklists for
445 Emacs and Elisp manuals.
446
447 2004-09-11 Kim F. Storm <storm@cua.dk>
448
449 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
450 (Documentation): Add NEWS entry.
451 Add section lists for proof-reading Emacs and Lisp manuals.
452
453 2004-08-29 Kim F. Storm <storm@cua.dk>
454
455 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
456
457 2004-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
458
459 * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
460 (now behaves as well as other ports).
461
462 2004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
463
464 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
465
466 2004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
467
468 * FOR-RELEASE: Moved here from the etc directory.
469
470 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
471
472 * notes/BRANCH: New file, to be maintained per CVS branch.
473
474 2003-10-01 Miles Bader <miles@gnu.org>
475
476 * quick-install-emacs: Don't use "function" keyword when defining
477 shell functions.
478
479 2003-09-29 Lute Kamstra <lute@gnu.org>
480
481 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
482
483 2003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
484
485 * quick-install-emacs: Remove fns-* pruning, since that file no
486 longer seems to be generated.
487 (AVOID): Quote literal periods. Quote braces in a way acceptable
488 to all parties (gawk gets bitchy about using `\').
489
490 2003-08-19 Miles Bader <miles@gnu.org>
491
492 * quick-install-emacs: Add arch-specific ignored files to
493 quick-install-emacs. Use quoting for periods that's acceptable
494 to recent versions of gawk.
495
496 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
497
498 * cus-test.el: Remove obsolete workaround.
499
500 2003-04-22 Andrew Innes <andrewi@gnu.org>
501
502 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
503 emacs.exe before zipping, and including batch file to recreate
504 after unpacking.
505
506 * nt/stitch.bat: New file.
507
508 * nt/README-ftp-server: Update wording and version number etc.
509 Add extra instructions for installing multi-file .zip
510 distribution.
511
512 * nt/README.W32: Remove personal email address and update wording.
513
514 * nt/README-UNDUMP.W32: Remove personal email address and update
515 wording.
516
517 2003-02-10 Francesco Potort\e,Al\e(B <pot@gnu.org>
518
519 * make-changelog-diff: New script, code stolen from make-announcement.
520
521 * make-announcement: Use make-changelog-diff.
522
523 2003-01-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
524
525 * make-tarball.txt: Step-by-step instructions for making a tarball.
526
527 * make-announcement: A script for creating pretest annuncements.
528
529 2003-01-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
530
531 * admin.el (add-release-logs): Expand the directory name before
532 calling find(1).
533 (add-release-logs): Use the same methods as add-log.el for writing
534 the date and the user's name and address.
535
536 2003-01-07 Miles Bader <miles@gnu.org>
537
538 * quick-install-emacs: Unset LANG etc. to avoid non-standard
539 command output from non-C locales.
540
541 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
542
543 * cus-test.el: Extended and reorganized. There are now 4 tests
544 which can be run in batch mode. See the Commentary section.
545
546 2002-10-08 Markus Rost <rost@math.ohio-state.edu>
547
548 * cus-test.el: New file.
549
550 2002-05-27 Miles Bader <miles@gnu.org>
551
552 * quick-install-emacs (VERSION): Calculate using the same method
553 that configure.in uses.
554
555 2002-04-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
556
557 * emacs-pretesters: New file with information for Emacs
558 pretesters.
559
560 2002-03-22 Paul Eggert <eggert@twinsun.com>
561
562 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
563 POSIX 1003.1-2001 disallows both usages.
564
565 2002-02-11 Andrew Innes <andrewi@gnu.org>
566
567 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
568
569 2002-01-24 Andrew Innes <andrewi@gnu.org>
570
571 * nt/README.W32: Remove unnecessary version number and date
572 references.
573
574 * nt/README-UNDUMP.W32: Ditto.
575
576 2001-12-06 Gerd Moellmann <gerd@gnu.org>
577
578 * make-emacs: Add --trace-move.
579
580 2001-10-23 Andrew Innes <andrewi@gnu.org>
581
582 * nt/makedist.bat: Remove remaining obsolete reference to
583 GETTING.GNU.SOFTWARE.
584
585 2001-10-22 Gerd Moellmann <gerd@gnu.org>
586
587 * admin.el (set-version): Use `s' interactive spec for
588 version number.
589
590 2001-10-20 Gerd Moellmann <gerd@gnu.org>
591
592 * (Version 21.1 released.)
593
594 2001-10-20 Gerd Moellmann <gerd@gnu.org>
595
596 * admin.el (add-release-logs): Put the log entry in lispref, too.
597
598 2001-10-20 Miles Bader <miles@gnu.org>
599
600 * quick-install-emacs: Exit if we can't find some variable.
601 (AVOID): Add .orig & .rej files.
602 (get_config_var): Be more liberal about format of config.status
603 sed commands.
604
605 2001-10-19 Gerd Moellmann <gerd@gnu.org>
606
607 * admin.el: New file.
608
609 * build-configs: Add --help option. Add support for building
610 in arbitrary source trees.
611
612 2001-10-17 Gerd Moellmann <gerd@gnu.org>
613
614 * alloc-colors.c: New file.
615
616 2001-10-13 Gerd Moellmann <gerd@gnu.org>
617
618 * make-emacs: Add --boot switch for bootstrapping. Logs to
619 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
620
621 2001-10-05 Gerd Moellmann <gerd@gnu.org>
622
623 * Branch for 21.1.
624
625 2001-09-04 Andrew Innes <andrewi@gnu.org>
626
627 * admin/nt/makedist.bat: Remove reference to obsolete file
628 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
629 version of tar used.
630
631 ;; Local Variables:
632 ;; coding: iso-2022-7bit
633 ;; add-log-time-zone-rule: t
634 ;; End:
635
636 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
637 2007, 2008 Free Software Foundation, Inc.
638
639 This file is part of GNU Emacs.
640
641 GNU Emacs is free software; you can redistribute it and/or modify
642 it under the terms of the GNU General Public License as published by
643 the Free Software Foundation; either version 3, or (at your option)
644 any later version.
645
646 GNU Emacs is distributed in the hope that it will be useful,
647 but WITHOUT ANY WARRANTY; without even the implied warranty of
648 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
649 GNU General Public License for more details.
650
651 You should have received a copy of the GNU General Public License
652 along with GNU Emacs; see the file COPYING. If not, write to the
653 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
654 Boston, MA 02110-1301, USA.
655
656 ;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a