*** empty log message ***
[emacs.git] / admin / ChangeLog
blob8f12e2870afdcb41f40f40284816495fd74636f1
1 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
3         * FOR-RELEASE: Remove Windows problem about the XPM image library
4         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
6 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
8         * unidata/UnicodeData.txt: Update to Unicode 5.1.
10 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
12         * unidata/unidata-gen.el (unidata-prop-alist):
13         Fix typo in description of `numeric-value'.
14         (unidata-put-character): Fix typo in error message.
16 2008-02-21  Glenn Morris  <rgm@gnu.org>
18         * notes/unicode, notes/font-backend: New files, split off from
19         README.unicode.
21 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
23         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
24         being used in latin1-disp.el.  Remove the problem of
25         cp-supported-codepages.  Remove the problem of lost changelog for
26         ps-prin1.ps.
28 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
30         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
31         non-portable in this context.
33         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
34         non-portable in this context.
36 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
38         * unidata/makefile.w32-in (lisp): New variable.
39         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
40         lisp/emacs-lisp.
42 2008-02-04  Jason Rumney  <jasonr@gnu.org>
44         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
46 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
48         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
50 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
52         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
54         * unidata/Makefile.in: Rename from Makefile.
56         * unidata/makefile.w32-in: New file.
58 2008-02-02  Jason Rumney  <jasonr@gnu.org>
60         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
62 2008-02-01  Kenichi Handa  <handa@m17n.org>
64         * unidata/copyright.html: New file.
66 2008-02-01  Kenichi Handa  <handa@m17n.org>
68         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
69         decomposition, if T is the same as TBase, don't include it in the
70         returned list.
72 2008-02-01  Kenichi Handa  <handa@m17n.org>
74         * unidata/unidata-gen.el (unidata-text-file): Delete it.
75         (unidata-list): Initialize to nil.
76         (unidata-setup-list): New function.
77         (unidata-gen-files): New optional arg unidata-text-file.
78         If it's nil, set unidata-text-file to the left command line arg.
79         Call unidate-setup-list at first.
81         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
82         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
84 2008-02-01  Kenichi Handa  <handa@m17n.org>
86         * unidata/unidata-gen.el: Fix comment typo.
87         Change string-to-int to string-to-number.
88         (unidata-text-file): Define to .../unidata.txt.
89         (unidata-list): Just insert unidata-text-file.
90         (unidata-get-decomposition): Handle Hangul decomposition.
91         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
93         * unidata/Makefile (unidata.txt): New target.
94         (charprop.el): Depends on unidata.txt.
95         (clean): Remove unidata.txt.
97 2008-02-01  Kenichi Handa  <handa@m17n.org>
99         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
100         (unidata-get-name): Handle U+110B.
102 2008-02-01  Kenichi Handa  <handa@m17n.org>
104         Sub-directory `unidata' is for codes to generate charprop.el and
105         many other uni-*.el files from `UnicodeData.txt'.
107         * Unidata/README: New file.
109         * unidata/Makefile: New file.
111         * unidata/unidata-gen.el: New file.
113         * unidata/UnicodeData.txt: New file.  Copied from
114         http://www.unicode.org on 2006-05-23.
116         * unidata/.cvsignore: New file.
118 2008-02-01  Kenichi Handa  <handa@m17n.org>
120         * charsets/.cvsignore: New file.
122         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
124         * charsets/Makefile (all): Rename target from charsets.
125         Depend on ${TRANS_TABLE}.
126         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
127         Generate from cns2ucsdkw.txt.
128         (install): Copy updated files only.
130 2008-02-02  Kenichi Handa  <handa@m17n.org>
132         * charsets/cp932.awk: Append user-defined area of CP932.
134 2008-02-02  Kenichi Handa  <handa@m17n.org>
136         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
137         0x2299 to 0x29BF.
139 2008-02-01  Kenichi Handa  <handa@m17n.org>
141         * charsets/Makefile (TRANS_TABLE): New macro.
142         (JISX0208.map): Convert 0x2015 to 0x2014.
143         (cp51932.el): New target.
144         (eucjp-ms.el): New target.
145         (install): Include ${TRANS_TABLE}.
146         (CJK): Include JISX213A.map.
147         (JISX213A.map): New target.
149         * charsets/eucjp-ms.awk: New file.
151         * charsets/cp51932.awk: New file.
153 2008-02-01  Kenichi Handa  <handa@m17n.org>
155         * charsets/cp932.awk: New file.
157         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
159         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
160         running an awk program.
162 2008-02-01  Kenichi Handa  <handa@m17n.org>
164         * charsets/mapconv: Handle UNICODE2.
166         * charsets/Makefile (CJK): Include CP932-2BYTE.map
167         (CP932-2BYTE.map): New target.
169 2008-02-01  Kenichi Handa  <handa@m17n.org>
171         * charsets: New directory for scripts to generate charset map
172         files in ../etc/charsets/.
174         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
175         * charsets/big5.awk, charsets/gb18030-2.awk, charsets/gb18030-4.awk:
176         * charsets/kuten.awk: New files.
178 2008-01-08  Glenn Morris  <rgm@gnu.org>
180         * admin.el (set-version): Add doc/man/emacs.1.
182 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
184         * notes/copyright:
185         * MAINTAINERS: Remove references to files that have been removed.
187 2008-01-04  Glenn Morris  <rgm@gnu.org>
189         * admin.el (set-copyright): Add lib-src/ebrowse.c.
191 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
193         * CPP-DEFINES: New file.
195 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
197         * FOR-RELEASE: Remove "window-system in face definition" [of
198         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
199         on gnus-dired.el.
201 2007-12-05  Glenn Morris  <rgm@gnu.org>
203         * admin.el (set-version): Handle configure.in.  Adapt for doc/
204         directory layout for manuals.
206 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
208         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
209         been fixed in Gnus CVS but have not yet been synched to Emacs.
211 2007-11-17  Glenn Morris  <rgm@gnu.org>
213         * admin.el (process-lines): Move to ../lisp/subr.el.
215 2007-10-23  Glenn Morris  <rgm@gnu.org>
217         * MAINTAINERS: Move here from ../.
219 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
221         * make-emacs: Doc fix.
223 2007-08-28  Glenn Morris  <rgm@gnu.org>
225         * admin.el: Provide self.
227 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
229         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
231 2007-07-25  Glenn Morris  <rgm@gnu.org>
233         * Relicense all FSF files to GPLv3 or later.
235 2007-06-07  Glenn Morris  <rgm@gnu.org>
237         * admin.el (set-copyright): New function.
239 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
241         * make-tarball.txt: Add note about cutting the branch.
243 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
245         * Version 22.1 released.
247 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
249         * nt/makedist.bat: Change EOL format to DOS.  Don't use
250         redirection characters in REM lines.
252 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
254         * FOR-RELEASE: Removed Gtk/Xft issue.
256 2007-01-01  Miles Bader  <miles@gnu.org>
258         * quick-install-emacs (get_config_var): Deal with weird magic
259         string inserted by recent versions of autoconf.
261 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
263         * admin.el (set-version): Set version number in
264         lib-src/makefile.w32-in.
266 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
268         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
269         due to a local miss-configuration.
271 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
273         * make-announcement (OLD): Remove LEIM references in announcement
274         since it is now built-in.
276 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
278         * admin.el (set-version): Set version numbers in "mac" subdirectory.
280 2006-10-03  Kenichi Handa  <handa@m17n.org>
282         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
284 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
286         * FOR-RELEASE: Elisp manual checking completed.
288 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
290         * FOR-RELEASE: Update refcard section.
292 2006-07-14  Kim F. Storm  <storm@cua.dk>
294         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
296 2006-07-09  Kim F. Storm  <storm@cua.dk>
298         * README: Use outline format.  Add FOR-RELEASE.
300 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
302         * FOR-RELEASE: Checking of info.texi done.
304 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
306         * FOR-RELEASE: Update refcard section.
308 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
310         * FOR-RELEASE: Update refcard section.
312 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
314         * FOR-RELEASE: Key sequence elisp node done.
316 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
318         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
320 2006-05-21  Chong Yidong  <cyd@mit.edu>
322         * FOR-RELEASE: point-entered /point-left bug fixed.
324 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
326         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
327         entry.
329 2006-05-06  Bill Wohler  <wohler@newt.com>
331         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
332         about it.
334 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
336         * ./* (Copyright): Updated Copyright year(s).
338 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
340         * FOR-RELEASE (BUGS): Add URLs/MIDs.
342 2006-02-20  Kim F. Storm  <storm@cua.dk>
344         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
345         Rework how fringe bitmaps are defined and used.
346         Currently, bitmap usage and bitmap appearence are "mixed-up" in a
347         one-level representation.  It would be cleaner to split the
348         representation into a two-level model where first level maps
349         bitmap usage to a bitmap name, and second level maps bitmap name to
350         a bitmap appearence.
352 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
354         * FOR-RELEASE: String allocation bugs fixed.
356 2005-12-13  Bill Wohler  <wohler@newt.com>
358         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
360 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
362         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
363         completing-read-multiple, mail-extract-address-components,
364         mail-mode, quail-define-package, save-buffer and
365         ucs-set-table-for-input from doc strings item (Done).
367 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
369         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
371 2005-11-11  Kim F. Storm  <storm@cua.dk>
373         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
374         when displaying a non-breaking space in an overlay string.
376 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
378         * FOR-RELEASE: Init file change implemented.
380 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
382         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
384 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
386         * FOR-RELEASE (New features): max-image-size implemented.
387         (Bugs): split-window done, by Kim F. Storm.
389 2005-10-17  Bill Wohler  <wohler@newt.com>
391         * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
392         since it's gone.  Also marked mh-e as done.
394 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
396         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
397         libraries on Windows (Done).
399 2005-10-01  Jason Rumney  <jasonr@gnu.org>
401         * admin.el (set-version): Set version numbers in nt/emacs.rc.
403 2005-08-31  Romain Francoise  <romain@orebokech.com>
405         * FOR-RELEASE (New features): Remove vhdl-mode.el update
406         item (Done).
408 2005-08-27  Romain Francoise  <romain@orebokech.com>
410         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
412 2005-07-04  Lute Kamstra  <lute@gnu.org>
414         Update FSF's address in GPL notices.
416 2005-06-10  Lute Kamstra  <lute@gnu.org>
418         * admin.el (set-version): Set version in lisp manual too.
419         * make-tarball.txt: Commit lispref/elisp.texi too.
421 2005-06-04  Richard M. Stallman  <rms@gnu.org>
423         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
424         Other cleanups.
426 2005-04-19  Lute Kamstra  <lute@gnu.org>
428         * make-tarball.txt: Don't commit lisp/loaddefs.el.
430 2005-04-14  Lute Kamstra  <lute@gnu.org>
432         * nt/makedist.bat (elfiles): Update.
434         * admin.el (add-release-logs): Fix require call.
436 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
438         * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
439         The first line of every tutorial must begin with a sentence saying
440         "Emacs Tutorial" in the respective language.  This should be
441         followed by "See end for copying conditions", likewise in the
442         respective language.
444 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
446         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
447         Add `undo-ask-before-discard' to it.
449 2005-03-02  Miles Bader  <miles@gnu.org>
451         * quick-install-emacs: Only use the mkdir --verbose option if the
452         script's --verbose option was specified (this avoids problems with
453         default usage on systems where mkdir doesn't support that option).
455 2005-02-15  Jason Rumney  <jasonr@gnu.org>
457         * nt/makedist.bat: Do not rely on non-standard behaviour of
458         tar --exclude.
460 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
462         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
464 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
466         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
467         Elisp manuals.
469 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
471         * FOR-RELEASE (Indications): Clean up and update checklists for
472         Emacs and Elisp manuals.
474 2004-09-11  Kim F. Storm  <storm@cua.dk>
476         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
477         (Documentation): Add NEWS entry.
478         Add section lists for proof-reading Emacs and Lisp manuals.
480 2004-08-29  Kim F. Storm  <storm@cua.dk>
482         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
484 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
486         * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
487         (now behaves as well as other ports).
489 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
491         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
493 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
495         * FOR-RELEASE: Moved here from the etc directory.
497 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
499         * notes/BRANCH: New file, to be maintained per CVS branch.
501 2003-10-01  Miles Bader  <miles@gnu.org>
503         * quick-install-emacs: Don't use "function" keyword when defining
504         shell functions.
506 2003-09-29  Lute Kamstra  <lute@gnu.org>
508         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
510 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
512         * quick-install-emacs: Remove fns-* pruning, since that file no
513         longer seems to be generated.
514         (AVOID): Quote literal periods.  Quote braces in a way acceptable
515         to all parties (gawk gets bitchy about using `\').
517 2003-08-19  Miles Bader  <miles@gnu.org>
519         * quick-install-emacs: Add arch-specific ignored files to
520         quick-install-emacs.  Use quoting for periods that's acceptable
521         to recent versions of gawk.
523 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
525         * cus-test.el: Remove obsolete workaround.
527 2003-04-22  Andrew Innes  <andrewi@gnu.org>
529         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
530         emacs.exe before zipping, and including batch file to recreate
531         after unpacking.
533         * nt/stitch.bat: New file.
535         * nt/README-ftp-server: Update wording and version number etc.
536         Add extra instructions for installing multi-file .zip
537         distribution.
539         * nt/README.W32: Remove personal email address and update wording.
541         * nt/README-UNDUMP.W32: Remove personal email address and update
542         wording.
544 2003-02-10  Francesco Potortì  <pot@gnu.org>
546         * make-changelog-diff: New script, code stolen from make-announcement.
548         * make-announcement: Use make-changelog-diff.
550 2003-01-20  Francesco Potortì  <pot@gnu.org>
552         * make-tarball.txt: Step-by-step instructions for making a tarball.
554         * make-announcement: A script for creating pretest annuncements.
556 2003-01-17  Francesco Potortì  <pot@gnu.org>
558         * admin.el (add-release-logs): Expand the directory name before
559         calling find(1).
560         (add-release-logs): Use the same methods as add-log.el for writing
561         the date and the user's name and address.
563 2003-01-07  Miles Bader  <miles@gnu.org>
565         * quick-install-emacs: Unset LANG etc. to avoid non-standard
566         command output from non-C locales.
568 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
570         * cus-test.el: Extended and reorganized.  There are now 4 tests
571         which can be run in batch mode.  See the Commentary section.
573 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
575         * cus-test.el: New file.
577 2002-05-27  Miles Bader  <miles@gnu.org>
579         * quick-install-emacs (VERSION): Calculate using the same method
580         that configure.in uses.
582 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
584         * emacs-pretesters: New file with information for Emacs
585         pretesters.
587 2002-03-22  Paul Eggert  <eggert@twinsun.com>
589         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
590         POSIX 1003.1-2001 disallows both usages.
592 2002-02-11  Andrew Innes  <andrewi@gnu.org>
594         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
596 2002-01-24  Andrew Innes  <andrewi@gnu.org>
598         * nt/README.W32: Remove unnecessary version number and date
599         references.
601         * nt/README-UNDUMP.W32: Ditto.
603 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
605         * make-emacs: Add --trace-move.
607 2001-10-23  Andrew Innes  <andrewi@gnu.org>
609         * nt/makedist.bat: Remove remaining obsolete reference to
610         GETTING.GNU.SOFTWARE.
612 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
614         * admin.el (set-version): Use `s' interactive spec for
615         version number.
617 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
619         * (Version 21.1 released.)
621 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
623         * admin.el (add-release-logs): Put the log entry in lispref, too.
625 2001-10-20  Miles Bader  <miles@gnu.org>
627         * quick-install-emacs: Exit if we can't find some variable.
628         (AVOID): Add .orig & .rej files.
629         (get_config_var): Be more liberal about format of config.status
630         sed commands.
632 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
634         * admin.el: New file.
636         * build-configs: Add --help option.  Add support for building
637         in arbitrary source trees.
639 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
641         * alloc-colors.c: New file.
643 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
645         * make-emacs: Add --boot switch for bootstrapping.  Logs to
646         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
648 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
650         * Branch for 21.1.
652 2001-09-04  Andrew Innes  <andrewi@gnu.org>
654         * admin/nt/makedist.bat: Remove reference to obsolete file
655         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
656         version of tar used.
658 ;; Local Variables:
659 ;; coding: utf-8
660 ;; add-log-time-zone-rule: t
661 ;; End:
663     Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
664         2008  Free Software Foundation, Inc.
666   This file is part of GNU Emacs.
668   GNU Emacs is free software: you can redistribute it and/or modify
669   it under the terms of the GNU General Public License as published by
670   the Free Software Foundation, either version 3 of the License, or
671   (at your option) any later version.
673   GNU Emacs is distributed in the hope that it will be useful,
674   but WITHOUT ANY WARRANTY; without even the implied warranty of
675   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
676   GNU General Public License for more details.
678   You should have received a copy of the GNU General Public License
679   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
681 ;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a