update.
authorMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Tue, 12 Oct 2010 01:22:36 +0000 (10:22 +0900)
committerMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Tue, 12 Oct 2010 01:22:36 +0000 (10:22 +0900)
ChangeLog

index a964d6f..bf4d1ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2010-09-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-common.el (www-get-genre): New function.
+       (www-get-feature-value): Renamed from `www-char-feature'.
+       (www-uri-decode-object): Renamed from `www-uri-decode-char'; add
+       new argument `genre'.
+
+       * cwiki-view.el (www-display-object-desc): Renamed from
+       `www-display-char-desc'; add new argument `genre'.
+
+       * cwiki-add.el (www-add-display-char-desc): Use
+       `www-uri-decode-object' instead of `www-uri-decode-char'.
+
+       * cwiki-set.el (www-parse-string-as-space-separated-char-list):
+       Use `www-uri-decode-object' instead of `www-uri-decode-char'.
+       (www-parse-string-as-space-separated-ids): Likewise.
+       (www-set-display-char-desc): Likewise; use `www-get-feature-value'
+       instead of `www-char-feature'.
+
+       * cwiki-edit.el (www-edit-display-feature-input-box): Use
+       `www-get-feature-value' instead of `www-char-feature'.
+       (www-edit-display-char-desc): Use `www-uri-decode-object' instead
+       of `www-uri-decode-char'.
+
 2010-09-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * cwiki-add.el: New file.