(set-version): Add doc/misc/ns-emacs.texi.
[bpt/emacs.git] / admin / ChangeLog
index ff98666..6eb96a9 100644 (file)
@@ -1,3 +1,102 @@
+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
+
+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>
+
+       * admin.el (set-version, set-copyright): Add nextstep/ files.
+
+2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * CPP_DEFINES: Add NS port related defines.
+
+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".
@@ -6,7 +105,7 @@
 
        * unidata/makefile.w32-in (charprop-CMD): Fix last change.
 
-       * unidata/Makefile.in: Renamed from Makefile.
+       * unidata/Makefile.in: Rename from Makefile.
 
        * unidata/makefile.w32-in: New file.
 
 
 2008-02-01  Kenichi Handa  <handa@m17n.org>
 
-       * unidata/UnicodeData.txt: Updated to Unicode 5.0.
-
-       * unidata/README: Adjusted for Unicode 5.0.
-
        * unidata/copyright.html: New file.
 
 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 the left command line arg.  Call
-       unidate-setup-list at first.
+       (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 (EMACS): Rename back to Emacs and set to emacs.
-       Caller changed.
-       (all): Depends on ${DSTDIR}/charprop.el.
+       * 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: Typo fixed in comments.  Change
-       string-to-int to string-to-number.
-       (unidata-text-file): Defined to .../unidata.txt.
+       * 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-gen-files): Don't use \040, instead at ^L near the end of file.
 
-       * unidata/Makefile (TEMACS): Renamed from EMACS.  Set to temacs.
-       Caller changed.
-       (unidata.txt): New target.
+       * unidata/Makefile (unidata.txt): New target.
        (charprop.el): Depends on unidata.txt.
        (clean): Remove unidata.txt.
 
 
        * 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.
+       * 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.
+       * charsets/cp932.awk: Append user-defined area of CP932.
 
 2008-02-02  Kenichi Handa  <handa@m17n.org>
 
 
        * charsets/cp932.awk: New file.
 
-       * charsets/Makefile (CP932-2BYTE.map): Call mapconv with
-       cp932.awk.
+       * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
 
        * charsets/mapconv: In UNICODE2 case, sort by 4th field after
        running an awk program.
        * charsets: New directory for scripts to generate charset map
        files in ../etc/charsets/.
 
-       * charsets/Makefile, charsets/mapconv, charsets/compact.awk,
-       charsets/big5.awk charsets/gb18030-2.awk, charsets/gb18030-4.awk,
-       cahrsets/kuten.awk: New files.
+       * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
+       * charsets/big5.awk, charsets/gb18030-2.awk, charsets/gb18030-4.awk:
+       * charsets/kuten.awk: New files.
 
 2008-01-08  Glenn Morris  <rgm@gnu.org>
 
 
        * admin.el: Provide self.
 
-2007-08-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * FOR-RELEASE (http): Add Gtk+ tool bar and GUD focus problem.
+       * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
 
 2007-07-25  Glenn Morris  <rgm@gnu.org>
 
        * 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  <jan.h.d@swipnet.se>
+2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
 
        * FOR-RELEASE: Removed Gtk/Xft issue.
 
 
 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).
        * 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  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