diff options
| author | Miles Bader | 2008-02-01 16:05:01 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-02-01 16:05:01 +0000 |
| commit | aca7a3d2018b432aa76b81005189b6a5a05f18d5 (patch) | |
| tree | b796b8b20155698509b206d96d8677de7689b42b /admin | |
| parent | 6cc41fb06c37234822d5aedf7ce0f77b88bb450a (diff) | |
| download | emacs-aca7a3d2018b432aa76b81005189b6a5a05f18d5.tar.gz emacs-aca7a3d2018b432aa76b81005189b6a5a05f18d5.zip | |
Merge ChangeLog.unicode files into ChangeLogs
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 126 | ||||
| -rw-r--r-- | admin/ChangeLog.unicode | 135 |
2 files changed, 126 insertions, 135 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 9dff071be3d..df5c30d84ee 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,129 @@ | |||
| 1 | 2008-02-02 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * unidata/UnicodeData.txt: Updated to Unicode 5.0. | ||
| 4 | |||
| 5 | * unidata/README: Adjusted for Unicode 5.0. | ||
| 6 | |||
| 7 | * unidata/copyright.html: New file. | ||
| 8 | |||
| 9 | 2008-02-02 Kenichi Handa <handa@m17n.org> | ||
| 10 | |||
| 11 | * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul | ||
| 12 | decomposition, if T is the same as TBase, don't include it in the | ||
| 13 | returned list. | ||
| 14 | |||
| 15 | 2008-02-02 Kenichi Handa <handa@m17n.org> | ||
| 16 | |||
| 17 | * unidata/unidata-gen.el (unidata-text-file): Delete it. | ||
| 18 | (unidata-list): Initialize to nil. | ||
| 19 | (unidata-setup-list): New function. | ||
| 20 | (unidata-gen-files): New optional arg unidata-text-file. If it's | ||
| 21 | nil, set unidata-text-file the left command line arg. Call | ||
| 22 | unidate-setup-list at first. | ||
| 23 | |||
| 24 | * unidata/Makefile (EMACS): Rename back to Emacs and set to emacs. | ||
| 25 | Caller changed. | ||
| 26 | (all): Depends on ${DSTDIR}/charprop.el. | ||
| 27 | (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR. | ||
| 28 | |||
| 29 | 2008-02-02 Kenichi Handa <handa@m17n.org> | ||
| 30 | |||
| 31 | * unidata/unidata-gen.el: Typo fixed in comments. Change | ||
| 32 | string-to-int to string-to-number. | ||
| 33 | (unidata-text-file): Defined to .../unidata.txt. | ||
| 34 | (unidata-list): Just insert unidata-text-file. | ||
| 35 | (unidata-get-decomposition): Handle Hangul decomposition. | ||
| 36 | (unidata-gen-files): Don't use \040, instead at ^L near the end of | ||
| 37 | file. | ||
| 38 | |||
| 39 | * unidata/Makefile (TEMACS): Renamed from EMACS. Set to temacs. | ||
| 40 | Caller changed. | ||
| 41 | (unidata.txt): New target. | ||
| 42 | (charprop.el): Depends on unidata.txt. | ||
| 43 | (clean): Remove unidata.txt. | ||
| 44 | |||
| 45 | 2008-02-02 Kenichi Handa <handa@m17n.org> | ||
| 46 | |||
| 47 | * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH". | ||
| 48 | (unidata-get-name): Handle U+110B. | ||
| 49 | |||
| 50 | 2008-02-02 Kenichi Handa <handa@m17n.org> | ||
| 51 | |||
| 52 | Sub-directory `unidata' is for codes to generate charprop.el and | ||
| 53 | many other uni-*.el files from `UnicodeData.txt'. | ||
| 54 | |||
| 55 | * Unidata/README: New file. | ||
| 56 | |||
| 57 | * unidata/Makefile: New file. | ||
| 58 | |||
| 59 | * unidata/unidata-gen.el: New file. | ||
| 60 | |||
| 61 | * unidata/UnicodeData.txt: New file. Copied from | ||
| 62 | http://www.unicode.org on 2008-02-02. | ||
| 63 | |||
| 64 | * unidata/.cvsignore: New file. | ||
| 65 | |||
| 66 | 2008-02-02 Kenichi Handa <handa@m17n.org> | ||
| 67 | |||
| 68 | * charsets/.cvsignore: New file. | ||
| 69 | |||
| 70 | * charsets/mapconv: Add code for handling KANJI-DATABASE format. | ||
| 71 | |||
| 72 | * charsets/Makefile (all): Rename target from charsets. Depend on | ||
| 73 | ${TRANS_TABLE} | ||
| 74 | (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map) | ||
| 75 | (CNS-7.map): Generate from cns2ucsdkw.txt. | ||
| 76 | (install): Copy updated files only. | ||
| 77 | |||
| 78 | 2008-02-02 Kenichi Handa <handa@m17n.org> | ||
| 79 | |||
| 80 | * charsets/cp932.awk: Append user defined area of CP932. | ||
| 81 | |||
| 82 | 2008-02-02 Kenichi Handa <handa@m17n.org> | ||
| 83 | |||
| 84 | * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014, | ||
| 85 | 0x2299 to 0x29BF. | ||
| 86 | |||
| 87 | 2008-02-02 Kenichi Handa <handa@m17n.org> | ||
| 88 | |||
| 89 | * charsets/Makefile (TRANS_TABLE): New macro. | ||
| 90 | (JISX0208.map): Convert 0x2015 to 0x2014. | ||
| 91 | (cp51932.el): New target. | ||
| 92 | (eucjp-ms.el): New target. | ||
| 93 | (install): Include ${TRANS_TABLE}. | ||
| 94 | (CJK): Include JISX213A.map. | ||
| 95 | (JISX213A.map): New target. | ||
| 96 | |||
| 97 | * charsets/eucjp-ms.awk: New file. | ||
| 98 | |||
| 99 | * charsets/cp51932.awk: New file. | ||
| 100 | |||
| 101 | 2008-02-02 Kenichi Handa <handa@m17n.org> | ||
| 102 | |||
| 103 | * charsets/cp932.awk: New file. | ||
| 104 | |||
| 105 | * charsets/Makefile (CP932-2BYTE.map): Call mapconv with | ||
| 106 | cp932.awk. | ||
| 107 | |||
| 108 | * charsets/mapconv: In UNICODE2 case, sort by 4th field after | ||
| 109 | running an awk program. | ||
| 110 | |||
| 111 | 2008-02-02 Kenichi Handa <handa@m17n.org> | ||
| 112 | |||
| 113 | * charsets/mapconv: Handle UNICODE2. | ||
| 114 | |||
| 115 | * charsets/Makefile (CJK): Include CP932-2BYTE.map | ||
| 116 | (CP932-2BYTE.map): New target. | ||
| 117 | |||
| 118 | 2008-02-02 Kenichi Handa <handa@m17n.org> | ||
| 119 | |||
| 120 | * charsets: New directory for scripts to generate charset map | ||
| 121 | files in ../etc/charsets/. | ||
| 122 | |||
| 123 | * charsets/Makefile, charsets/mapconv, charsets/compact.awk, | ||
| 124 | charsets/big5.awk charsets/gb18030-2.awk, charsets/gb18030-4.awk, | ||
| 125 | cahrsets/kuten.awk: New files. | ||
| 126 | |||
| 1 | 2008-01-08 Glenn Morris <rgm@gnu.org> | 127 | 2008-01-08 Glenn Morris <rgm@gnu.org> |
| 2 | 128 | ||
| 3 | * admin.el (set-version): Add doc/man/emacs.1. | 129 | * admin.el (set-version): Add doc/man/emacs.1. |
diff --git a/admin/ChangeLog.unicode b/admin/ChangeLog.unicode deleted file mode 100644 index d7cde8532cd..00000000000 --- a/admin/ChangeLog.unicode +++ /dev/null | |||
| @@ -1,135 +0,0 @@ | |||
| 1 | 2006-08-21 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * unidata/UnicodeData.txt: Updated to Unicode 5.0. | ||
| 4 | |||
| 5 | * unidata/README: Adjusted for Unicode 5.0. | ||
| 6 | |||
| 7 | * unidata/copyright.html: New file. | ||
| 8 | |||
| 9 | 2005-05-13 Kenichi Handa <handa@m17n.org> | ||
| 10 | |||
| 11 | * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul | ||
| 12 | decomposition, if T is the same as TBase, don't include it in the | ||
| 13 | returned list. | ||
| 14 | |||
| 15 | 2005-05-11 Kenichi Handa <handa@m17n.org> | ||
| 16 | |||
| 17 | * unidata/unidata-gen.el (unidata-text-file): Delete it. | ||
| 18 | (unidata-list): Initialize to nil. | ||
| 19 | (unidata-setup-list): New function. | ||
| 20 | (unidata-gen-files): New optional arg unidata-text-file. If it's | ||
| 21 | nil, set unidata-text-file the left command line arg. Call | ||
| 22 | unidate-setup-list at first. | ||
| 23 | |||
| 24 | * unidata/Makefile (EMACS): Rename back to Emacs and set to emacs. | ||
| 25 | Caller changed. | ||
| 26 | (all): Depends on ${DSTDIR}/charprop.el. | ||
| 27 | (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR. | ||
| 28 | |||
| 29 | 2005-05-10 Kenichi Handa <handa@m17n.org> | ||
| 30 | |||
| 31 | * unidata/unidata-gen.el: Typo fixed in comments. Change | ||
| 32 | string-to-int to string-to-number. | ||
| 33 | (unidata-text-file): Defined to .../unidata.txt. | ||
| 34 | (unidata-list): Just insert unidata-text-file. | ||
| 35 | (unidata-get-decomposition): Handle Hangul decomposition. | ||
| 36 | (unidata-gen-files): Don't use \040, instead at ^L near the end of | ||
| 37 | file. | ||
| 38 | |||
| 39 | * unidata/Makefile (TEMACS): Renamed from EMACS. Set to temacs. | ||
| 40 | Caller changed. | ||
| 41 | (unidata.txt): New target. | ||
| 42 | (charprop.el): Depends on unidata.txt. | ||
| 43 | (clean): Remove unidata.txt. | ||
| 44 | |||
| 45 | 2005-03-02 Kenichi Handa <handa@m17n.org> | ||
| 46 | |||
| 47 | * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH". | ||
| 48 | (unidata-get-name): Handle U+110B. | ||
| 49 | |||
| 50 | 2005-01-30 Kenichi Handa <handa@m17n.org> | ||
| 51 | |||
| 52 | Sub-directory `unidata' is for codes to generate charprop.el and | ||
| 53 | many other uni-*.el files from `UnicodeData.txt'. | ||
| 54 | |||
| 55 | * Unidata/README: New file. | ||
| 56 | |||
| 57 | * unidata/Makefile: New file. | ||
| 58 | |||
| 59 | * unidata/unidata-gen.el: New file. | ||
| 60 | |||
| 61 | * unidata/UnicodeData.txt: New file. Copied from | ||
| 62 | http://www.unicode.org on 2005-01-29. | ||
| 63 | |||
| 64 | * unidata/.cvsignore: New file. | ||
| 65 | |||
| 66 | 2004-02-12 Kenichi Handa <handa@m17n.org> | ||
| 67 | |||
| 68 | * charsets/.cvsignore: New file. | ||
| 69 | |||
| 70 | * charsets/mapconv: Add code for handling KANJI-DATABASE format. | ||
| 71 | |||
| 72 | * charsets/Makefile (all): Rename target from charsets. Depend on | ||
| 73 | ${TRANS_TABLE} | ||
| 74 | (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map) | ||
| 75 | (CNS-7.map): Generate from cns2ucsdkw.txt. | ||
| 76 | (install): Copy updated files only. | ||
| 77 | |||
| 78 | 2004-01-30 Kenichi Handa <handa@m17n.org> | ||
| 79 | |||
| 80 | * charsets/cp932.awk: Append user defined area of CP932. | ||
| 81 | |||
| 82 | 2004-01-28 Kenichi Handa <handa@m17n.org> | ||
| 83 | |||
| 84 | * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014, | ||
| 85 | 0x2299 to 0x29BF. | ||
| 86 | |||
| 87 | 2004-01-27 Kenichi Handa <handa@m17n.org> | ||
| 88 | |||
| 89 | * charsets/Makefile (TRANS_TABLE): New macro. | ||
| 90 | (JISX0208.map): Convert 0x2015 to 0x2014. | ||
| 91 | (cp51932.el): New target. | ||
| 92 | (eucjp-ms.el): New target. | ||
| 93 | (install): Include ${TRANS_TABLE}. | ||
| 94 | (CJK): Include JISX213A.map. | ||
| 95 | (JISX213A.map): New target. | ||
| 96 | |||
| 97 | * charsets/eucjp-ms.awk: New file. | ||
| 98 | |||
| 99 | * charsets/cp51932.awk: New file. | ||
| 100 | |||
| 101 | 2004-01-26 Kenichi Handa <handa@m17n.org> | ||
| 102 | |||
| 103 | * charsets/cp932.awk: New file. | ||
| 104 | |||
| 105 | * charsets/Makefile (CP932-2BYTE.map): Call mapconv with | ||
| 106 | cp932.awk. | ||
| 107 | |||
| 108 | * charsets/mapconv: In UNICODE2 case, sort by 4th field after | ||
| 109 | running an awk program. | ||
| 110 | |||
| 111 | 2004-01-25 Kenichi Handa <handa@m17n.org> | ||
| 112 | |||
| 113 | * charsets/mapconv: Handle UNICODE2. | ||
| 114 | |||
| 115 | * charsets/Makefile (CJK): Include CP932-2BYTE.map | ||
| 116 | (CP932-2BYTE.map): New target. | ||
| 117 | |||
| 118 | 2003-08-16 Kenichi Handa <handa@m17n.org> | ||
| 119 | |||
| 120 | * charsets: New directory for scripts to generate charset map | ||
| 121 | files in ../etc/charsets/. | ||
| 122 | |||
| 123 | * charsets/Makefile, charsets/mapconv, charsets/compact.awk, | ||
| 124 | charsets/big5.awk charsets/gb18030-2.awk, charsets/gb18030-4.awk, | ||
| 125 | cahrsets/kuten.awk: New files. | ||
| 126 | |||
| 127 | ;; Local Variables: | ||
| 128 | ;; coding: iso-2022-7bit-unix | ||
| 129 | ;; End: | ||
| 130 | |||
| 131 | Copyright (C) 2003 Free Software Foundation, Inc. | ||
| 132 | Copying and distribution of this file, with or without modification, | ||
| 133 | are permitted provided the copyright notice and this notice are preserved. | ||
| 134 | |||
| 135 | ;;; arch-tag: 021fa3ae-e1d0-451b-866e-c5b10b325e78 | ||