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