From 0c323f870454ea41ba895eb07b59560f4f6d218f Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 13 Sep 2020 15:06:02 +0900 Subject: [PATCH] update. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 023ba0d..aa96142 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ 2020-09-12 MORIOKA Tomohiko * 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 + + * ids-find.el (functional-ideographic-structure-to-apparent-structure): New implementation; use `ideographic-structure-compare-functional-and-apparent'. -- 1.7.10.4