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