Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
[bpt/emacs.git] / admin / ChangeLog
index df74b4c..41a88c5 100644 (file)
-2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
+2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
 
-       * Version 22.3 released.
+       * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
+       (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
+       Remove.
+
+2010-06-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * unidata/bidimirror.awk: New file.
+
+       * unidata/BidiMirroring.txt: New file from
+       http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
+
+       * unidata/Makefile.in: (../../src/bidimirror.h): New target.
+       (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
+
+       * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
+       (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
+
+       * unidata/biditype.awk: New file.
+
+       * unidata/Makefile.in (../../src/biditype.h): New target.
+
+       * unidata/makefile.w32-in (../../src/biditype.h): New target.
+
+2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * unidata/UnicodeData.txt: Update from
+       http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
+
+2010-05-27  Glenn Morris  <rgm@gnu.org>
+
+       * quick-install-emacs (AVOID): No more Makefile.c files.
+
+       * notes/cpp: Remove file.
+
+2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
+
+       * admin.el (set-version, set-copyright): Update emacs.c instead of
+       version.el.
+
+       * make-tarball.txt: Update filename list in step 6.
+
+       * quick-install-emacs: Scan emacs.c instead of version.el for
+       version string.
+
+2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.2 released.
+
+2010-04-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
+
+2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.2.
+
+2010-03-10  Miles Bader  <miles@gnu.org>
+
+       * quick-install-emacs: Use more portable shell syntax.
+
+       * quick-install-emacs: (AVOID): Be more picky about files we avoid
+       installing.
+
+2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * quick-install-emacs (PRUNED): Fix typo in message.
+
+2010-01-20  Glenn Morris  <rgm@gnu.org>
+
+       * revdiff: Remove file that only works with CVS, and isn't really
+       needed with Bazaar (given the in-built revision options of bzr diff).
+
+2010-01-12  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
+       than emacs-pretest-bug for bug reports for development versions.
+
+2009-11-06  Kenichi Handa  <handa@m17n.org>
+
+       * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
+       that the block data and the following per-char data fall into the
+       same char-table leaf.
+
+2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
+
+       * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
+
+2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * unidata/.gitignore: New file.
+
+2009-08-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * notes/bugtracker: How to reassign a bug to a list of packages.
+
+       * notes/newfile: Details of how to check for problems with DOS 8+3
+       file-name restrictions.
+
+2009-08-18  Glenn Morris  <rgm@gnu.org>
+
+       * notes/newfile: New file.
+
+2009-07-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * make-tarball.txt: Add a note about bumping the value of
+       customize-changed-options-previous-release.
+
+2009-06-24  Kenichi Handa  <handa@m17n.org>
+
+       * charsets/mapconv: For the UNICODE format files, do reverse sort
+       and don't compact the map.  This is to prefer the first one in the
+       duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
+
+2009-06-12  Kenichi Handa  <handa@m17n.org>
+
+       * charsets/Makefile (JISX213A.map): Make it depend on
+       mapfiles/JISX213A.map.gz.
+       (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
+
+       * charsets/mapfiles/JISX213A.map.gz: New file.
+
+       * charsets/mapfiles/README: Describe JISX213A.map.gz.
+
+2009-06-12  Kenichi Handa  <handa@m17n.org>
+
+       * charsets/mapfiles/*: New files.
+
+       * charsets/mule-charsets.el: Mostly re-written to generate all
+       MULE-*.map files.
+
+       * charsets/mapconv: Mostly re-written to handle "gzip"ed input
+       files.
+
+       * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
+       EUC-JP-MS.
+
+       * charsets/cp51932.awk (END): Print arch-tag at the tail.
+
+       * charsets/Makefile: Maps depend on files under mapfiles or
+       ${GLIBC_CHARMAPS}.
+
+2009-04-21  Kenichi Handa  <handa@m17n.org>
+
+       * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
+       change.
+
+2009-04-17  Kenichi Handa  <handa@m17n.org>
+
+       * unidata/unidata-gen.el (unidata-get-decomposition): Adjust
+       Hangle decomposition rule to Unicode.
+
+2009-04-09  Kenichi Handa  <handa@m17n.org>
+
+       * unidata/unidata-gen.el (unidata-describe-decomposition): Return
+       a string with a composition property to disable combining
+       characters being composed.
+
+2009-03-11  Miles Bader  <miles@gnu.org>
+
+       * quick-install-emacs: Be more clever about locating info directory.
+
+2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * nt/README.W32: Fix typos.
+
+2009-02-23  Jason Rumney  <jasonr@gnu.org>
+
+       * nt/README-ftp-server: Update for 23.0.91
+
+       * nt/README.W32: Remove ever expanding versions of Windows.
+       Shorten FAQ URL.  Remove mention of obsolete lock directory.
+       Windows distribution now bin and barebin only.  Add note about
+       SVG support.  Remove old tar and gzip problem workarounds.
+       Use new (22.x) -Q option.  Report all bugs through bug tracker.
+
+       * nt/README-UNDUMP.W32: Modify for barebin distribution, as
+       undumped distribution no longer exists.
+
+2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
+
+       * nt/README.W32: Fix typo.  (Bug#2207)
+
+2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
+
+       * admin.el (set-version): Remove deleted file ns-emacs.texi.
+
+2008-12-02  Kenichi Handa  <handa@m17n.org>
+
+       * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
+       `decomposition' property adjusted.
+       (unidata-split-decomposition): Don't include surrounding "<" and
+       ">" in a symbol name.
+
+2008-12-01  Kenichi Handa  <handa@m17n.org>
+
+       * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
+       property generator to unidata-gen-table-numeric.  Docstring adjusted.
+       (unidata-get-numeric, unidata-put-numeric)
+       (unidata-gen-table-numeric): New functions.
+       (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
+
+2008-11-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * notes/documentation: Add notes about Antinews.
+
+2008-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (set-version): Add doc/misc/ns-emacs.texi.
+       Add/tweak some nextstep/ entries.
+
+2008-09-19  Kenichi Handa  <handa@m17n.org>
+
+       * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
+       positions.
+
+2008-08-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * CPP-DEFINES: Add USER_FULL_NAME.
 
 2008-08-16  Jason Rumney  <jasonr@gnu.org>
 
-       * admin.el (set-version): Set version in nt/emacsclient.rc
+       * admin.el (set-version): Set version in nt/emacsclient.rc.
+
+2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * nt/dump.bat: Fix mixed EOLs.
+
+2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
+
+2008-08-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * CPP-DEFINES: Add defines for accessing system processes.
+
+2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * make-tarball.txt:
+       * admin.el:
+       * FOR-RELEASE:
+       * CPP-DEFINES: Remove mentions of Mac Carbon.
+
+2008-07-16  Glenn Morris  <rgm@gnu.org>
 
-2008-03-26  Chong Yidong  <cyd@stupidchicken.com>
+       * admin.el (set-version, set-copyright): Add nextstep/ files.
 
-       * Version 22.2 released.
+2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
-2008-03-09  Reiner Steib  <Reiner.Steib@gmx.de>
+       * CPP-DEFINES: Add NS port related defines.
 
-       * FOR-RELEASE (WINDOWS SUPPORT BUGS): Add two issues.
+2008-06-16  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
+       doc/lispref/book-spine.texinfo.
+
+2008-06-15  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (set-version): Add doc/misc/faq.texi.
+
+2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * FOR-RELEASE: Remove Windows problem about the XPM image library
+       being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
+
+2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * unidata/UnicodeData.txt: Update to Unicode 5.1.
+
+2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * unidata/unidata-gen.el (unidata-prop-alist):
+       Fix typo in description of `numeric-value'.
+       (unidata-put-character): Fix typo in error message.
+
+2008-02-21  Glenn Morris  <rgm@gnu.org>
+
+       * notes/unicode, notes/font-backend: New files, split off from
+       README.unicode.
+
+2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
+       being used in latin1-disp.el.  Remove the problem of
+       cp-supported-codepages.  Remove the problem of lost changelog for
+       ps-prin1.ps.
+
+2008-02-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
+       non-portable in this context.
+
+       * unidata/Makefile.in (unidata.txt): Don't use $<, it's
+       non-portable in this context.
+
+2008-02-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * unidata/makefile.w32-in (lisp): New variable.
+       (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
+       lisp/emacs-lisp.
+
+2008-02-04  Jason Rumney  <jasonr@gnu.org>
+
+       * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
+
+2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
+
+2008-02-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * unidata/makefile.w32-in (charprop-CMD): Fix last change.
+
+       * unidata/Makefile.in: Rename from Makefile.
+
+       * unidata/makefile.w32-in: New file.
+
+2008-02-02  Jason Rumney  <jasonr@gnu.org>
+
+       * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * unidata/copyright.html: New file.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
+       decomposition, if T is the same as TBase, don't include it in the
+       returned list.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * unidata/unidata-gen.el (unidata-text-file): Delete it.
+       (unidata-list): Initialize to nil.
+       (unidata-setup-list): New function.
+       (unidata-gen-files): New optional arg unidata-text-file.
+       If it's nil, set unidata-text-file to the left command line arg.
+       Call unidate-setup-list at first.
+
+       * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
+       (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * unidata/unidata-gen.el: Fix comment typo.
+       Change string-to-int to string-to-number.
+       (unidata-text-file): Define to .../unidata.txt.
+       (unidata-list): Just insert unidata-text-file.
+       (unidata-get-decomposition): Handle Hangul decomposition.
+       (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
+
+       * unidata/Makefile (unidata.txt): New target.
+       (charprop.el): Depends on unidata.txt.
+       (clean): Remove unidata.txt.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
+       (unidata-get-name): Handle U+110B.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       Sub-directory `unidata' is for codes to generate charprop.el and
+       many other uni-*.el files from `UnicodeData.txt'.
+
+       * Unidata/README: New file.
+
+       * unidata/Makefile: New file.
+
+       * unidata/unidata-gen.el: New file.
+
+       * unidata/UnicodeData.txt: New file.  Copied from
+       http://www.unicode.org on 2006-05-23.
+
+       * unidata/.cvsignore: New file.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * charsets/.cvsignore: New file.
+
+       * charsets/mapconv: Add code for handling KANJI-DATABASE format.
+
+       * charsets/Makefile (all): Rename target from charsets.
+       Depend on ${TRANS_TABLE}.
+       (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
+       Generate from cns2ucsdkw.txt.
+       (install): Copy updated files only.
+
+2008-02-02  Kenichi Handa  <handa@m17n.org>
+
+       * charsets/cp932.awk: Append user-defined area of CP932.
+
+2008-02-02  Kenichi Handa  <handa@m17n.org>
+
+       * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
+       0x2299 to 0x29BF.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * charsets/Makefile (TRANS_TABLE): New macro.
+       (JISX0208.map): Convert 0x2015 to 0x2014.
+       (cp51932.el): New target.
+       (eucjp-ms.el): New target.
+       (install): Include ${TRANS_TABLE}.
+       (CJK): Include JISX213A.map.
+       (JISX213A.map): New target.
+
+       * charsets/eucjp-ms.awk: New file.
+
+       * charsets/cp51932.awk: New file.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * charsets/cp932.awk: New file.
+
+       * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
+
+       * charsets/mapconv: In UNICODE2 case, sort by 4th field after
+       running an awk program.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * charsets/mapconv: Handle UNICODE2.
+
+       * charsets/Makefile (CJK): Include CP932-2BYTE.map
+       (CP932-2BYTE.map): New target.
+
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * charsets: New directory for scripts to generate charset map
+       files in ../etc/charsets/.
+
+       * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
+       * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
+       * charsets/kuten.awk: New files.
+
+2008-01-08  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (set-version): Add doc/man/emacs.1.
+
+2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * notes/copyright:
+       * MAINTAINERS: Remove references to files that have been removed.
+
+2008-01-04  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (set-copyright): Add lib-src/ebrowse.c.
+
+2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * CPP-DEFINES: New file.
+
+2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * FOR-RELEASE: Remove "window-system in face definition" [of
+       gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
+       on gnus-dired.el.
+
+2007-12-05  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (set-version): Handle configure.in.  Adapt for doc/
+       directory layout for manuals.
+
+2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
+       been fixed in Gnus CVS but have not yet been synched to Emacs.
+
+2007-11-17  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (process-lines): Move to ../lisp/subr.el.
+
+2007-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * MAINTAINERS: Move here from ../.
+
+2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * make-emacs: Doc fix.
+
+2007-08-28  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el: Provide self.
+
+2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
 
 2007-07-25  Glenn Morris  <rgm@gnu.org>
 
        * Relicense all FSF files to GPLv3 or later.
 
+2007-06-07  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (set-copyright): New function.
+
+2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
+
+       * make-tarball.txt: Add note about cutting the branch.
+
 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
 
        * Version 22.1 released.
        * nt/makedist.bat: Change EOL format to DOS.  Don't use
        redirection characters in REM lines.
 
-2007-01-27  Jan Dj\e,Ad\e(Brv  <jhd@winter.localdomain>
+2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
 
        * FOR-RELEASE: Removed Gtk/Xft issue.
 
 2005-10-17  Bill Wohler  <wohler@newt.com>
 
        * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
-       since it's gone. Also marked mh-e as done.
+       since it's gone.  Also marked mh-e as done.
 
 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
 
 
 2005-08-31  Romain Francoise  <romain@orebokech.com>
 
-       * FOR-RELEASE: (New features): Remove vhdl-mode.el update
+       * FOR-RELEASE (New features): Remove vhdl-mode.el update
        item (Done).
 
 2005-08-27  Romain Francoise  <romain@orebokech.com>
 
 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
 
-       * FOR-RELEASE (Documentation): Added check the Emacs Tutorial. The
-        first line of every tutorial must begin with a sentence saying
-        "Emacs Tutorial" in the respective language.  This should be
-        followed by "See end for copying conditions", likewise in the
-        respective language.
+       * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
+       The first line of every tutorial must begin with a sentence saying
+       "Emacs Tutorial" in the respective language.  This should be
+       followed by "See end for copying conditions", likewise in the
+       respective language.
 
 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
 
 
 2005-02-15  Jason Rumney  <jasonr@gnu.org>
 
-       * nt/makedist.bat: Do not rely on non-standard behaviour of
+       * nt/makedist.bat: Do not rely on non-standard behavior of
        tar --exclude.
 
-2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
 
        * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
 
 
        * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
 
-2004-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
 
        * FOR-RELEASE (Indications): Remove entry about GTK and geometry,
        (now behaves as well as other ports).
 
-2004-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
 
        * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
 
        * nt/README-UNDUMP.W32: Remove personal email address and update
        wording.
 
-2003-02-10  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2003-02-10  Francesco Potortì  <pot@gnu.org>
 
        * make-changelog-diff: New script, code stolen from make-announcement.
 
        * make-announcement: Use make-changelog-diff.
 
-2003-01-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2003-01-20  Francesco Potortì  <pot@gnu.org>
 
        * make-tarball.txt: Step-by-step instructions for making a tarball.
 
-       * make-announcement: A script for creating pretest annuncements.
+       * make-announcement: A script for creating pretest announcements.
 
-2003-01-17  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2003-01-17  Francesco Potortì  <pot@gnu.org>
 
        * admin.el (add-release-logs): Expand the directory name before
        calling find(1).
        (add-release-logs): Use the same methods as add-log.el for writing
-       the date and the user's name and address
+       the date and the user's name and address.
 
 2003-01-07  Miles Bader  <miles@gnu.org>
 
        * quick-install-emacs (VERSION): Calculate using the same method
        that configure.in uses.
 
-2002-04-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-04-26  Pavel Janík  <Pavel@Janik.cz>
 
        * emacs-pretesters: New file with information for Emacs
        pretesters.
        version of tar used.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; coding: utf-8
 ;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
-      2007, 2008  Free Software Foundation, Inc.
+    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+       2008, 2009, 2010  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
-  GNU Emacs is free software; you can redistribute it and/or modify
+  GNU Emacs is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 3, or (at your option)
-  any later version.
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
 
   GNU Emacs is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with GNU Emacs; see the file COPYING.  If not, write to the
-  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-  Boston, MA 02110-1301, USA.
+  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a