Merge branch 'master' of git.chise.org:chise/est
authorMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 10 Jun 2022 05:13:55 +0000 (14:13 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 10 Jun 2022 05:13:55 +0000 (14:13 +0900)
1  2 
ChangeLog

diff --cc ChangeLog
+++ b/ChangeLog
@@@ -1,16 -1,11 +1,21 @@@
  2022-05-20  MORIOKA Tomohiko  <tomo.git@chise.org>
  
-       * est-eval.el (est-eval-value-as-object-with-description): New
-       function.
++      * est-eval.el
 +      (est-eval-value-as-hdic-tsj-character-with-description): New
 +      function.
-       (est-eval-value-as-entry-character-list): New function.
 +      (est-eval-value-as-hdic-tsj-entry-character-list): New function.
-       (est-eval-apply-value):
-       - Use `est-eval-value-as-entry-character-list' for
-         `entry-character-list' and `unordered-entry-character-list'.
-       - Use `est-eval-value-as-hdic-tsj-entry-character-list' for
-         `hdic-tsj-entry-character-list'.
++      (est-eval-apply-value): Use
++      `est-eval-value-as-hdic-tsj-entry-character-list' for
++      `hdic-tsj-entry-character-list'.
++
++2022-05-20  MORIOKA Tomohiko  <tomo.git@chise.org>
++
+       * est-eval.el (est-eval-value-as-object-with-description): New
+       function.
+       (est-eval-value-as-entry-character-list): New function.
+       (est-eval-apply-value): Use
+       `est-eval-value-as-entry-character-list' to support new formats
+       `entry-character-list' and `unordered-entry-character-list'.
  
  2022-04-28  MORIOKA Tomohiko  <tomo.git@chise.org>