(coded-charset-GlyphWiki-id-alist): Add setting for `=ucs@jis',
[chise/est.git] / ChangeLog
index e053a9f..d93b8c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,88 @@
+2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-view.el (www-display-char-desc): Try to display glyph of
+       GlyphWiki and link it.
+
+       * cwiki-common.el (coded-charset-GlyphWiki-id-alist): New
+       variable.
+       (char-GlyphWiki-id): New function.
+
+2010-03-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-set.el (www-parse-string-as-kangxi-radical): New function.
+       (www-feature-parse-string): Support format `kangxi-radical'.
+
+       * cwiki-common.el (www-format-value-as-kangxi-radical): New
+       function.
+       (www-format-apply-value): Support format `kangxi-radical'.
+       (www-format-eval-unit): Support `kangxi-radical' as a value
+       format.
+
+2010-03-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-common.el (www-format-value-default): New function.
+       (www-format-encode-string):
+       - Prefer `=gt' to `=cns11643-{1..7}'.
+       - Display &(G-)GT-Kddddd; entity references.
+       (www-format-apply-value):
+       - New implementation for format `string'.
+       - Use `www-format-value-default' for default format.
+
+       * cwiki-glyph.el (www-glyph-generate-png): Support `=gt-k'.
+       (www-glyph-display-png): Support GT-Kddddd.
+
+       * cwiki-set.el (www-parse-string-default): New implementation.
+       (www-set-display-feature-desc):
+       - New argument `format'.
+       - Display `value-format'.
+       (www-batch-set): Modify for the API change to set feature's
+       property.
+
+       * cwiki-view.el (www-display-char-desc): Display parents in the
+       header.
+       (www-display-feature-desc): Use `www-format-value' with default
+       format instead of `www-xml-format-list' and
+       `www-format-encode-string'.
+
+       * cwiki-edit.el (www-edit-display-feature-input-box): Add new
+       optional argument `value'.
+       (www-edit-display-feature-desc):
+       - Use `www-edit-display-feature-input-box' instead of
+         `www-edit-display-input-box'.
+       - Display `value-format'.
+
+2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-view.el (www-display-feature-desc): Display [edit] button
+       of `value-format'.
+
+2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-common.el (www-xml-format-unit): Escape `&'.
+
+2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-common.el (www-format-encode-string): Display
+       &U-hhhhhhhh;.
+       (www-xml-format-props): Encode property value.
+       (www-xml-format-unit): Encode string.
+
+       * cwiki-edit.el (www-edit-display-feature-input-box): Escape <">.
+
+       * cwiki-view.el (www-display-feature-desc): Modify design of
+       [edit] button.
+
+2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-set.el (www-xml-to-stext-unit): Support
+       <link><ref>...</ref>...</link>.
+
+       * cwiki-common.el (www-xml-format-unit): Support tag style `ref'
+       in `link'.
+
+       * cwiki-view.el (www-display-feature-desc): Display `value-format'
+       and `format'.
+
 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * cwiki-common.el (www-format-feature-name-as-metadata): New