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