aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2008-02-07 06:19:35 +0000
committerGlenn Morris2008-02-07 06:19:35 +0000
commitbcc891c25d070961cdee5645c16bfec1d3232905 (patch)
tree4c799ae12c744c6f7cc20366e9f9352152f836fa /admin/ChangeLog
parent3ae565b3860790e4ec77a86d0d868a16dd1953ef (diff)
downloademacs-bcc891c25d070961cdee5645c16bfec1d3232905.tar.gz
emacs-bcc891c25d070961cdee5645c16bfec1d3232905.zip
Some tidying post-unicode-merge: typos, tense, simplification, filling.
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog48
1 files changed, 19 insertions, 29 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 024d6fd1842..705eaff8052 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -10,7 +10,7 @@
10 10
11 * unidata/makefile.w32-in (charprop-CMD): Fix last change. 11 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
12 12
13 * unidata/Makefile.in: Renamed from Makefile. 13 * unidata/Makefile.in: Rename from Makefile.
14 14
15 * unidata/makefile.w32-in: New file. 15 * unidata/makefile.w32-in: New file.
16 16
@@ -20,10 +20,6 @@
20 20
212008-02-01 Kenichi Handa <handa@m17n.org> 212008-02-01 Kenichi Handa <handa@m17n.org>
22 22
23 * unidata/UnicodeData.txt: Updated to Unicode 5.0.
24
25 * unidata/README: Adjusted for Unicode 5.0.
26
27 * unidata/copyright.html: New file. 23 * unidata/copyright.html: New file.
28 24
292008-02-01 Kenichi Handa <handa@m17n.org> 252008-02-01 Kenichi Handa <handa@m17n.org>
@@ -37,28 +33,23 @@
37 * unidata/unidata-gen.el (unidata-text-file): Delete it. 33 * unidata/unidata-gen.el (unidata-text-file): Delete it.
38 (unidata-list): Initialize to nil. 34 (unidata-list): Initialize to nil.
39 (unidata-setup-list): New function. 35 (unidata-setup-list): New function.
40 (unidata-gen-files): New optional arg unidata-text-file. If it's 36 (unidata-gen-files): New optional arg unidata-text-file.
41 nil, set unidata-text-file the left command line arg. Call 37 If it's nil, set unidata-text-file to the left command line arg.
42 unidate-setup-list at first. 38 Call unidate-setup-list at first.
43 39
44 * unidata/Makefile (EMACS): Rename back to Emacs and set to emacs. 40 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
45 Caller changed.
46 (all): Depends on ${DSTDIR}/charprop.el.
47 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR. 41 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
48 42
492008-02-01 Kenichi Handa <handa@m17n.org> 432008-02-01 Kenichi Handa <handa@m17n.org>
50 44
51 * unidata/unidata-gen.el: Typo fixed in comments. Change 45 * unidata/unidata-gen.el: Fix comment typo.
52 string-to-int to string-to-number. 46 Change string-to-int to string-to-number.
53 (unidata-text-file): Defined to .../unidata.txt. 47 (unidata-text-file): Define to .../unidata.txt.
54 (unidata-list): Just insert unidata-text-file. 48 (unidata-list): Just insert unidata-text-file.
55 (unidata-get-decomposition): Handle Hangul decomposition. 49 (unidata-get-decomposition): Handle Hangul decomposition.
56 (unidata-gen-files): Don't use \040, instead at ^L near the end of 50 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
57 file.
58 51
59 * unidata/Makefile (TEMACS): Renamed from EMACS. Set to temacs. 52 * unidata/Makefile (unidata.txt): New target.
60 Caller changed.
61 (unidata.txt): New target.
62 (charprop.el): Depends on unidata.txt. 53 (charprop.el): Depends on unidata.txt.
63 (clean): Remove unidata.txt. 54 (clean): Remove unidata.txt.
64 55
@@ -89,15 +80,15 @@
89 80
90 * charsets/mapconv: Add code for handling KANJI-DATABASE format. 81 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
91 82
92 * charsets/Makefile (all): Rename target from charsets. Depend on 83 * charsets/Makefile (all): Rename target from charsets.
93 ${TRANS_TABLE} 84 Depend on ${TRANS_TABLE}.
94 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map) 85 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
95 (CNS-7.map): Generate from cns2ucsdkw.txt. 86 Generate from cns2ucsdkw.txt.
96 (install): Copy updated files only. 87 (install): Copy updated files only.
97 88
982008-02-02 Kenichi Handa <handa@m17n.org> 892008-02-02 Kenichi Handa <handa@m17n.org>
99 90
100 * charsets/cp932.awk: Append user defined area of CP932. 91 * charsets/cp932.awk: Append user-defined area of CP932.
101 92
1022008-02-02 Kenichi Handa <handa@m17n.org> 932008-02-02 Kenichi Handa <handa@m17n.org>
103 94
@@ -122,8 +113,7 @@
122 113
123 * charsets/cp932.awk: New file. 114 * charsets/cp932.awk: New file.
124 115
125 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with 116 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
126 cp932.awk.
127 117
128 * charsets/mapconv: In UNICODE2 case, sort by 4th field after 118 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
129 running an awk program. 119 running an awk program.
@@ -140,9 +130,9 @@
140 * charsets: New directory for scripts to generate charset map 130 * charsets: New directory for scripts to generate charset map
141 files in ../etc/charsets/. 131 files in ../etc/charsets/.
142 132
143 * charsets/Makefile, charsets/mapconv, charsets/compact.awk, 133 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
144 charsets/big5.awk charsets/gb18030-2.awk, charsets/gb18030-4.awk, 134 * charsets/big5.awk, charsets/gb18030-2.awk, charsets/gb18030-4.awk:
145 cahrsets/kuten.awk: New files. 135 * charsets/kuten.awk: New files.
146 136
1472008-01-08 Glenn Morris <rgm@gnu.org> 1372008-01-08 Glenn Morris <rgm@gnu.org>
148 138