From: MORIOKA Tomohiko Date: Thu, 18 Mar 2010 14:06:25 +0000 (+0900) Subject: update. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1bf48e7509858f335e4c742e40c4ff45efa68525;p=chise%2Fest.git update. --- diff --git a/ChangeLog b/ChangeLog index 31ee3e4..62b4cf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ 2010-03-18 MORIOKA Tomohiko + * cwiki-set.el (www-set-display-char-desc): + - Setup property `additional-features' of feature `$object' when + feature value is stored. + - Mount additional-features. + + * cwiki-view.el (www-char-display-feature-default): Abolished. + (www-char-display-feature-as-ucs): Abolished. + (www-display-char-desc): Mount additional-features. + + * cwiki-common.el (www-feature-type): Support `*node' and + `*sources'. + (www-feature-value-format): Return `wiki-text' for type `stext'. + (www-format-apply-value): Don't set `default' even if a format is + not supported in this function. + +2010-03-18 MORIOKA Tomohiko + * cwiki-set.el (www-parse-string-as-wiki-text): New function [currently just a stub]. (www-feature-parse-string): Use `www-parse-string-as-wiki-text'.