From: MORIOKA Tomohiko Date: Tue, 28 Jun 2016 08:03:17 +0000 (+0900) Subject: update. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=458e8932d790273831cb4d90bebe010a4351a243;p=chise%2Fest.git update. --- diff --git a/ChangeLog b/ChangeLog index c57e4d8..a5d2047 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2016-06-15 MORIOKA Tomohiko + + * est-eval.el (est-eval-value-as-glyph-image): New function. + (est-eval-value-as-object): Use `est-eval-value-as-glyph-image' + for genre `glyph-image'. + (est-eval-value-as-location): New function. + (est-eval-value-as-name): New function. + (est-eval-value-as-location-list): New function. + (est-eval-value-as-name-list): New function. + (est-eval-apply-value): + - Use `est-eval-value-as-location-list' for format + `location-list'. + - Use `est-eval-value-as-name-list' for format `name-list'. + + * cwiki-view.el (www-display-object-desc): Add code to display + image in head for genre `glyph-image'. + 2016-06-14 MORIOKA Tomohiko * cwiki-common.el: Assign genre `glyph-image'.