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