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