From fc31f2367d2067f37f92c2eadcffc57ba79f64d3 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 23 Jun 2020 15:33:33 +0900 Subject: [PATCH] update. --- ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6b3276e..2539723 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2020-06-23 MORIOKA Tomohiko + + * ids-find.el (ideographic-structure-merge-components-alist): New + function. + (ideographic-structure-to-components-alist): New function. + (ideographic-structure-to-components-alist*): New function. + (ideographic-structure-equal): New function. + (ideographic-structure-character=): New function. + (ideographic-structure-find-chars): New function. + (ideographic-structure-find-chars*): New function. + (ideographic-char-count-components): New function. + + * ids.el: Require `ids-find'. + (ideographic-structure-find-char): New implementation; use + `ideographic-structure-find-chars'. + +2020-06-22 MORIOKA Tomohiko + + * IDS-UCS-Ext-B-1.txt (U-0002028D): Modify structure. + + * IDS-CBETA.txt (CB10350): Use "⿵菛x" instead of "⿻菛x". + (CB11311): Ditto. + (CB12215): Ditto. + + * IDS-UCS-Ext-B-3.txt (U-00025AD6): Fixed. + 2020-06-20 MORIOKA Tomohiko * IDS-UCS-Basic.txt (U+7742): Fixed. -- 1.7.10.4