update.
[chise/est.git] / ChangeLog
1 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * cwiki-set.el (www-parse-string-default): New function.
4         (www-feature-parse-string):
5         - Support new format `string'.
6         - Use `www-parse-string-default' for `default'.
7
8 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
9
10         * cwiki-common.el (chise-wiki-glyph-cgi-url): New variable.
11         (www-uri-encode-char): Support `=>>gt'.
12         (www-format-encode-string):
13         - Use GT, Big5 and Big5-CDP fonts.
14         - Use http://www.unicode.org/cgi-bin/refglyph?24-hhhh to display
15           `=ucs@unicode' glyphs.
16         - Display &MCS-hhhhhhhh; with using child's glyph.
17
18         * cwiki-glyph.el: New file.
19
20 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
21
22         * cwiki-common.el (chise-wiki-bitmap-glyphs-url): Renamed from
23         `chise-wiki-glyphs-url'.
24         (www-format-encode-string):
25         - Use `chise-wiki-bitmap-glyphs-url' instead of
26           `chise-wiki-glyphs-url'.
27         - Display &JC3-hhhh; and &ZOB-dddd;.
28
29 2010-03-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
30
31         * cwiki-edit.el (www-edit-display-feature-desc): Use
32         `www-format-feature-name*' instead of `www-format-feature-name'.
33
34         * cwiki-common.el (www-uri-decode-char):
35         - Accept `:' again.
36         - Prefer `=>jis-x0208' and `=>jis-x0213-1' to `=big5' and
37           `=big5-cdp'.
38         - Fix problem when no CCSes are found.
39         (www-format-feature-name*): New function.
40         (www-format-feature-name): Use `www-format-feature-name*'.
41
42 2010-03-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
43
44         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
45         Expect `string' to be encoded as URI.
46         (www-parse-string-as-space-separated-ids): Likewise.
47         (www-feature-parse-string): Likewise.
48         (www-set-display-char-desc): Expect `uri-char' to be encoded as
49         URI.
50         (www-set-display-feature-desc): Fix problem when `name@lang' is
51         not existed.
52         (www-batch-set): Don't use `decode-uri-string' for value of `char'
53         and feature-value.
54
55         * cwiki-edit.el (www-edit-display-char-desc): Expect `uri-char' to
56         be encoded as URI.
57         (www-batch-edit): Don't use `decode-uri-string' for value of
58         `char'.
59
60         * cwiki-view.el (www-display-char-desc): Expect `uri-char' to be
61         encoded as URI; encode `uri-char' if it is a non-encoded
62         character.
63         (www-batch-view): Don't use `decode-uri-string' for value of
64         `char'.
65
66         * cwiki-common.el (www-uri-decode-char): Expect char-rep to be
67         encoded as URI.
68         (www-uri-encode-char): Encode UCS characters as %XX encoding.
69         (www-format-feature-name-as-CCS): Insert space between
70         prefix (..., ===>, ==>, =>, =>>, =>>>, ..., =) and main-name.
71         (www-html-display-text): Don't escape "&" except "&GT-".
72
73 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
74
75         * cwiki-set.el (www-parse-string-as-space-separated-ids): New
76         function.
77         (www-parse-string-as-ku-ten): New function.
78         (www-feature-parse-string): Support `space-separated-ids' and
79         `ku-ten'.
80
81 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
82
83         * cwiki-common.el (www-feature-value-format): Return
84         'space-separated-ids for `structure' type features.
85         (www-format-value-as-ids): New function.
86         (www-format-apply-value): Use `www-format-value-as-ids' for format
87         `space-separated-ids'.
88
89 2010-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
90
91         * cwiki-common.el, cwiki-edit.el, cwiki-set.el, cwiki-view.el: New
92         files.