(coded-charset-GlyphWiki-id-alist): Add setting for `=ucs@jis',
[chise/est.git] / ChangeLog
index 62b4cf7..d93b8c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,125 @@
+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
+       function.
+       (www-format-feature-name*): Use
+       `www-format-feature-name-as-metadata' for metadata features.
+
+2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-set.el (www-xml-parse-string): New function.
+       (www-xml-to-stext-props): New function.
+       (www-xml-to-stext-unit): New function.
+       (www-xml-to-stext-list): New function.
+       (www-stext-parse-xml-string): New function.
+       (www-parse-string-as-wiki-text): Use `www-stext-parse-xml-string'.
+
+       * cwiki-edit.el (www-edit-display-char-feature-default): Abolish.
+       (www-edit-display-char-feature-as-ucs): Abolish.
+       (www-edit-display-input-box): Add the first argument `object';
+       modify for `www-format-apply-value'.
+       (www-edit-display-feature-input-box): Modify input boxes; modify
+       for `www-format-value'.
+       (www-edit-display-feature-desc): Modify for
+       `www-edit-display-input-box'.
+
+       * cwiki-common.el (www-format-value): Add the first argument
+       `object' and the second argument `feature-name'; change argument
+       `variable' to be optional; modify for `www-format-apply-value'.
+       (www-format-apply-value): Add the first argument `object' and the
+       second argument `feature-name'; support format `wiki-text'.
+       (www-format-eval-feature-value): Modify for
+       `www-format-apply-value'.
+       (www-format-eval-unit): Likewise.
+       (www-xml-format-props): New function.
+       (www-xml-format-unit): New function.
+       (www-xml-format-list): New function.
+
 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * cwiki-set.el (www-set-display-char-desc):