From: MORIOKA Tomohiko Date: Mon, 6 Dec 2010 10:49:26 +0000 (+0900) Subject: update. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1719aff7d058c0e15b0fbaf505b6e645bd1819f9;p=chise%2Fest.git update. --- 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.