From: MORIOKA Tomohiko Date: Thu, 18 Mar 2010 20:43:55 +0000 (+0900) Subject: update. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcab588ae95bbb9e12cd0ebe1812bd29390ecf60;p=chise%2Fest.git update. --- diff --git a/ChangeLog b/ChangeLog index 62b4cf7..a97bf0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,35 @@ 2010-03-18 MORIOKA Tomohiko + * 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 + * cwiki-set.el (www-set-display-char-desc): - Setup property `additional-features' of feature `$object' when feature value is stored.