(est-format-object): New function.
[chise/est.git] / ChangeLog
index 67f34ff..09ef2f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,129 @@
+2010-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-common.el (www-get-genre): Abolished.
+       (www-get-feature-value): Don't use `www-get-genre'.
+
+2010-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-common.el:
+       - Set `file-name-coding-system' to 'utf-8-mcs-er.
+       - Add settings to assign genres of Ruimoku.
+       (www-get-feature-value): Modify for non-character genres.
+       (www-uri-decode-object): Use `www-uri-decode-feature-name' for
+       objects of `feature' genre.
+
+       * cwiki-view.el (www-display-object-desc): Fix problem when
+       `object' is not a character.
+       (www-batch-view): Support general genres.
+
+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.
+
+2010-04-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-view.el (www-display-char-desc): Use
+       `chise-wiki-displayed-features' instead of `displayed-features'.
+
+       * cwiki-common.el (chise-wiki-displayed-features): New variable.
+       (char-feature-name-at-domain): Fix problem when `domain' is nil.
+       (char-feature-name-domain): New function.
+       (www-uri-make-feature-name-url): New function.
+       (www-format-props-to-string): Fix problem when :len's value is
+       string.
+       (www-format-eval-unit):
+       - When :feature is specified, prefer FEATURE@DOMAIN to FEATURE.
+       - When :feature is specified in value related format functions,
+         add the displayed feature-name to
+         `chise-wiki-displayed-features'.
+       - Support `name-url' and `domain-name'.
+
+2010-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-view.el (www-display-feature-desc): Fix problem to display
+       non-ASCII characters in property `format'.
+
+2010-04-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-view.el (www-display-char-desc): Use `www-feature-format'.
+       (www-display-feature-desc): Ditto.
+
+       * cwiki-common.el (www-feature-format): New function.
+       (www-format-eval-unit): Support `:feature' property for `value'
+       related functions and `name' function.
+
+2010-04-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-common.el (www-feature-value-format): Search ancestors'
+       property if own property is not found.
+       (char-feature-name-parent): New function.
+       (www-format-feature-name*): Search ancestors' property if own
+       property is not found.
+
+2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-edit.el (www-edit-display-feature-desc): Display and
+       support editing of property `format'.
+
+       * cwiki-common.el (find-previous-defined-code-point): Fix problem
+       with `=ucs'.
+
+       * cwiki-view.el (www-display-feature-desc): Add edit button for
+       `format'.
+
+2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-common.el (www-feature-value-format): Add
+       `(prev-char) (next-char)' into default format of CCS feature.
+       (get-previous-code-point): New function.
+       (get-next-code-point): New function.
+       (find-previous-defined-code-point): New function.
+       (find-next-defined-code-point): New function.
+       (www-format-eval-unit): Support `prev-char' and `next-char'.
+
+2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-view.el (www-display-char-desc): Don't display "add
+       feature" button when running with simple mode.
+
+2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-set.el (www-set-display-feature-desc): Refer
+       `chise-wiki-view-url'.
+
+2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-view.el (www-display-feature-desc): Add new optional
+       argument `simple'; display "Edit" and "New Account" buttons when
+       running with simple mode; display "Simple" button when running
+       with edit mode.
+       (www-batch-view): Modify for `www-display-feature-desc' to support
+       mode.
+
 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * cwiki-view.el (www-display-char-desc): Use <div> instead of <p>