(est-eval-value-as-journal-volume): Renamed from
[chise/est.git] / ChangeLog
index 2247c4d..c14bacc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2012-09-09  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * est-eval.el (est-eval-journal-volume): Use feature `date'
+       instead of `published/date'.
+       (est-eval-value-as-object): Refer feature `=name'.
+       (est-eval-value-as-creators-names): Use `->creator/name' instead
+       of `->name'.
+       (est-eval-value-as-created-works): Use `<-creator' instead of
+       `->created'.
+
+2012-09-08  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * cwiki-common.el: Assign new genres `journal-name@ruimoku',
+       `publisher@ruimoku' and `publisher-name@ruimoku'.
+       (www-feature-value-format): Use `space-separated' instead of
+       `space-separated-char-list' for type `relation'; use
+       `space-separated' as the default format.
+       (est-format-object): Add new optional argument `readable'; if the
+       optional argument `readable' is not nil, use feature-value of
+       `name', `=name' or `title' as object representation format.
+
+       * cwiki-view.el (www-display-object-desc): Run `est-format-object'
+       with `readable' option in header.
+
+2012-09-06  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * est-eval.el (est-eval-journal-volume): Use `year' feature of
+       `published/date' object.
+
+2012-04-06  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * cwiki-common.el (www-uri-decode-feature-name): Use
+       `decode-uri-string'.
+
+2011-10-12  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * cwiki-common.el (www-uri-decode-feature-name): Decode "o.foo" to
+       `=+>foo'.
+       (www-uri-encode-feature-name): Encode `=+>foo' to "o.foo".
+       (www-uri-encode-object): Add `=+>jis-x0208@1978', `=>ucs@iso',
+       `=>ucs@unicode', `=>ucs@jis', `=>ucs@cns' and `=>ucs@ks' to
+       ccs-list.
+       (www-format-encode-string): Support "&o-foo;", "&g2-GT-ddddd;" and
+       "&A-{UU+|U-}hhhh(h)*;".
+
+2011-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-common.el (instance@ruimoku/bibliography/title): Mount
+       char-feature `instance@ruimoku/bibliography/title'.
+
+2011-06-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * cwiki-view.el (www-edit-display-feature-input-box):
+       - If argument `value' is a symbol and argument `format' is
+         `wiki-text', treat `value' as a list of a function.
+       - Use `est-format-list' instead of `www-format-value'.
+
 2011-06-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * est-eval.el (ruimoku-format-volume): New function.