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