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 variable
+ `object' and the second variable `feature-name'; change variable
+ `variable' to optional; modify for `www-format-apply-value'.
+ (www-format-apply-value): Add the first variable `object' and the
+ second variable `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):
- Setup property `additional-features' of feature `$object' when
feature value is stored.