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