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