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