Mercurial > emacs
comparison admin/ChangeLog @ 91376:0e2ade584fbb merge-unicode-to-trunk
Merge ChangeLog.unicode files into ChangeLogs
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Fri, 01 Feb 2008 16:05:01 +0000 |
| parents | 107ccd98fa12 |
| children | 945c5c230ab1 |
comparison
equal
deleted
inserted
replaced
| 91375:4bb19b57806d | 91376:0e2ade584fbb |
|---|---|
| 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. |
| 4 | 130 |
| 5 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu> | 131 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu> |
