From: MORIOKA Tomohiko Date: Thu, 18 Mar 2010 21:03:39 +0000 (+0900) Subject: update. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8dcde9999875ad5a3130ee6ccbc71ff45e447fd3;p=chise%2Fest.git update. --- diff --git a/ChangeLog b/ChangeLog index a97bf0e..e053a9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2010-03-18 MORIOKA Tomohiko + * 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 + * cwiki-set.el (www-xml-parse-string): New function. (www-xml-to-stext-props): New function. (www-xml-to-stext-unit): New function. @@ -16,11 +23,11 @@ (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'. + * 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.