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