From: tomo Date: Wed, 17 Apr 2002 09:55:43 +0000 (+0000) Subject: update. X-Git-Tag: ids-0_0~7 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64966d5823c02d55d249048e497db7002bcc1551;p=chise%2Fids.git update. --- diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..fb9c069 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,83 @@ +2002-04-16 MORIOKA Tomohiko + + * IDS-UCS-Ext-B-1.txt, IDS-UCS-Ext-B-2.txt, IDS-UCS-Ext-B-3.txt, + IDS-UCS-Ext-B-4.txt, IDS-UCS-Ext-B-5.txt, IDS-UCS-Ext-B-6.txt, + README.en, IDS-UCS-Basic.txt, IDS-UCS-Compat-Supplement.txt, + IDS-UCS-Compat.txt, IDS-UCS-Ext-A.txt: New files. + +2002-04-05 MORIOKA Tomohiko + + * iddef.el (iddef-check-mapping-buffer): Add `hanyu-dazidian' and + remove `hanyu-dazidian-{vol|page|char}'. + +2002-04-05 MORIOKA Tomohiko + + * ids.el (ids-parse-string): Add DOC-string. + (ids-format-list): Likewise; add autoload cookie. + + * ids-util.el (morohashi-char-replace-alist): Add some rules. + +2002-04-04 MORIOKA Tomohiko + + * ids.el (ids-format-unit): New function. + (ids-format-list): New function. + +2002-04-03 MORIOKA Tomohiko + + * ids-util.el (ideographic-structure-convert-to-daikanwa): Try to + replace converted sub-tree with corresponding combined character. + +2002-04-03 MORIOKA Tomohiko + + * iddef.el (iddef-read-buffer): Add new optional argument + `ucs-only'. + (iddef-read-file): Likewise. + +2002-03-31 MORIOKA Tomohiko + + * ids-util.el (morohashi-char-replace-alist): Use `decode-char' + for U+4EBD. + +2002-01-07 MORIOKA Tomohiko + + * iddef.el (iddef-read-buffer): Fixed problem when corresponding + Daikanwa character is not found. + +2001-12-19 MORIOKA Tomohiko + + * iddef.el (iddef-check-mapping-buffer): New function. + (iddef-check-mapping-file): New function. + +2001-12-18 MORIOKA Tomohiko + + * iddef.el (iddef-read-buffer): Don't add `ideographic-structure' + into a character specified in `->same-ideograph' or `->identical' + if the character has `ucs'. + + * ids-util.el: Add new character. + +2001-12-18 MORIOKA Tomohiko + + * ids-util.el: Add coding: magic cookie. + (morohashi-char-replace-alist): Add some rules. + +2001-12-15 MORIOKA Tomohiko + + * ids-util.el (morohashi-char-replace-alist): Add new character. + +2001-12-15 MORIOKA Tomohiko + + * iddef.el (iddef-read-buffer): Don't add `ideographic-structure' + for Daikanwa character if the Daikanwa character has a different + `ucs' code point. + +2001-12-14 MORIOKA Tomohiko + + * iddef.el: New file. + + * ids.el (ids-read-buffer): Moved to iddef.el and renamed to + `iddef-read-buffer'; don't require `ids-util'. + +2001-12-14 MORIOKA Tomohiko + + * ids-util.el, ids.el: New file.