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