update.
[chise/est.git] / ChangeLog
1 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * cwiki-set.el (www-xml-parse-string): New function.
4         (www-xml-to-stext-props): New function.
5         (www-xml-to-stext-unit): New function.
6         (www-xml-to-stext-list): New function.
7         (www-stext-parse-xml-string): New function.
8         (www-parse-string-as-wiki-text): Use `www-stext-parse-xml-string'.
9
10         * cwiki-edit.el (www-edit-display-char-feature-default): Abolish.
11         (www-edit-display-char-feature-as-ucs): Abolish.
12         (www-edit-display-input-box): Add the first argument `object';
13         modify for `www-format-apply-value'.
14         (www-edit-display-feature-input-box): Modify input boxes; modify
15         for `www-format-value'.
16         (www-edit-display-feature-desc): Modify for
17         `www-edit-display-input-box'.
18
19         * cwiki-common.el (www-format-value): Add the first variable
20         `object' and the second variable `feature-name'; change variable
21         `variable' to optional; modify for `www-format-apply-value'.
22         (www-format-apply-value): Add the first variable `object' and the
23         second variable `feature-name'; support format `wiki-text'.
24         (www-format-eval-feature-value): Modify for
25         `www-format-apply-value'.
26         (www-format-eval-unit): Likewise.
27         (www-xml-format-props): New function.
28         (www-xml-format-unit): New function.
29         (www-xml-format-list): New function.
30
31 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
32
33         * cwiki-set.el (www-set-display-char-desc):
34         - Setup property `additional-features' of feature `$object' when
35           feature value is stored.
36         - Mount additional-features.
37
38         * cwiki-view.el (www-char-display-feature-default): Abolished.
39         (www-char-display-feature-as-ucs): Abolished.
40         (www-display-char-desc): Mount additional-features.
41
42         * cwiki-common.el (www-feature-type): Support `*node' and
43         `*sources'.
44         (www-feature-value-format): Return `wiki-text' for type `stext'.
45         (www-format-apply-value): Don't set `default' even if a format is
46         not supported in this function.
47
48 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
49
50         * cwiki-set.el (www-parse-string-as-wiki-text): New function
51         [currently just a stub].
52         (www-feature-parse-string): Use `www-parse-string-as-wiki-text'.
53         (www-set-display-char-desc): Use
54         `char-feature-name-sans-versions'.
55
56         * cwiki-edit.el (www-edit-display-feature-input-box): New
57         function.
58         (www-edit-display-char-desc): Use
59         `www-edit-display-feature-input-box'.
60
61         * cwiki-view.el (www-display-char-desc): Use
62         `char-feature-name-sans-versions'.
63
64         * cwiki-common.el (char-feature-name-sans-versions): New function.
65
66 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
67
68         * cwiki-set.el (www-set-display-char-desc): Store new value into
69         FEATURE@$rev=latest; don't display `$rev=latest' domain features.
70
71         * cwiki-edit.el (www-edit-display-char-feature-default): Use
72         `www-char-feature' instead of `char-feature'.
73         (www-edit-display-char-feature-as-ucs): Likewise.
74         (www-edit-display-char-desc): Likewise; replace value of char-spec
75         with value of `www-char-feature'.
76
77         * cwiki-view.el (www-char-display-feature-default): Use
78         `www-char-feature' instead of `char-feature'.
79         (www-char-display-feature-as-ucs): Likewise.
80         (www-display-char-desc): Ignore `$rev=latest' domain features.
81
82         * cwiki-common.el (char-feature-name-at-domain): New function.
83         (www-char-feature): New function.
84         (www-format-encode-string): Use `www-char-feature' instead of
85         `char-feature'.
86         (www-format-eval-feature-value): Likewise.
87         (www-format-eval-unit): Likewise.
88
89 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
90
91         * cwiki-set.el (www-parse-string-default): New function.
92         (www-feature-parse-string):
93         - Support new format `string'.
94         - Use `www-parse-string-default' for `default'.
95
96 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
97
98         * cwiki-common.el (chise-wiki-glyph-cgi-url): New variable.
99         (www-uri-encode-char): Support `=>>gt'.
100         (www-format-encode-string):
101         - Use GT, Big5 and Big5-CDP fonts.
102         - Use http://www.unicode.org/cgi-bin/refglyph?24-hhhh to display
103           `=ucs@unicode' glyphs.
104         - Display &MCS-hhhhhhhh; with using child's glyph.
105
106         * cwiki-glyph.el: New file.
107
108 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
109
110         * cwiki-common.el (chise-wiki-bitmap-glyphs-url): Renamed from
111         `chise-wiki-glyphs-url'.
112         (www-format-encode-string):
113         - Use `chise-wiki-bitmap-glyphs-url' instead of
114           `chise-wiki-glyphs-url'.
115         - Display &JC3-hhhh; and &ZOB-dddd;.
116
117 2010-03-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
118
119         * cwiki-edit.el (www-edit-display-feature-desc): Use
120         `www-format-feature-name*' instead of `www-format-feature-name'.
121
122         * cwiki-common.el (www-uri-decode-char):
123         - Accept `:' again.
124         - Prefer `=>jis-x0208' and `=>jis-x0213-1' to `=big5' and
125           `=big5-cdp'.
126         - Fix problem when no CCSes are found.
127         (www-format-feature-name*): New function.
128         (www-format-feature-name): Use `www-format-feature-name*'.
129
130 2010-03-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
131
132         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
133         Expect `string' to be encoded as URI.
134         (www-parse-string-as-space-separated-ids): Likewise.
135         (www-feature-parse-string): Likewise.
136         (www-set-display-char-desc): Expect `uri-char' to be encoded as
137         URI.
138         (www-set-display-feature-desc): Fix problem when `name@lang' is
139         not existed.
140         (www-batch-set): Don't use `decode-uri-string' for value of `char'
141         and feature-value.
142
143         * cwiki-edit.el (www-edit-display-char-desc): Expect `uri-char' to
144         be encoded as URI.
145         (www-batch-edit): Don't use `decode-uri-string' for value of
146         `char'.
147
148         * cwiki-view.el (www-display-char-desc): Expect `uri-char' to be
149         encoded as URI; encode `uri-char' if it is a non-encoded
150         character.
151         (www-batch-view): Don't use `decode-uri-string' for value of
152         `char'.
153
154         * cwiki-common.el (www-uri-decode-char): Expect char-rep to be
155         encoded as URI.
156         (www-uri-encode-char): Encode UCS characters as %XX encoding.
157         (www-format-feature-name-as-CCS): Insert space between
158         prefix (..., ===>, ==>, =>, =>>, =>>>, ..., =) and main-name.
159         (www-html-display-text): Don't escape "&" except "&GT-".
160
161 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
162
163         * cwiki-set.el (www-parse-string-as-space-separated-ids): New
164         function.
165         (www-parse-string-as-ku-ten): New function.
166         (www-feature-parse-string): Support `space-separated-ids' and
167         `ku-ten'.
168
169 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
170
171         * cwiki-common.el (www-feature-value-format): Return
172         'space-separated-ids for `structure' type features.
173         (www-format-value-as-ids): New function.
174         (www-format-apply-value): Use `www-format-value-as-ids' for format
175         `space-separated-ids'.
176
177 2010-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
178
179         * cwiki-common.el, cwiki-edit.el, cwiki-set.el, cwiki-view.el: New
180         files.