]> code.delx.au - gnu-emacs/blobdiff - admin/ChangeLog
Remove the problem of cp-supported-codepages.
[gnu-emacs] / admin / ChangeLog
index 516cecfbb6dc631dad183b21789f10a49e76126f..f7daa92133604b172edc03546105ee11f4bd6d30 100644 (file)
@@ -1,3 +1,172 @@
+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-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.
+       * 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>
 
 
 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>
        * 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.