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