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