(www-edit-display-feature-desc): Use `www-format-feature-name*'
[chise/est.git] / ChangeLog
1 2010-03-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
4         Expect `string' to be encoded as URI.
5         (www-parse-string-as-space-separated-ids): Likewise.
6         (www-feature-parse-string): Likewise.
7         (www-set-display-char-desc): Expect `uri-char' to be encoded as
8         URI.
9         (www-set-display-feature-desc): Fix problem when `name@lang' is
10         not existed.
11         (www-batch-set): Don't use `decode-uri-string' for value of `char'
12         and feature-value.
13
14         * cwiki-edit.el (www-edit-display-char-desc): Expect `uri-char' to
15         be encoded as URI.
16         (www-batch-edit): Don't use `decode-uri-string' for value of
17         `char'.
18
19         * cwiki-view.el (www-display-char-desc): Expect `uri-char' to be
20         encoded as URI; encode `uri-char' if it is a non-encoded
21         character.
22         (www-batch-view): Don't use `decode-uri-string' for value of
23         `char'.
24
25         * cwiki-common.el (www-uri-decode-char): Expect char-rep to be
26         encoded as URI.
27         (www-uri-encode-char): Encode UCS characters as %XX encoding.
28         (www-format-feature-name-as-CCS): Insert space between
29         prefix (..., ===>, ==>, =>, =>>, =>>>, ..., =) and main-name.
30         (www-html-display-text): Don't escape "&" except "&GT-".
31
32 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
33
34         * cwiki-set.el (www-parse-string-as-space-separated-ids): New
35         function.
36         (www-parse-string-as-ku-ten): New function.
37         (www-feature-parse-string): Support `space-separated-ids' and
38         `ku-ten'.
39
40 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
41
42         * cwiki-common.el (www-feature-value-format): Return
43         'space-separated-ids for `structure' type features.
44         (www-format-value-as-ids): New function.
45         (www-format-apply-value): Use `www-format-value-as-ids' for format
46         `space-separated-ids'.
47
48 2010-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
49
50         * cwiki-common.el, cwiki-edit.el, cwiki-set.el, cwiki-view.el: New
51         files.