update.
[chise/ids.git] / ChangeLog
1 2002-12-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * ids-find.el (ideographic-structure-member): Add autoload cookie
4         and DOC-string.
5         (ideographic-structure-repertoire-p): New function.
6
7 2002-12-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
8
9         * ids-find.el (ideographic-structure-char=): Fix problem about
10         characters which does not have mappings for UCS code points.
11
12 2002-11-29  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
13
14         * IDS-JIS-X0208-1990.txt: Modify and/or fix some parts.
15
16 2002-11-28  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
17
18         * install-ids.el: Change order.
19
20 2002-11-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
21
22         * IDS-Daikanwa-01.txt:
23         - Use utf-8-mcs-er instead of utf-8.
24         - Modify and/or fix some parts.
25
26         * ids-dump.el (ids-dump-insert-daikanwa): Fixed problem about null
27         definitions.
28
29 2002-11-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
30
31         * Makefile (install-ids): New target.
32         (install): Call `install-ids'.
33
34         * install-ids.el: New file.
35
36 2002-11-21  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
37
38         * ids-find.el (ideographic-structure-char=): New function; check
39         `<-radical' attribute.
40         (ideographic-structure-member-compare-parts): Use
41         `ideographic-structure-char='.
42
43         * IDS-UCS-Basic.txt: Use <IDEOGRAPHIC DESCRIPTION CHARACTER LEFT
44         TO RIGHT> + <CJK RADICAL JADE> instead of <IDEOGRAPHIC DESCRIPTION
45         CHARACTER LEFT TO RIGHT> + U+738B.
46         (U+5168): Use BC-8B5D instead of U+5165.
47
48 2002-11-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
49
50         * IDS-JIS-X0208-1990.txt: Add and modify IDSs of some characters.
51
52 2002-10-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
53
54         * ids-dump.el (ids-dump-insert-jis-x0208-1990): Don't insert
55         `nil'.
56
57         * IDS-UCS-Basic.txt (U+7199): Fix typo.
58
59 2002-10-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
60
61         * IDS-CBETA.txt: Add and modify IDSs of some characters.
62
63         * IDS-JIS-X0208-1990.txt:
64         - Use utf-8-mcs-er instead of utf-8.
65         - Modify and/or fix some parts.
66
67 2002-10-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
68
69         * ids-dump.el (ids-dump-range): Use `utf-8-mcs-er' instead of
70         `utf-8'.
71
72 2002-10-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
73
74         * IDS-UCS-Ext-B-6.txt:
75         - Use utf-8-mcs-er instead of utf-8.
76         - Modify and/or fix some parts.
77
78 2002-10-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
79
80         * ids-read.el (ids-read-buffer): Add new optional argument `soft'
81         to avoid to overwrite existing `ideographic-structure' properties.
82         (ids-read-file): Likewise.
83
84         * IDS-UCS-Ext-B-5.txt, IDS-UCS-Ext-B-4.txt:
85         - Use utf-8-mcs-er instead of utf-8.
86         - Modify and/or fix some parts.
87
88 2002-10-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
89
90         * IDS-UCS-Ext-B-3.txt:
91         - Use utf-8-mcs-er instead of utf-8.
92         - Modify and/or fix some parts.
93
94 2002-10-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
95
96         * IDS-UCS-Basic.txt (U+883F): Marked an error.
97         (U+8840): Add IDS.
98
99 2002-10-02  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
100
101         * IDS-UCS-Ext-B-2.txt:
102         - Use utf-8-mcs-er instead of utf-8.
103         - Modify and/or fix some parts.
104
105 2002-10-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
106
107         * IDS-UCS-Ext-B-1.txt:
108         - Use utf-8-mcs-er instead of utf-8.
109         - Modify and/or fix some parts.
110
111 2002-10-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
112
113         * IDS-UCS-Ext-A.txt:
114         - Use utf-8-mcs-er instead of utf-8.
115         - Modify and/or fix some parts.
116
117 2002-09-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
118
119         * IDS-UCS-Basic.txt: Use utf-8-mcs-er instead of utf-8.
120
121 2002-09-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
122
123         * IDS-ELS (ids-modules-to-compile): Add `ids-find'.
124
125         * ids-find.el: New file.
126
127 2002-07-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
128
129         * ids.el (ids-format-unit): Deleted.
130         (ids-format-list): Deleted.
131         (ids-format-list): Define as an alias for
132         `ideographic-structure-to-ids'.
133
134 2002-08-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
135
136         * IDS-UCS-Basic.txt: Fix and/or complete some IDSs.
137
138 2002-07-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
139
140         * IDS-JIS-X0208-1990.txt: New file.
141
142         * ids-read.el (ids-read-buffer): Accept J90-hhhh.
143
144         * ids-dump.el (ids-dump-file-specs-alist): Deleted.
145         (ids-dump-ranges): Deleted.
146         (ids-dump-insert-jis-x0208-1990): New function.
147         (ids-dump-range): New function.
148         (ids-dump-ucs-basic): New implementation.
149         (ids-dump-ucs-ext-a): Likewise.
150         (ids-dump-ucs-compat): Likewise.
151         (ids-dump-ucs-ext-b-*): Likewise.
152         (ids-dump-ucs-compat-supplement): Likewise.
153         (ids-dump-daikanwa-nn): Likewise.
154         (ids-dump-daikanwa-index): New function.
155         (ids-dump-daikanwa-hokan): Renamed from `ids-dump-daikanwa-ho';
156         new implementation.
157         (ids-dump-cbeta): New implementation.
158         (ids-dump-jis-x0208-1990): New function.
159
160 2002-07-01  Christian Wittern  <wittern@kanji.zinbun.kyoto-u.ac.jp>
161
162         * IDS-UCS-Ext-B-5.txt, IDS-UCS-Ext-B-4.txt, IDS-UCS-Ext-B-3.txt,
163         IDS-UCS-Ext-B-2.txt, IDS-UCS-Ext-B-1.txt, IDS-UCS-Ext-A.txt,
164         IDS-UCS-Basic.txt: Replaced some CDP characters with Unicode
165         equivalents: U+624C; U+5FC4.
166
167 2002-07-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
168
169         * IDS-Daikanwa-ho.txt (MH-0089): Add IDS.
170         (MH-0133): Modified.
171         (MH-0465): Modified.
172         (MH-0486): Modified.
173
174         * IDS-Daikanwa-dx.txt (M-48929): Modified.
175
176         * IDS-Daikanwa-12.txt (M-42211): Add IDS.
177
178         * IDS-Daikanwa-11.txt:
179         - Add IDS for some characters.
180         - Modify/fix IDS for some characters.
181
182         * IDS-Daikanwa-10.txt (M-32806): Add IDS.
183
184         * IDS-Daikanwa-09.txt (M-28120): Break.
185         (M-28126): Add IDS.
186         - Use M-07055 instead of U+5B81.
187
188         * IDS-Daikanwa-08.txt (M-25016): Break.
189         (M-25016'): Add IDS.
190
191         * IDS-Daikanwa-07.txt (M-17575): Add IDS.
192
193         * IDS-Daikanwa-06.txt (M-15637): Add IDS.
194
195         * IDS-Daikanwa-05.txt:
196         - Add IDS for some characters.
197         - Use M-01452 instead of U+516C.
198
199         * IDS-Daikanwa-04.txt:
200         - Add IDS for some characters.
201         - Use M-09221 instead of U+5E7F.
202
203         * IDS-Daikanwa-03.txt, IDS-Daikanwa-02.txt: Add IDS for some
204         characters.
205
206         * IDS-Daikanwa-01.txt: Use J0-5035 instead of U+4EA0.  Use J0-446B
207         instead of U+5E1D.  Use M-09373 instead of U+5EB6.
208         (M-00248): Delete IDS.
209         (M-00249): Delete IDS.
210         (M-00250): Delete IDS.
211         (M-00407): Add IDS.
212         (M-00612): Add IDS.
213         (M-00844): Simplified.
214         (M-00876): Add IDS.
215         (M-01009): Add IDS.
216         (M-01179): Add IDS.
217         (M-01312): Add IDS.
218         (M-01374): Modify structure.
219         (M-01375): Likewise.
220
221         * IDS-CBETA.txt (CB00104): Fixed.
222
223         * IDS-UCS-Ext-B-6.txt (U-0002A205): Fixed.
224         (U-0002A20B): Likewise.
225         (U-0002A6CD): Likewise.
226
227         * IDS-UCS-Ext-B-5.txt, IDS-UCS-Ext-B-4.txt: Fix and/or modify for
228         some characters.
229
230         * IDS-UCS-Ext-B-3.txt (U-00024013): Fixed.
231         (U-00024047): Fixed.
232         (U-00025F11): Fixed.
233         (U-00025F51): Fixed.
234         (U-00025FF4): Fixed.
235
236         * IDS-UCS-Ext-B-2.txt (U-00023FF6): Fixed.
237
238         * IDS-UCS-Ext-B-1.txt (U-00020054): Fixed.
239         (U-00020075): Completed.
240
241         * IDS-UCS-Ext-A.txt (U+34D5): Completed.
242         (U+4B91): Likewise.
243         (U+4CF5): Fixed.
244         (U+FA23): Completed.
245
246         * IDS-UCS-Basic.txt (U+9EF1): Fixed.
247
248 2002-07-01  Christian Wittern  <wittern@kanji.zinbun.kyoto-u.ac.jp>
249
250         * IDS-UCS-Basic.txt: Cleaned up some IDS sequences, especially
251         replacing cdp chars with their unicode counterparts of U+8BA0.
252
253 2002-06-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
254
255         * ids-dump.el (ids-dump-file-specs-alist): Add `daikanwa-xx'
256         instead of `daikanwa'.
257         (ids-dump-insert-daikanwa): Add new argument `start' and `end';
258         don't dump MH-nnnn data.
259         (ids-dump-insert-daikanwa-hokan): New function.
260
261         * ids-read.el (ids-read-buffer): Read M-nnnnn', M-nnnnn" and
262         MH-nnnn.
263
264 2002-06-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
265
266         * IDS-Daikanwa-01.txt, IDS-Daikanwa-02.txt, IDS-Daikanwa-03.txt,
267         IDS-Daikanwa-04.txt, IDS-Daikanwa-05.txt, IDS-Daikanwa-06.txt,
268         IDS-Daikanwa-07.txt, IDS-Daikanwa-08.txt, IDS-Daikanwa-09.txt,
269         IDS-Daikanwa-10.txt, IDS-Daikanwa-11.txt, IDS-Daikanwa-12.txt,
270         IDS-Daikanwa-dx.txt, IDS-Daikanwa-ho.txt: New files.
271
272 2002-06-24  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
273
274         * ids-read.el (ids-read-buffer): Fix problem about M-nnnnn' and
275         M-nnnnn".
276
277 2002-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
278
279         * IDS-UCS-Basic.txt (U+9AD8): Add IDS.
280
281 2002-06-24  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
282
283         * IDS-CBETA.txt: New file.
284
285 2002-06-22  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
286
287         * IDS-UCS-Ext-B-6.txt (U-0002A090): Fixed.
288         (U-0002A162): Fixed.
289
290         * IDS-UCS-Ext-B-2.txt: Fix IDS of some characters.
291
292         * IDS-UCS-Compat.txt (U+F902): Declare as an atom.
293
294         * IDS-UCS-Ext-A.txt: Fix IDS of some characters.
295
296         * IDS-UCS-Basic.txt: Simplify IDS of some characters.
297
298         * IDS-UCS-Ext-B-1.txt (U-00020003): Fixed.
299
300         * ids-read.el (ids-read-buffer): Accept CBnnnnn instead of
301         CB-nnnnn as CBETA characters.
302
303         * IDS-ELS (ids-modules-to-compile): Add `ids-dump'.
304
305         * ids-dump.el: New file.
306
307 2002-06-21  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
308
309         * IDS-UCS-Compat.txt: Fixed.
310
311 2002-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
312
313         * IDS-UCS-Basic.txt: Fix or simplify some IDS.
314
315 2002-06-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
316
317         * ids-read.el (ids-read-buffer): Add new optional argument
318         `simplify'; if `simplify' is nil, don't simplify a subtree; accept
319         CB-nnnnn.
320         (ids-read-file): Likewise.
321
322         * ids.el (ids-parse-component): Add new argument `simplify'; if
323         `simplify' is nil, don't simplify a subtree.
324         (ids-parse-element): Likewise.
325         (ids-parse-string): Likewise.
326
327 2002-06-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
328
329         * iddef.el: Deleted [moved to `cdp' package'].
330
331 2002-05-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
332
333         * IDS-ELS (ids-modules-to-compile): Add `ids-read'; delete
334         `iddef'.
335
336         * ids-read.el: New file.
337
338 2002-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
339
340         * IDS-UCS-Ext-B-4.txt, IDS-UCS-Ext-B-5.txt, IDS-UCS-Ext-B-6.txt,
341         IDS-UCS-Compat-Supplement.txt, IDS-UCS-Ext-B-1.txt,
342         IDS-UCS-Ext-B-2.txt, IDS-UCS-Ext-B-3.txt: Use U-hhhhhhhh instead
343         of U+hhhhh.
344
345 2002-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
346
347         * IDS-UCS-Compat-Supplement.txt: Fixed.
348
349 2002-04-18  Christian Wittern  <wittern@kanji.zinbun.kyoto-u.ac.jp>
350
351         * IDS-UCS-Basic.txt, IDS-UCS-Ext-B-1.txt: Removed some garbage.
352
353         * README.en: Changed some wording about the CDP database.
354
355 2002-04-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
356
357         * IDS-CFG, IDS-ELS, IDS-MK, Makefile: New files.
358
359 2002-04-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
360
361         * IDS-UCS-Ext-B-1.txt, IDS-UCS-Ext-B-2.txt, IDS-UCS-Ext-B-3.txt,
362         IDS-UCS-Ext-B-4.txt, IDS-UCS-Ext-B-5.txt, IDS-UCS-Ext-B-6.txt,
363         README.en, IDS-UCS-Basic.txt, IDS-UCS-Compat-Supplement.txt,
364         IDS-UCS-Compat.txt, IDS-UCS-Ext-A.txt: New files.
365
366 2002-04-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
367
368         * iddef.el (iddef-check-mapping-buffer): Add `hanyu-dazidian' and
369         remove `hanyu-dazidian-{vol|page|char}'.
370
371 2002-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
372
373         * ids.el (ids-parse-string): Add DOC-string.
374         (ids-format-list): Likewise; add autoload cookie.
375
376         * ids-util.el (morohashi-char-replace-alist): Add some rules.
377
378 2002-04-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
379
380         * ids.el (ids-format-unit): New function.
381         (ids-format-list): New function.
382
383 2002-04-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
384
385         * ids-util.el (ideographic-structure-convert-to-daikanwa): Try to
386         replace converted sub-tree with corresponding combined character.
387
388 2002-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
389
390         * iddef.el (iddef-read-buffer): Add new optional argument
391         `ucs-only'.
392         (iddef-read-file): Likewise.
393
394 2002-03-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
395
396         * ids-util.el (morohashi-char-replace-alist): Use `decode-char'
397         for U+4EBD.
398
399 2002-01-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
400
401         * iddef.el (iddef-read-buffer): Fixed problem when corresponding
402         Daikanwa character is not found.
403
404 2001-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
405
406         * iddef.el (iddef-check-mapping-buffer): New function.
407         (iddef-check-mapping-file): New function.
408
409 2001-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
410
411         * iddef.el (iddef-read-buffer): Don't add `ideographic-structure'
412         into a character specified in `->same-ideograph' or `->identical'
413         if the character has `ucs'.
414
415         * ids-util.el: Add new character.
416
417 2001-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
418
419         * ids-util.el: Add coding: magic cookie.
420         (morohashi-char-replace-alist): Add some rules.
421
422 2001-12-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
423
424         * ids-util.el (morohashi-char-replace-alist): Add new character.
425
426 2001-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
427
428         * iddef.el (iddef-read-buffer): Don't add `ideographic-structure'
429         for Daikanwa character if the Daikanwa character has a different
430         `ucs' code point.
431
432 2001-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
433
434         * iddef.el: New file.
435
436         * ids.el (ids-read-buffer): Moved to iddef.el and renamed to
437         `iddef-read-buffer'; don't require `ids-util'.
438
439 2001-12-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
440
441         * ids-util.el, ids.el: New file.