From 440516d77ad3e619518b9185c52dde75d42fada2 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 18 Mar 2010 21:25:25 +0900 Subject: [PATCH] update. --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index 90b71f5..c419077 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,28 @@ 2010-03-18 MORIOKA Tomohiko + * cwiki-set.el (www-set-display-char-desc): Store new value into + FEATURE@$rev=latest; don't display `$rev=latest' domain features. + + * cwiki-edit.el (www-edit-display-char-feature-default): Use + `www-char-feature' instead of `char-feature'. + (www-edit-display-char-feature-as-ucs): Likewise. + (www-edit-display-char-desc): Likewise; replace value of char-spec + with value of `www-char-feature'. + + * cwiki-view.el (www-char-display-feature-default): Use + `www-char-feature' instead of `char-feature'. + (www-char-display-feature-as-ucs): Likewise. + (www-display-char-desc): Ignore `$rev=latest' domain features. + + * cwiki-common.el (char-feature-name-at-domain): New function. + (www-char-feature): New function. + (www-format-encode-string): Use `www-char-feature' instead of + `char-feature'. + (www-format-eval-feature-value): Likewise. + (www-format-eval-unit): Likewise. + +2010-03-18 MORIOKA Tomohiko + * cwiki-set.el (www-parse-string-default): New function. (www-feature-parse-string): - Support new format `string'. -- 1.7.10.4