From 458e8932d790273831cb4d90bebe010a4351a243 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 28 Jun 2016 17:03:17 +0900 Subject: [PATCH] update. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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'. -- 1.7.10.4