update.
[chise/tomoyo-tools.git] / ChangeLog
1 2003-07-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * dump-tables.el (dump-jis2ucsdkw): Use `DHonnn' instead of
4         `DHOnnn'.
5
6 2003-07-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
7
8         * dump-tables.el (dump-jis2ucsdkw): New function.
9
10 2003-07-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
11
12         * dump-tables.el (dump-94x94-ccs-to-ucs-table): Change 5th
13         argument `ucs-ccs' to `ucs-domain'.
14         (dump-jis-x0208-1990-to-ucs-table): Modify for
15         `dump-94x94-ccs-to-ucs-table'.
16         (dump-jis-x0212-to-ucs-table): Likewise.
17         (dump-jis-x0213-1-to-ucs-table): Use `=>ucs@jis' instead of
18         `=>ucs-jis'.
19         (dump-jis-x0213-2-to-ucs-table): Modify for
20         `dump-94x94-ccs-to-ucs-table'.
21         (dump-cns-11643-3-to-ucs-table): Likewise.
22         (dump-cns-11643-4-to-ucs-table): Likewise.
23         (dump-big5-to-ucs-table): Use `=>ucs@big5' instead of
24         `=>ucs-big5'.
25
26 2003-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
27
28         * dump-tables.el (dump-94x94-ccs-to-ucs-table): Use `encode-char'
29         with `defined-only' mode instead of `get-char-attribute' to get
30         CCS-feature values.
31         (dump-jis-x0213-1-to-ucs-table): Likewise; abolish setting for
32         `->ucs'.
33         (dump-big5-to-ucs-table): Likewise.
34         (dump-jef-china3-to-ucs-table): Use `encode-char' with
35         `defined-only' mode instead of `get-char-attribute' to get
36         CCS-feature values.
37         (dump-cbeta-to-ucs-table): Likewise.
38
39 2003-03-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
40
41         * TOMOYO-ELS (tomoyo-modules-to-compile): Add `ideo-trans'.
42
43         * ideo-trans.el: New file.
44
45 2003-02-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
46
47         * char-db-dump.el (char-db-dump): Renamed from
48         `char-db-dump-files'.
49
50 2003-02-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
51
52         * ideo-dump.el, non-ideo-dump.el: Deleted; moved to char-db-dump.
53
54         * TOMOYO-ELS (tomoyo-modules-to-compile): Use `char-db-dump'
55         instead of `ideo-dump'.
56
57         * char-db-dump.el: New file.
58
59 2003-02-07  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
60
61         * dump-tables.el (dump-94x94-ccs-to-ucs-table): New function.
62         (dump-jis-x0208-1990-to-ucs-table): Use
63         `dump-94x94-ccs-to-ucs-table'.
64         (dump-jis-x0212-to-ucs-table): Likewise.
65         (dump-jis-x0213-1-to-ucs-table): Likewise; use `=ucs-jis-2000'
66         instead of `ucs-jis'.
67         (dump-jis-x0213-2-to-ucs-table): Use
68         `dump-94x94-ccs-to-ucs-table'.
69         (dump-cns-11643-3-to-ucs-table): Likewise.
70         (dump-cns-11643-4-to-ucs-table): Likewise.
71
72 2003-02-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
73
74         * non-ideo-dump.el: Modify the range of
75         "u02300-Miscellaneous-Technical.el"; add
76         "u02900-Supplemental-Arrows-B.el",
77         "u02980-Miscellaneous-Mathematical-Symbols-B.el" and
78         "u031F0-Katakana-Phonetic-Extensions.el".
79
80 2002-11-25  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
81
82         * dump-tables.el (dump-jis-x0208-1990-to-ucs-table): Don't print
83         JU+XXXX if the corresponding UCS map has the same code point.
84         (dump-jis-x0212-to-ucs-table): Likewise.
85         (dump-jis-x0213-1-to-ucs-table): Don't print JIS X 0208:1990 code
86         points.
87         (dump-cns-11643-3-to-ucs-table): Don't print CU+XXXX if the
88         corresponding UCS map has the same code point.
89         (dump-jef-china3-to-ucs-table): Fixed.
90
91 2002-10-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
92
93         * dump-tables.el (dump-cbeta-to-ucs-table): New function.
94
95 2002-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
96
97         * TOMOYO-ELS (tomoyo-modules-to-compile): Add `dump-tables'.
98
99 2002-09-28  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
100
101         * dump-tables.el: Add autoload cookies.
102
103 2002-09-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
104
105         * dump-tables.el (dump-jef-china3-to-ucs-table): New function.
106
107 2002-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
108
109         * dump-tables.el: New file.
110
111 2002-08-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
112
113         * TOMOYO-ELS (tomoyo-modules-to-compile): Add `ideo-dump'.
114
115         * ideo-dump.el (char-db-dump-ideographs): New function.
116
117 2002-04-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
118
119         * TOMOYO-ELS (tomoyo-modules-to-compile): Delete `ids', `ids-util'
120         and `iddef'.
121
122         * iddef.el, ids-util.el, ids.el: Moved to the IDS package.
123
124 2002-04-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
125
126         * iddef.el (iddef-check-mapping-buffer): Add `hanyu-dazidian' and
127         remove `hanyu-dazidian-{vol|page|char}'.
128
129 2002-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
130
131         * ids.el (ids-parse-string): Add DOC-string.
132         (ids-format-list): Likewise; add autoload cookie.
133
134         * ids-util.el (morohashi-char-replace-alist): Add some rules.
135
136 2002-04-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
137
138         * ids.el (ids-format-unit): New function.
139         (ids-format-list): New function.
140
141 2002-04-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
142
143         * ids-util.el (ideographic-structure-convert-to-daikanwa): Try to
144         replace converted sub-tree with corresponding combined character.
145
146 2002-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
147
148         * iddef.el (iddef-read-buffer): Add new optional argument
149         `ucs-only'.
150         (iddef-read-file): Likewise.
151
152 2002-03-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
153
154         * ids-util.el (morohashi-char-replace-alist): Use `decode-char'
155         for U+4EBD.
156
157 2002-03-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
158
159         * non-ideo-dump.el: Add setting for u0FFF0-Specials.el.
160
161 2002-03-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
162
163         * non-ideo-dump.el: Add setting for u0AC00-Hangul-Syllables.el.
164
165 2002-03-21  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
166
167         * non-ideo-dump.el: Add setting for U+A000 .. U+A4CF.
168
169 2002-03-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
170
171         * non-ideo-dump.el: Add setting for U+1780 .. U+18AF.
172
173 2002-03-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
174
175         * non-ideo-dump.el: Add setting for U+1400 .. U+16FF.
176
177 2002-02-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
178
179         * non-ideo-dump.el:
180         - Require `char-db-util'.
181         - Add setting for U+0A00 .. U+0DFF and U+0F00 .. U+11FF.
182
183 2002-01-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
184
185         * iddef.el (iddef-read-buffer): Fixed problem when corresponding
186         Daikanwa character is not found.
187
188 2001-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
189
190         * iddef.el (iddef-check-mapping-buffer): New function.
191         (iddef-check-mapping-file): New function.
192
193 2001-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
194
195         * iddef.el (iddef-read-buffer): Don't add `ideographic-structure'
196         into a character specified in `->same-ideograph' or `->identical'
197         if the character has `ucs'.
198
199         * ids-util.el: Add new character.
200
201 2001-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
202
203         * ids-util.el: Add coding: magic cookie.
204         (morohashi-char-replace-alist): Add some rules.
205
206 2001-12-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
207
208         * ids-util.el (morohashi-char-replace-alist): Add new character.
209
210 2001-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
211
212         * iddef.el (iddef-read-buffer): Don't add `ideographic-structure'
213         for Daikanwa character if the Daikanwa character has a different
214         `ucs' code point.
215
216 2001-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
217
218         * TOMOYO-ELS (tomoyo-modules-to-compile): Add `iddef'.
219
220         * iddef.el: New file.
221
222         * ids.el (ids-read-buffer): Moved to iddef.el and renamed to
223         `iddef-read-buffer'; don't require `ids-util'.
224
225 2001-12-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
226
227         * TOMOYO-ELS, idc-util.el, idc.el, ids-util.el, ids.el: Rename
228         `idc' to `ids'.
229
230 2001-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
231
232         * TOMOYO-CFG (load-path): Must add current-directory.
233         - Display error message if `install' is not found.
234
235 2001-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
236
237         * idc.el (idc-parse-string): Add autoload cookie.
238         (idc-read-buffer): Likewise.
239
240         * idc-util.el (ideographic-structure-convert-to-ucs): Add autoload
241         cookie.
242         (ideographic-structure-convert-to-daikanwa): Likewise.
243
244         * csv.el (csv-parse-string): Add autoload cookie.
245
246 2001-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
247
248         * TOMOYO-ELS (tomoyo-modules-to-compile): Add `idc'.
249
250         * idc.el: New file.
251
252 2001-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
253
254         * Makefile, TOMOYO-CFG, TOMOYO-ELS, TOMOYO-MK, csv.el,
255         idc-util.el: New files.
256
257 2001-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
258
259         * check-mule.el (mule-charset-mapping-table-alist): New constant.
260         (mule-charset-http-url-root): New variable.
261         (mule-charset-url-to-filename): New function.
262         (mule-charset-maybe-retrieve-url): New function.
263         (mule-charset-check-mapping): New function.
264
265 2001-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
266
267         * ideo-dump.el: Call `update-ideograph-radical-table'.
268
269 2001-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
270
271         * ideo-dump.el (char-dump-target-directory): New variable.
272
273 2001-07-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
274
275         * check-mule.el: New file.
276
277 2001-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
278
279         * non-ideo-dump.el: New file.
280
281 2000-11-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
282
283         * ideo-dump.el: New file.