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