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