From: MORIOKA Tomohiko Date: Sun, 13 Sep 2020 06:06:02 +0000 (+0900) Subject: update. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fids.git;a=commitdiff_plain;h=0c323f870454ea41ba895eb07b59560f4f6d218f update. --- 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'.