From 1295645d948828ed09486fe882efd70826708ee6 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 18 Mar 2010 04:46:44 +0900 Subject: [PATCH] update. --- ChangeLog | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 24c9177..f1f2a85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,37 @@ +2010-03-17 MORIOKA Tomohiko + + * cwiki-set.el (www-parse-string-as-space-separated-char-list): + Expect `string' to be encoded as URI. + (www-parse-string-as-space-separated-ids): Likewise. + (www-feature-parse-string): Likewise. + (www-set-display-char-desc): Expect `uri-char' to be encoded as + URI. + (www-set-display-feature-desc): Fix problem when `name@lang' is + not existed. + (www-batch-set): Don't use `decode-uri-string' for value of `char' + and feature-value. + + * cwiki-edit.el (www-edit-display-char-desc): Expect `uri-char' to + be encoded as URI. + (www-batch-edit): Don't use `decode-uri-string' for value of + `char'. + + * cwiki-view.el (www-display-char-desc): Expect `uri-char' to be + encoded as URI; encode `uri-char' if it is a non-encoded + character. + (www-batch-view): Don't use `decode-uri-string' for value of + `char'. + + * cwiki-common.el (www-uri-decode-char): Expect char-rep to be + encoded as URI. + (www-uri-encode-char): Encode UCS characters as %XX encoding. + (www-format-feature-name-as-CCS): Insert space between + prefix (..., ===>, ==>, =>, =>>, =>>>, ..., =) and main-name. + (www-html-display-text): Don't escape "&" except ">-". + 2010-03-16 MORIOKA Tomohiko - * cwiki-set.el: (www-parse-string-as-space-separated-ids): New + * cwiki-set.el (www-parse-string-as-space-separated-ids): New function. (www-parse-string-as-ku-ten): New function. (www-feature-parse-string): Support `space-separated-ids' and @@ -8,7 +39,7 @@ 2010-03-16 MORIOKA Tomohiko - * cwiki-common.el: (www-feature-value-format): Return + * cwiki-common.el (www-feature-value-format): Return 'space-separated-ids for `structure' type features. (www-format-value-as-ids): New function. (www-format-apply-value): Use `www-format-value-as-ids' for format -- 1.7.10.4