update.
[chise/ids.git] / ChangeLog
index 07d1750..aa96142 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2020-09-12  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * ids-find.el
+       (ideographic-structure-compare-functional-and-apparent):
+       - Implement rule-415: ⿴⿳A囗BC -> ⿱⿱A⿴囗CB.
+       - Implement rule-416: ⿴⿳A冖BC -> ⿱⿱⿱A冖CB.
+       - Implement rule-417: ⿴⿳A&CDP-89A6;BC -> ⿱A⿸⿱C&CDP-89A6;B.
+       - Implement rule-419 (fallback): ⿴⿳AEBC -> ⿱⿱A⿻ECB.
+
+2020-09-12  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * ids-find.el
+       (functional-ideographic-structure-to-apparent-structure): New
+       implementation; use
+       `ideographic-structure-compare-functional-and-apparent'.        
+       (ideographic-structure-compare-functional-and-apparent):
+       - Add new optional argument `conversion-only'.
+       - Use ⿴⿱ABM -> ⿱A⿱MB instead of ⿴⿱ABM -> ⿳AMB as the definition
+         of rule-414.
+
 2020-09-11  MORIOKA Tomohiko  <tomo.git@chise.org>
 
        * ids-find.el