update.
authorMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Thu, 18 Mar 2010 21:03:39 +0000 (06:03 +0900)
committerMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Thu, 18 Mar 2010 21:03:39 +0000 (06:03 +0900)
ChangeLog

index a97bf0e..e053a9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 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-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.