]> code.delx.au - gnu-emacs/blobdiff - admin/ChangeLog
Remove the problem of cp-supported-codepages.
[gnu-emacs] / admin / ChangeLog
index 7349efb172071f50281cdd0ff2bde90fa1d93705..f7daa92133604b172edc03546105ee11f4bd6d30 100644 (file)
@@ -1,3 +1,216 @@
+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.
+
+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/gb18030-2.awk, charsets/gb18030-4.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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * FOR-RELEASE (http): 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.
        * 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\e,Ad\e(Brv  <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>
 
        * 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>
 
 ;; End:
 
     Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
-      2007  Free Software Foundation, Inc.
+      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
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2, or (at your option)
+  the Free Software Foundation; either version 3, or (at your option)
   any later version.
 
   GNU Emacs is distributed in the hope that it will be useful,