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