update.
[chise/tomoyo-tools.git] / ChangeLog
1 2019-04-17  MORIOKA Tomohiko  <tomo.git@chise.org>
2
3         * char-db-dump.el (char-db-dump-additional-idc): New function.
4
5 2019-03-15  MORIOKA Tomohiko  <tomo.git@chise.org>
6
7         * chiset-common.el (est-uri-decode-feature-name-body): Decode
8         "._." into `+'.
9         (est-uri-encode-feature-name-body): Encode `+' into "._.".
10
11 2018-12-17  MORIOKA Tomohiko  <tomo.git@chise.org>
12
13         * concord-turtle-dump.el (chise-turtle-uri-encode-feature-name):
14         - Use ":subsumed-in" for `<-subsumptive'.
15         - Use ":unify" for `->denotational'.
16         - Use ":unified-by" for `<-denotational'.
17         - Use ":formed" for `->formed'.
18         - Use "ideo:same" for `->same'.
19         - Use "ideo:simplified-form" for `->simplified'.
20         - Use "ideo:vulgar-form" for `->vulgar'.
21         - Use "ideo:wrong-form" for `->wrong'.
22         - Use "ideo:original-form" for `->original'.
23         - Use "ideo:ancient-form" for `->ancient'.
24         - Use "ideo:Small-Seal-form" for `->Small-Seal'.
25         - Use "ideo:Small-Seal-form-of" instead of "ideo:Small-Seal-of"
26           for `<-Small-Seal'.
27         - Use "ideo:Oracle-Bone-character" for `->Oracle-Bones'.
28         - Use "ideo:Oracle-Bone-character-of" for `<-Oracle-Bones'.
29         - Use "ideo:interchangeable-form" instead of
30           "ideo:interchangeable" for `->interchangeable'.
31         - Use "ideo:interchangeable" for `<-interchangeable'.
32         - Use "ideo:mistakable-character" instead of "ideo:mistakable" for
33           `->mistakable'.
34         - Use "ideo:mistakable-character-of" for `<-mistakable'.
35         - Use ":reference" for `*references'.
36         (concord-turtle-insert-relation-feature): Modify format of
37         non-list value.
38         (concord-turtle-insert-metadata): Use
39         `concord-turtle-insert-references'.
40         (concord-turtle-insert-references): New function.
41         (concord-turtle-insert-target-value): Use
42         `concord-turtle-insert-references' for `*references'.
43         (concord-turtle-insert-object-features): Modify format of
44         `<-denotational@component'; modify indent of
45         total-strokes@domain*sources.
46
47 2018-12-16  MORIOKA Tomohiko  <tomo.git@chise.org>
48
49         * isd-turtle.el (chise-turtle-uri-encode-ccs-name): It has been
50         defined in chiset-common.el.
51
52 2018-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
53
54         * concord-turtle-dump.el
55         (char-db-turtle-write-ideograph-radical-char-data): Add autoload
56         cookie.
57
58 2018-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
59
60         * concord-turtle-dump.el (chise-turtle-uri-encode-feature-name):
61         Use ":instance" for `*instance'.
62         (concord-turtle-insert-target-value): Use
63         `concord-turtle-insert-relations' for `*instance'.
64         (concord-turtle-insert-char-ref): Use "rdfs:comment" for `:note'.
65         (concord-turtle-insert-object-features): Insert all relations.
66
67 2018-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
68
69         * isd-turtle.el: Require `chiset-common' instead of
70         `cwiki-common'.
71         (est-coded-charset-priority-list): Abolished.
72         (isd-turtle-encode-char): Abolished.
73         (isd-turtle-format-component): Use `chise-turtle-encode-char'
74         instead of `isd-turtle-encode-char'.
75
76         * concord-turtle-dump.el: Require `chiset-common' instead of
77         `cwiki-common'.
78         (chise-turtle-feature-domains): Moved to chiset-common.el.
79         (charset-code-point-format-spec): Ditto.
80         (chise-turtle-uri-decode-feature-name): Ditto.
81         (chise-turtle-uri-encode-ccs-name): Ditto.
82         (chise-turtle-format-ccs-code-point): Ditto.
83         (chise-turtle-encode-char): Ditto.
84
85         * chiset-common.el: New file.
86
87         * TOMOYO-ELS (tomoyo-modules-to-compile): Add `chiset-common',
88         `isd-turtle' and `concord-turtle-dump'.
89
90 2018-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
91
92         * concord-turtle-dump.el: New files [moved from CHISET].
93
94         * isd-turtle.el: New file [moved from CHISE-ISD].
95
96 2018-10-05  MORIOKA Tomohiko  <tomo.git@chise.org>
97
98         * char-db-dump.el (char-db-dump-shuowen): Use
99         `insert-char-data-with-variant' instead of `insert-char-data'.
100
101 2018-09-29  MORIOKA Tomohiko  <tomo.git@chise.org>
102
103         * char-db-dump.el (char-db-dump): Call `char-db-dump-shuowen'.
104
105 2018-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
106
107         * char-db-dump.el (char-db-dump-shuowen): New function.
108
109 2018-02-15  MORIOKA Tomohiko  <tomo.git@chise.org>
110
111         * char-db-dump.el (char-db-ucs-range-file-list): Add setting for
112         u031C0-CJK-Strokes.el.
113
114 2013-11-20  MORIOKA Tomohiko  <tomo.git@chise.org>
115
116         * ideo-trans.el (japanese-traditionalize-string): Use `selector'
117         instead of `ideo-trans-select-char'.
118         (japanese-traditionalize-region): Add new optional argument
119         `selector'.
120
121 2012-09-14  MORIOKA Tomohiko  <tomo.git@chise.org>
122
123         * ideo-trans.el (chinese-traditionalize-string): Use
124         `<-simplified@CN' instead of `<-simplified'.
125
126 2012-04-29  MORIOKA Tomohiko  <tomo.git@chise.org>
127
128         * ideo-trans.el (japanese-traditionalize-region): Add DOC-string.
129
130 2012-03-12  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
131
132         * ideo-trans.el (japanese-simplified-relation-features): Delete
133         `->simplified@JP/extra', `->simplified@JP/extra/design',
134         `->simplified@JP/jis', `->simplified@JP/jis/2004',
135         `->simplified@JP/jis/1978', `->simplified@JP/misc',
136         `->simplified@JP', `->simplified@jp', `->jp-simplified' and
137         `->simplified'.
138
139 2012-03-10  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
140
141         * ideo-trans.el (japanese-simplified-relation-features): New
142         variable.
143         (japanese-traditional-relation-features): New variable.
144         (japanese-simplify-string): Refer
145         `japanese-simplified-relation-features'.
146         (japanese-traditionalize-string): Refer
147         `japanese-traditional-relation-features'.
148         (japanese-traditionalize-region): Refer
149         `japanese-traditional-relation-features'.
150         (japanese-simplify-region): Refer
151         `japanese-simplified-relation-features'.
152
153 \f
154 2010-06-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
155
156         * tomoyo-tools 0.25 released.
157
158 2010-04-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
159
160         * char-db-dump.el (char-db-dump-oracle-bones): Dump abstract
161         Oracle-Bones characters.
162
163 2008-10-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
164
165         * ideo-trans.el (chinese-simplify-string): Use `char-feature'
166         instead of `get-char-attribute' to retrieve `=>ucs*'; fix typo.
167         (japanese-simplify-string): Support non-JIS variants.
168         (chinese-traditionalize-string): Add new optional argument
169         `selector';
170         (japanese-traditionalize-string): Likewise.
171
172 2008-07-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
173
174         * ideo-trans.el:
175         - Use `=ucs@JP' instead of `=ucs@jp'.
176         (japanese-traditionalize-string): Fix typo.
177
178 \f
179 2008-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
180
181         * tomoyo-tools 0.24 released.
182
183 2008-01-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
184
185         * ideo-trans.el (japanese-traditionalize-string): Prefer
186         `<-simplified@JP/Jouyou' and `<-simplified@JP'.
187         (japanese-traditionalize-region): Use `char-feature' instead of
188         `get-char-attribute'.
189         (japanese-simplify-region): Likewise.
190
191 \f
192 2006-05-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
193
194         * tomoyo-tools 0.23 released.
195
196 2006-05-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
197
198         * TOMOYO-MK (install-tomoyo-package): Use `condition-case' to
199         avoid error.
200
201 2005-07-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
202
203         * char-db-dump.el (char-db-dump-additional-precomposed): Use
204         `=decomposition' instead of `->decomposition'.
205
206 2005-07-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
207
208         * dump-tables.el (dump-ks-x1001-to-ucs-table): New function.
209
210 2005-05-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
211
212         * char-db-dump.el (char-db-dump-oracle-bones): New function.
213         (char-db-dump): Call `char-db-dump-oracle-bones'.
214
215 2005-05-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
216
217         * ideo-trans.el (japanese-simplify-region): New function.
218
219 2004-11-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
220
221         * char-db-dump.el (char-db-dump-additional-precomposed): New
222         function.
223         (char-db-dump): Call `char-db-dump-additional-precomposed'.
224
225 2004-10-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
226
227         * conv-util.el (conv-u-convert-char-fullwidth): Add `->fullwidth'
228         for abstract character; add `<-halfwidth' for *halfwidth* variant;
229         fix problem about `<-fullwidth'.
230
231 2004-10-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
232
233         * conv-util.el (conv-u-convert-char): Delete unused local variable
234         `guc'.
235         (conv-u-convert-char-fullwidth): New function.
236
237 2004-10-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
238
239         * TOMOYO-ELS (tomoyo-modules-to-compile): Add `conv-util'.
240
241         * conv-util.el: New file.
242
243 2004-10-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
244
245         * dump-tables.el (dump-94x94-ccs-to-ucs-table): Use `char-feature'
246         instead of `get-char-attribute'.
247
248 2004-10-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
249
250         * dump-tables.el (dump-cns-11643-1-to-ucs-table): New function.
251         (dump-cns-11643-2-to-ucs-table): New function.
252
253 2004-09-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
254
255         * ideo-trans.el (chinese-simplify-string): Renamed from
256         `ideo-translate-string-into-simplified-chinese'.
257         (ideo-translate-string-into-simplified-chinese): New obsolete
258         alias for `chinese-simplify-string'.
259         (japanese-simplify-string): Renamed from
260         `ideo-translate-string-into-simplified-japanese'.
261         (ideo-translate-string-into-simplified-japanese): New obsolete
262         alias for `japanese-simplify-string'.
263         (chinese-traditionalize-string): Renamed from
264         `ideo-translate-chinese-string-into-traditional'.
265         (ideo-translate-chinese-string-into-traditional): New obsolete
266         alias for `chinese-traditionalize-string'.
267         (japanese-traditionalize-string): Renamed from
268         `ideo-translate-japanese-string-into-traditional'.
269         (ideo-translate-japanese-string-into-traditional): New obsolete
270         alias for `japanese-traditionalize-string'.
271         (japanese-traditionalize-region): Renamed from
272         `ideo-translate-japanese-region-into-traditional'.
273         (ideo-translate-japanese-region-into-traditional): New obsolete
274         alias for `japanese-traditionalize-region'.
275
276 2004-08-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
277
278         * ideo-trans.el (ideo-trans-select-char): New function.
279         (ideo-translate-chinese-string-into-traditional): New function.
280         (ideo-translate-japanese-string-into-traditional): New function.
281         (ideo-translate-string-into-traditional): Deleted.
282         (ideo-translate-japanese-region-into-traditional): Renamed from
283         `ideo-translate-region-into-traditional'; use
284         `ideo-trans-select-char'.
285         (ideo-translate-region-into-traditional): New obsolete alias for
286         `ideo-translate-japanese-region-into-traditional'.
287
288 2004-08-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
289
290         * ideo-trans.el (char-cns11643-p): New function [copied from
291         ids/ids-util.el].
292         (char-ks-x1001-p): New function.
293         (find-char-variant): New function.
294         (char-representative-of-ucs): New function.
295         (char-representative-of-domain): New function.
296         (ideo-translate-string-into-ucs): New function.
297         (ideo-translate-string-into-traditional): New function.
298
299 2004-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
300
301         * char-db-dump.el (char-db-dump-ruimoku6): Use
302         `char-db-file-coding-system'.
303
304 2004-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
305
306         * ideo-trans.el (ideo-translate-string-into-simplified-chinese):
307         Use `char-feature' to refer `=>ucs@gb'; use `=ucs@gb' instead of
308         `=ucs' to decode; try to convert compatible ideographs to
309         non-compatible ideographs.
310         (ideo-translate-string-into-simplified-japanese): New function.
311
312 2004-02-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
313
314         * char-db-dump.el (char-db-dump-ruimoku6): New function.
315         (char-db-dump): Call `char-db-dump-ruimoku6'.
316
317 2004-01-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
318
319         * ideo-trans.el (ideo-translate-region-into-traditional): Support
320         `<-simplified@JP/Jouyou', `<-simplified@JP' and `<-simplified'.
321
322 2003-11-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
323
324         * char-db-dump.el (char-db-dump-non-ideographs): Fixed.
325
326 2003-11-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
327
328         * ideo-trans.el (ideo-translate-region-into-traditional): Refer
329         `<-simplified@jp-jouyou' and `<-simplified@jp'.
330
331 2003-10-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
332
333         * ideo-trans.el (ideo-translate-region-into-traditional): New
334         command.
335
336 2003-06-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
337
338         * ideo-trans.el (ideo-translate-string-into-simplified-chinese):
339         Renamed from `ideo-trans-simplify-chinese-string'.
340         (ideo-trans-simplify-chinese-string): New alias for
341         `ideo-translate-string-into-simplified-chinese'.
342
343 2003-07-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
344
345         * dump-tables.el (dump-jis2ucsdkw): Use `DHonnn' instead of
346         `DHOnnn'.
347
348 2003-07-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
349
350         * dump-tables.el (dump-jis2ucsdkw): New function.
351
352 2003-07-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
353
354         * dump-tables.el (dump-94x94-ccs-to-ucs-table): Change 5th
355         argument `ucs-ccs' to `ucs-domain'.
356         (dump-jis-x0208-1990-to-ucs-table): Modify for
357         `dump-94x94-ccs-to-ucs-table'.
358         (dump-jis-x0212-to-ucs-table): Likewise.
359         (dump-jis-x0213-1-to-ucs-table): Use `=>ucs@jis' instead of
360         `=>ucs-jis'.
361         (dump-jis-x0213-2-to-ucs-table): Modify for
362         `dump-94x94-ccs-to-ucs-table'.
363         (dump-cns-11643-3-to-ucs-table): Likewise.
364         (dump-cns-11643-4-to-ucs-table): Likewise.
365         (dump-big5-to-ucs-table): Use `=>ucs@big5' instead of
366         `=>ucs-big5'.
367
368 2003-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
369
370         * dump-tables.el (dump-94x94-ccs-to-ucs-table): Use `encode-char'
371         with `defined-only' mode instead of `get-char-attribute' to get
372         CCS-feature values.
373         (dump-jis-x0213-1-to-ucs-table): Likewise; abolish setting for
374         `->ucs'.
375         (dump-big5-to-ucs-table): Likewise.
376         (dump-jef-china3-to-ucs-table): Use `encode-char' with
377         `defined-only' mode instead of `get-char-attribute' to get
378         CCS-feature values.
379         (dump-cbeta-to-ucs-table): Likewise.
380
381 2003-03-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
382
383         * TOMOYO-ELS (tomoyo-modules-to-compile): Add `ideo-trans'.
384
385         * ideo-trans.el: New file.
386
387 2003-02-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
388
389         * char-db-dump.el (char-db-dump): Renamed from
390         `char-db-dump-files'.
391
392 2003-02-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
393
394         * ideo-dump.el, non-ideo-dump.el: Deleted; moved to char-db-dump.
395
396         * TOMOYO-ELS (tomoyo-modules-to-compile): Use `char-db-dump'
397         instead of `ideo-dump'.
398
399         * char-db-dump.el: New file.
400
401 2003-02-07  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
402
403         * dump-tables.el (dump-94x94-ccs-to-ucs-table): New function.
404         (dump-jis-x0208-1990-to-ucs-table): Use
405         `dump-94x94-ccs-to-ucs-table'.
406         (dump-jis-x0212-to-ucs-table): Likewise.
407         (dump-jis-x0213-1-to-ucs-table): Likewise; use `=ucs-jis-2000'
408         instead of `ucs-jis'.
409         (dump-jis-x0213-2-to-ucs-table): Use
410         `dump-94x94-ccs-to-ucs-table'.
411         (dump-cns-11643-3-to-ucs-table): Likewise.
412         (dump-cns-11643-4-to-ucs-table): Likewise.
413
414 2003-02-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
415
416         * non-ideo-dump.el: Modify the range of
417         "u02300-Miscellaneous-Technical.el"; add
418         "u02900-Supplemental-Arrows-B.el",
419         "u02980-Miscellaneous-Mathematical-Symbols-B.el" and
420         "u031F0-Katakana-Phonetic-Extensions.el".
421
422 2002-11-25  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
423
424         * dump-tables.el (dump-jis-x0208-1990-to-ucs-table): Don't print
425         JU+XXXX if the corresponding UCS map has the same code point.
426         (dump-jis-x0212-to-ucs-table): Likewise.
427         (dump-jis-x0213-1-to-ucs-table): Don't print JIS X 0208:1990 code
428         points.
429         (dump-cns-11643-3-to-ucs-table): Don't print CU+XXXX if the
430         corresponding UCS map has the same code point.
431         (dump-jef-china3-to-ucs-table): Fixed.
432
433 2002-10-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
434
435         * dump-tables.el (dump-cbeta-to-ucs-table): New function.
436
437 2002-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
438
439         * TOMOYO-ELS (tomoyo-modules-to-compile): Add `dump-tables'.
440
441 2002-09-28  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
442
443         * dump-tables.el: Add autoload cookies.
444
445 2002-09-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
446
447         * dump-tables.el (dump-jef-china3-to-ucs-table): New function.
448
449 2002-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
450
451         * dump-tables.el: New file.
452
453 2002-08-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
454
455         * TOMOYO-ELS (tomoyo-modules-to-compile): Add `ideo-dump'.
456
457         * ideo-dump.el (char-db-dump-ideographs): New function.
458
459 2002-04-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
460
461         * TOMOYO-ELS (tomoyo-modules-to-compile): Delete `ids', `ids-util'
462         and `iddef'.
463
464         * iddef.el, ids-util.el, ids.el: Moved to the IDS package.
465
466 2002-04-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
467
468         * iddef.el (iddef-check-mapping-buffer): Add `hanyu-dazidian' and
469         remove `hanyu-dazidian-{vol|page|char}'.
470
471 2002-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
472
473         * ids.el (ids-parse-string): Add DOC-string.
474         (ids-format-list): Likewise; add autoload cookie.
475
476         * ids-util.el (morohashi-char-replace-alist): Add some rules.
477
478 2002-04-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
479
480         * ids.el (ids-format-unit): New function.
481         (ids-format-list): New function.
482
483 2002-04-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
484
485         * ids-util.el (ideographic-structure-convert-to-daikanwa): Try to
486         replace converted sub-tree with corresponding combined character.
487
488 2002-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
489
490         * iddef.el (iddef-read-buffer): Add new optional argument
491         `ucs-only'.
492         (iddef-read-file): Likewise.
493
494 2002-03-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
495
496         * ids-util.el (morohashi-char-replace-alist): Use `decode-char'
497         for U+4EBD.
498
499 2002-03-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
500
501         * non-ideo-dump.el: Add setting for u0FFF0-Specials.el.
502
503 2002-03-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
504
505         * non-ideo-dump.el: Add setting for u0AC00-Hangul-Syllables.el.
506
507 2002-03-21  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
508
509         * non-ideo-dump.el: Add setting for U+A000 .. U+A4CF.
510
511 2002-03-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
512
513         * non-ideo-dump.el: Add setting for U+1780 .. U+18AF.
514
515 2002-03-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
516
517         * non-ideo-dump.el: Add setting for U+1400 .. U+16FF.
518
519 2002-02-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
520
521         * non-ideo-dump.el:
522         - Require `char-db-util'.
523         - Add setting for U+0A00 .. U+0DFF and U+0F00 .. U+11FF.
524
525 2002-01-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
526
527         * iddef.el (iddef-read-buffer): Fixed problem when corresponding
528         Daikanwa character is not found.
529
530 2001-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
531
532         * iddef.el (iddef-check-mapping-buffer): New function.
533         (iddef-check-mapping-file): New function.
534
535 2001-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
536
537         * iddef.el (iddef-read-buffer): Don't add `ideographic-structure'
538         into a character specified in `->same-ideograph' or `->identical'
539         if the character has `ucs'.
540
541         * ids-util.el: Add new character.
542
543 2001-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
544
545         * ids-util.el: Add coding: magic cookie.
546         (morohashi-char-replace-alist): Add some rules.
547
548 2001-12-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
549
550         * ids-util.el (morohashi-char-replace-alist): Add new character.
551
552 2001-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
553
554         * iddef.el (iddef-read-buffer): Don't add `ideographic-structure'
555         for Daikanwa character if the Daikanwa character has a different
556         `ucs' code point.
557
558 2001-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
559
560         * TOMOYO-ELS (tomoyo-modules-to-compile): Add `iddef'.
561
562         * iddef.el: New file.
563
564         * ids.el (ids-read-buffer): Moved to iddef.el and renamed to
565         `iddef-read-buffer'; don't require `ids-util'.
566
567 2001-12-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
568
569         * TOMOYO-ELS, idc-util.el, idc.el, ids-util.el, ids.el: Rename
570         `idc' to `ids'.
571
572 2001-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
573
574         * TOMOYO-CFG (load-path): Must add current-directory.
575         - Display error message if `install' is not found.
576
577 2001-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
578
579         * idc.el (idc-parse-string): Add autoload cookie.
580         (idc-read-buffer): Likewise.
581
582         * idc-util.el (ideographic-structure-convert-to-ucs): Add autoload
583         cookie.
584         (ideographic-structure-convert-to-daikanwa): Likewise.
585
586         * csv.el (csv-parse-string): Add autoload cookie.
587
588 2001-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
589
590         * TOMOYO-ELS (tomoyo-modules-to-compile): Add `idc'.
591
592         * idc.el: New file.
593
594 2001-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
595
596         * Makefile, TOMOYO-CFG, TOMOYO-ELS, TOMOYO-MK, csv.el,
597         idc-util.el: New files.
598
599 2001-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
600
601         * check-mule.el (mule-charset-mapping-table-alist): New constant.
602         (mule-charset-http-url-root): New variable.
603         (mule-charset-url-to-filename): New function.
604         (mule-charset-maybe-retrieve-url): New function.
605         (mule-charset-check-mapping): New function.
606
607 2001-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
608
609         * ideo-dump.el: Call `update-ideograph-radical-table'.
610
611 2001-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
612
613         * ideo-dump.el (char-dump-target-directory): New variable.
614
615 2001-07-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
616
617         * check-mule.el: New file.
618
619 2001-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
620
621         * non-ideo-dump.el: New file.
622
623 2000-11-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
624
625         * ideo-dump.el: New file.