From 606b2f6834ffa56e8bcfbbfd9796bc90e1c62edd Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 9 Dec 2010 10:02:30 +0900 Subject: [PATCH] update. --- ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8b60202..a0220d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2010-12-08 MORIOKA Tomohiko + + * cwiki-common.el (chise-wiki-bitmap-glyphs-url): Use + http://www.chise.org/glyphs instead of + http://chise.zinbun.kyoto-u.ac.jp/glyphs. + (chise-wiki-glyph-cgi-url): Use + http://www.chise.org/chisewiki/glyph.cgi instead of + http://chise.zinbun.kyoto-u.ac.jp/chisewiki/glyph.cgi. + (www-uri-make-object-url): New function. + (www-format-char-img-style): New variable. + (www-format-encode-string): + - Add new optional argument `as-body'; if it is specified, "&" is + encoded to "&". + - Specify style of tags. + + * cwiki-edit.el (www-edit-display-input-box): Abolished because it + is not used. + + * cwiki-format.el: New implementation based on `est-eval' and + `est-format': + (www-format-value-as-kuten): Abolished. + (www-format-value-default): Abolished. + (www-format-value-as-char-list): Abolished. + (www-format-value-as-domain-list): Abolished. + (www-format-value-as-ids): Abolished. + (www-format-value-as-S-exp): Abolished. + (www-format-value-as-HEX): Abolished. + (www-format-value-as-kangxi-radical): Abolished. + (www-format-value): If `object' is a symbol, it is decoded as + `feature' object. + (www-format-props-to-string): Abolished. + (www-format-apply-value): New implementation; use + `est-eval-apply-value' and `est-format-unit'. + (www-format-eval-feature-value): Abolished. + (www-format-eval-list): New implementation; use `est-eval-list' + and `est-format-unit'. + + * est-eval.el, est-format.el: New files. + 2010-12-06 MORIOKA Tomohiko * cwiki-format.el (www-format-value-as-char-list): Use -- 1.7.10.4