update.
[chise/ids.git] / ChangeLog
1 2002-06-22  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2
3         * IDS-ELS (ids-modules-to-compile): Add `ids-dump'.
4
5         * ids-dump.el: New file.
6
7 2002-06-21  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
8
9         * IDS-UCS-Compat.txt: Fixed.
10
11 2002-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
12
13         * IDS-UCS-Basic.txt: Fix or simplify some IDS.
14
15 2002-06-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
16
17         * ids-read.el (ids-read-buffer): Add new optional argument
18         `simplify'; if `simplify' is nil, don't simplify a subtree; accept
19         CB-nnnnn.
20         (ids-read-file): Likewise.
21
22         * ids.el (ids-parse-component): Add new argument `simplify'; if
23         `simplify' is nil, don't simplify a subtree.
24         (ids-parse-element): Likewise.
25         (ids-parse-string): Likewise.
26
27 2002-06-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
28
29         * iddef.el: Deleted [moved to `cdp' package'].
30
31 2002-05-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
32
33         * IDS-ELS (ids-modules-to-compile): Add `ids-read'; delete
34         `iddef'.
35
36         * ids-read.el: New file.
37
38 2002-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
39
40         * IDS-UCS-Ext-B-4.txt, IDS-UCS-Ext-B-5.txt, IDS-UCS-Ext-B-6.txt,
41         IDS-UCS-Compat-Supplement.txt, IDS-UCS-Ext-B-1.txt,
42         IDS-UCS-Ext-B-2.txt, IDS-UCS-Ext-B-3.txt: Use U-hhhhhhhh instead
43         of U+hhhhh.
44
45 2002-04-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
46
47         * IDS-UCS-Compat-Supplement.txt: Fixed.
48
49 2002-04-18  Christian Wittern  <wittern@kanji.zinbun.kyoto-u.ac.jp>
50
51         * IDS-UCS-Basic.txt, IDS-UCS-Ext-B-1.txt: Removed some garbage.
52
53         * README.en: Changed some wording about the CDP database.
54
55 2002-04-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
56
57         * IDS-CFG, IDS-ELS, IDS-MK, Makefile: New files.
58
59 2002-04-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
60
61         * IDS-UCS-Ext-B-1.txt, IDS-UCS-Ext-B-2.txt, IDS-UCS-Ext-B-3.txt,
62         IDS-UCS-Ext-B-4.txt, IDS-UCS-Ext-B-5.txt, IDS-UCS-Ext-B-6.txt,
63         README.en, IDS-UCS-Basic.txt, IDS-UCS-Compat-Supplement.txt,
64         IDS-UCS-Compat.txt, IDS-UCS-Ext-A.txt: New files.
65
66 2002-04-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
67
68         * iddef.el (iddef-check-mapping-buffer): Add `hanyu-dazidian' and
69         remove `hanyu-dazidian-{vol|page|char}'.
70
71 2002-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
72
73         * ids.el (ids-parse-string): Add DOC-string.
74         (ids-format-list): Likewise; add autoload cookie.
75
76         * ids-util.el (morohashi-char-replace-alist): Add some rules.
77
78 2002-04-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
79
80         * ids.el (ids-format-unit): New function.
81         (ids-format-list): New function.
82
83 2002-04-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
84
85         * ids-util.el (ideographic-structure-convert-to-daikanwa): Try to
86         replace converted sub-tree with corresponding combined character.
87
88 2002-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
89
90         * iddef.el (iddef-read-buffer): Add new optional argument
91         `ucs-only'.
92         (iddef-read-file): Likewise.
93
94 2002-03-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
95
96         * ids-util.el (morohashi-char-replace-alist): Use `decode-char'
97         for U+4EBD.
98
99 2002-01-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
100
101         * iddef.el (iddef-read-buffer): Fixed problem when corresponding
102         Daikanwa character is not found.
103
104 2001-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
105
106         * iddef.el (iddef-check-mapping-buffer): New function.
107         (iddef-check-mapping-file): New function.
108
109 2001-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
110
111         * iddef.el (iddef-read-buffer): Don't add `ideographic-structure'
112         into a character specified in `->same-ideograph' or `->identical'
113         if the character has `ucs'.
114
115         * ids-util.el: Add new character.
116
117 2001-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
118
119         * ids-util.el: Add coding: magic cookie.
120         (morohashi-char-replace-alist): Add some rules.
121
122 2001-12-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
123
124         * ids-util.el (morohashi-char-replace-alist): Add new character.
125
126 2001-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
127
128         * iddef.el (iddef-read-buffer): Don't add `ideographic-structure'
129         for Daikanwa character if the Daikanwa character has a different
130         `ucs' code point.
131
132 2001-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
133
134         * iddef.el: New file.
135
136         * ids.el (ids-read-buffer): Moved to iddef.el and renamed to
137         `iddef-read-buffer'; don't require `ids-util'.
138
139 2001-12-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
140
141         * ids-util.el, ids.el: New file.