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