X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2f12b713116a4e15b4744fc78d5f0dbb57fcd1ca..719cb5080d3fb15574b0b741613d14b93322d26a:/admin/ChangeLog diff --git a/admin/ChangeLog b/admin/ChangeLog index 51332e21cd..f7daa92133 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,212 @@ +2008-02-20 Kenichi Handa + + * 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 + + * 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 + + * unidata/makefile.w32-in (lisp): New variable. + (EMACSLOADPATH): Use $(lisp). Add lisp/international and + lisp/emacs-lisp. + +2008-02-04 Jason Rumney + + * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros. + +2008-02-02 Juanma Barranquero + + * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile". + +2008-02-02 Eli Zaretskii + + * 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 + + * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends. + +2008-02-01 Kenichi Handa + + * unidata/copyright.html: New file. + +2008-02-01 Kenichi Handa + + * 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 + + * 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 + + * 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 + + * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH". + (unidata-get-name): Handle U+110B. + +2008-02-01 Kenichi Handa + + 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 + + * 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 + + * charsets/cp932.awk: Append user-defined area of CP932. + +2008-02-02 Kenichi Handa + + * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014, + 0x2299 to 0x29BF. + +2008-02-01 Kenichi Handa + + * 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 + + * 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 + + * charsets/mapconv: Handle UNICODE2. + + * charsets/Makefile (CJK): Include CP932-2BYTE.map + (CP932-2BYTE.map): New target. + +2008-02-01 Kenichi Handa + + * 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 + + * admin.el (set-version): Add doc/man/emacs.1. + +2008-01-06 Dan Nicolaescu + + * notes/copyright: + * MAINTAINERS: Remove references to files that have been removed. + +2008-01-04 Glenn Morris + + * admin.el (set-copyright): Add lib-src/ebrowse.c. + +2007-12-10 Stefan Monnier + + * CPP-DEFINES: New file. + +2007-12-08 Reiner Steib + + * 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 + + * admin.el (set-version): Handle configure.in. Adapt for doc/ + directory layout for manuals. + +2007-12-01 Reiner Steib + + * 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 + + * admin.el (process-lines): Move to ../lisp/subr.el. + +2007-10-23 Glenn Morris + + * MAINTAINERS: Move here from ../. + +2007-10-17 Juanma Barranquero + + * make-emacs: Doc fix. + +2007-08-28 Glenn Morris + + * admin.el: Provide self. + +2007-08-10 Jan Dj,Ad(Brv + + * FOR-RELEASE (http): Add Gtk+ tool bar and GUD focus problem. + 2007-07-25 Glenn Morris * Relicense all FSF files to GPLv3 or later. @@ -19,7 +228,7 @@ * nt/makedist.bat: Change EOL format to DOS. Don't use redirection characters in REM lines. -2007-01-27 Jan Dj,Ad(Brv +2007-01-27 Jan Dj,Ad(Brv * FOR-RELEASE: Removed Gtk/Xft issue. @@ -159,7 +368,7 @@ 2005-10-17 Bill Wohler * 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 @@ -172,7 +381,7 @@ 2005-08-31 Romain Francoise - * 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 @@ -205,11 +414,11 @@ 2005-03-30 Marcelo Toledo - * 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 @@ -328,7 +537,7 @@ * 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 @@ -431,7 +640,7 @@ ;; 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.