From 311e15139309c634e42445a4484872d9fc0a8a94 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 15 Oct 2020 09:58:16 +0900 Subject: [PATCH] update. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index d31a9b5..5914a56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2020-10-14 MORIOKA Tomohiko + * ids-find.el (ids-insert-chars-including-components*): Use + `copy-list' instead of `copy-tree' to avoid list corruption by + function `sort'. + (ids-insert-chars-including-components): Likewise. + (ideo-comp-tree-adjoin): New function. + (ideographic-chars-to-is-a-tree): New implementation; use + `ideo-comp-tree-adjoin'. + (ids-find-chars-including-ids): Use `copy-list' instead of + `copy-tree' to avoid list corruption by function `sort'. + +2020-10-14 MORIOKA Tomohiko + * ids-find.el (ideographic-chars-to-is-a-tree): Use `copy-tree' to avoid destroy `chars' by function `sort'. (ids-find-chars-including-ids*): Abolished. @@ -105,6 +117,11 @@ * IDS-UCS-Ext-B-1.txt (U-0002009F): Use apparent structure "⿱乊𠂇" instead of "⿱丿⿻𠂇丷". +2020-10-12 MORIOKA Tomohiko + + * install-ids.el: Add code to compact + `ideographic-structure@apparent'. + 2020-10-09 MORIOKA Tomohiko * ids-find.el (ideographic-structure-find-chars): Support -- 1.7.10.4