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