(www-edit-display-feature-input-box): New function [moved from
[chise/est.git] / ChangeLog
index 6029a13..9217de0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,80 @@
+2010-12-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-edit.el (www-edit-display-object-desc): Support
+       non-character objects.
+       (www-edit-display-feature-desc): Add new optional argument
+       `object-genre'.
+       (www-batch-edit): Fix problem to edit feature of non-character
+       objects.
+
+       * est-format.el (est-format-unit): Fix bug about `feature-name';
+       modify for `www-uri-make-feature-name-url'.
+
+       * est-eval.el (est-eval-unit): Fix bug about `name-url'; modify
+       for `www-uri-make-feature-name-url'.
+
+       * cwiki-common.el (www-uri-make-feature-name-url): Add new
+       argument `uri-genre' to support non-character objects.
+
+       * cwiki-view.el (www-batch-view): Fix problem to edit feature of
+       non-character objects.
+
+       * cwiki-set.el (www-set-display-object-desc): Renamed from
+       `www-set-display-char-desc'; add new argument `genre'; rename
+       optional argument `uri-char' to `uri-object'.
+       (www-set-display-feature-desc): Rename optional argument
+       `uri-char' to `uri-object'.
+       (www-set-display-feature-desc): Likewise.
+       (www-batch-set): Modify for `www-set-display-object-desc'.
+
+2010-12-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-common.el (chise-wiki-bitmap-glyphs-url): Use
+       http://www.chise.org/glyphs instead of
+       http://chise.zinbun.kyoto-u.ac.jp/glyphs.
+       (chise-wiki-glyph-cgi-url): Use
+       http://www.chise.org/chisewiki/glyph.cgi instead of
+       http://chise.zinbun.kyoto-u.ac.jp/chisewiki/glyph.cgi.
+       (www-uri-make-object-url): New function.
+       (www-format-char-img-style): New variable.
+       (www-format-encode-string):
+       - Add new optional argument `as-body'; if it is specified, "&" is
+       encoded to "&amp;".
+       - Specify style of <img> tags.
+
+       * cwiki-edit.el (www-edit-display-input-box): Abolished because it
+       is not used.
+
+       * cwiki-format.el: New implementation based on `est-eval' and
+       `est-format':
+       (www-format-value-as-kuten): Abolished.
+       (www-format-value-default): Abolished.
+       (www-format-value-as-char-list): Abolished.
+       (www-format-value-as-domain-list): Abolished.
+       (www-format-value-as-ids): Abolished.
+       (www-format-value-as-S-exp): Abolished.
+       (www-format-value-as-HEX): Abolished.
+       (www-format-value-as-kangxi-radical): Abolished.
+       (www-format-value): If `object' is a symbol, it is decoded as
+       `feature' object.
+       (www-format-props-to-string): Abolished.
+       (www-format-apply-value): New implementation; use
+       `est-eval-apply-value' and `est-format-unit'.
+       (www-format-eval-feature-value): Abolished.
+       (www-format-eval-list): New implementation; use `est-eval-list'
+       and `est-format-unit'.
+
+       * est-eval.el, est-format.el: New files.
+
+2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-format.el (www-format-value-as-char-list): Use
+       `object-representative-feature' instead of
+       `object-representation-format'; use feature
+       `object-representative-format' of genre object if
+       `object-representative-feature' of genre object or `name' is not
+       existed.
+
 2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * cwiki-format.el (www-format-value-as-CCS-default): Abolished