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