From 1719aff7d058c0e15b0fbaf505b6e645bd1819f9 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 6 Dec 2010 19:49:26 +0900 Subject: [PATCH 1/1] update. --- ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index c55ea4f..4d16249 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,32 @@ 2010-12-06 MORIOKA Tomohiko + * cwiki-set.el: Omit to require `cwiki-common'. + + * cwiki-view.el, cwiki-edit.el, cwiki-add.el: Require + `cwiki-format' instead of `cwiki-common' and `est-xml'. + + * cwiki-common.el (www-format-value-as-kuten): Moved to + cwiki-format.el. + (www-format-value-default): Ditto. + (www-format-value-as-char-list): Ditto. + (www-format-value-as-domain-list): Ditto. + (www-format-value-as-ids): Ditto. + (www-format-value-as-S-exp): Ditto. + (www-format-value-as-HEX): Ditto. + (www-format-value-as-CCS-default): Ditto. + (www-format-value-as-CCS-94x94): Ditto. + (www-format-value-as-kangxi-radical): Ditto. + (www-format-value): Ditto. + (www-format-props-to-string): Ditto. + (www-format-apply-value): Ditto. + (www-format-eval-feature-value): Ditto. + (www-format-eval-unit): Ditto. + (www-format-eval-list): Ditto. + + * cwiki-format.el: New file. + +2010-12-06 MORIOKA Tomohiko + * cwiki-view.el, cwiki-edit.el, cwiki-add.el: Require 'est-xml. * cwiki-common.el (www-xml-format-props): Moved to est-xml.el. -- 1.7.10.4