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