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