X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=3cc7aa5f8818b999bb6bfc99be38658c384250a8;hb=0b92ea09a12b1c15b3451fb2785638b0d92d49c2;hp=7afe92da56e57878b1c4151ff46ee848e4c54a4c;hpb=176161a183cf44625c14ce82f0e19eff5881c216;p=chise%2Fids.git diff --git a/ChangeLog b/ChangeLog index 7afe92d..3cc7aa5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,527 @@ +2003-03-14 MORIOKA Tomohiko + + * ids.el (ids-parse-terminal): Use `encode-char' instead of + `get-char-attribute'; use `=ucs' and `=big5-cdp' instead of `ucs' + and `chinese-big5-cdp'. + (ids-parse-op-2): Use `encode-char' instead of + `get-char-attribute'; use `=ucs' instead of `ucs'. + +2003-02-21 MORIOKA Tomohiko + + * IDS-Daikanwa-07.txt: Use M-22015 instead of U+7592. + +2003-02-21 Kouichirou Eto <2003@eto.com> + + * IDS-JIS-X0208-1990.txt (J90-6243): fixed. + + * IDS-UCS-Basic.txt: fix some unbalanced IDSes, add an IDS. + +2003-02-21 Tomohiko Morioka + + * IDS-CBETA.txt (CB01462): Fixed. + (CB01463): Fix operator. + (CB01464): Modified. + +2003-01-30 MORIOKA Tomohiko + + * IDS-JIS-X0208-1990.txt: Modify, fix and add some IDSs. + +2003-01-28 MORIOKA Tomohiko + + * IDS-UCS-Ext-A.txt: Modify and/or fix some IDSs. + (U+3516): Completed. + +2003-01-27 MORIOKA Tomohiko + + * IDS-Daikanwa-02.txt: Modify, fix and add some IDSs. + + * install-ids.el: Prefer Daikanwa to CBETA. + + * IDS-Daikanwa-01.txt: Modify some IDSs. + (M-00339): Add IDS. + (M-00629'): Fixed. + (M-00862): Add IDS. + (M-00998): Add IDS. + (M-01368): Use U+FA32 instead of U-0002F80E. + +2003-01-22 MORIOKA Tomohiko + + * IDS-UCS-Basic.txt: Modify some IDSs. + (U+5271): Fixed. + (U+8842): Fixed. + (U+8853): Fixed. + (U+88B0): Completed. + (U+8D12): Completed. + (U+8D4D): Completed. + (U+8D56): Completed. + (U+8DA1): Completed. + (U+8F73): Completed. + (U+9045): Completed. + (U+91FC): Completed. + (U+9459): Completed. + (U+954A): Fixed. + (U+9613): Fixed. + (U+9618): Completed. + (U+9771): Completed. + (U+98CA): Completed. + (U+98D1): Fixed. + (U+98D6): Completed. + (U+9B2A): Completed. + (U+9C5C): Completed. + (U+9CD0): Completed. + (U+9D49): Completed. + + * IDS-JIS-X0208-1990.txt: Fix, modify and/or complete some IDSs. + (J90-3B3E): Add IDS. + (J90-3D43): Likewise. + (J90-4359): Likewise. + (J90-4768): Likewise. + (J90-4A4F): Likewise. + (J90-4C34): Likewise. + (J90-4C74): Likewise. + (J90-4F39): Likewise. + (J90-6576): Likewise. + (J90-663E): Likewise. + (J90-673E): Likewise. + (J90-6856): Likewise. + (J90-693F): Likewise. + (J90-6A45): Likewise. + (J90-6A5E): Likewise. + (J90-6F54): Likewise. + (J90-722C): Likewise. + +2003-01-21 MORIOKA Tomohiko + + * IDS-UCS-Basic.txt: Fix, modify and/or complete some IDSs. + +2003-01-19 MORIOKA Tomohiko + + * IDS-Daikanwa-02.txt: Use utf-8-mcs-er instead of utf-8. + +2003-01-18 MORIOKA Tomohiko + + * IDS-JIS-X0208-1990.txt: + - Add some missing IDSs. + - Fix or modify some IDSs. + +2003-01-17 MORIOKA Tomohiko + + * IDS-CBETA.txt (CB01453): Use GT-K0153 instead of M070816. + +2002-12-26 MORIOKA Tomohiko + + * IDS-JIS-X0208-1990.txt: Add some missing IDSs. + +2002-12-26 MORIOKA Tomohiko + + * IDS-JIS-X0208-1990.txt: Add some missing IDSs. + +2002-12-26 MORIOKA Tomohiko + + * IDS-JIS-X0208-1990.txt: Use U+624C instead of . + (J90-302F): Use U+6C35 instead of BC-8AF6. + (J90-593E): Fix an operator. + (J90-596A): Fix a component. + (J90-5F66): Add IDS. + (J90-607E): Likewise. + (J90-6D68): Likewise. + + * IDS-UCS-Basic.txt (U+6E81): Complete. + (U+6F4E): Fix an operator. + (U+7108): Fix typo. + (U+7155): Complete. + (U+73F1): Complete an operator. + (U+7476): Likewise. + (U+789B): Likewise. + (U+796F): Likewise. + (U+7E89): Fix typo. + (U+8FB7): Complete. + +2002-12-25 MORIOKA Tomohiko + + * IDS-UCS-Basic.txt: + - Add some missing IDSs. + - Fix or modify some IDSs. + + * ids-find.el (ideographic-structure-member-compare-components): + Renamed from `ideographic-structure-member-compare-parts'. + (ideographic-structure-member): Rename argument `part' to + `component'. + (ideographic-structure-repertoire-p): Likewise. + (ids-find-result-buffer): New variable. + (ids-find-format-line): New function. + (ids-find-chars-including-components): Renamed from + `ideographic-structure-search-chars'; use `ids-find-result-buffer' + and `ids-find-format-line'. + (ideographic-structure-search-chars): New obsolete alias for + `ids-find-chars-including-components'. + (ids-find-chars-covered-by-components): New command. + +2002-12-23 MORIOKA Tomohiko + + * IDS-JIS-X0208-1990.txt (J90-4134): Use BC-8B5D instead of + U+5165. + (J90-4B71): Don't use &MCS-xxxxxxxx;. + +2002-12-22 MORIOKA Tomohiko + + * IDS-JIS-X0208-1990.txt: + - Add some missing IDSs. + - Fix or modify some IDSs. + +2002-12-18 MORIOKA Tomohiko + + * IDS-JIS-X0208-1990.txt: Simplify some subsequences. + +2002-12-17 MORIOKA Tomohiko + + * ids-find.el (ideographic-structure-member): Add autoload cookie + and DOC-string. + (ideographic-structure-repertoire-p): New function. + +2002-12-16 MORIOKA Tomohiko + + * ids-find.el (ideographic-structure-char=): Fix problem about + characters which does not have mappings for UCS code points. + +2002-12-07 MORIOKA Tomohiko + + * cjk-4corner.el: New file. + +2002-11-29 MORIOKA Tomohiko + + * IDS-JIS-X0208-1990.txt: Modify and/or fix some parts. + +2002-11-28 MORIOKA Tomohiko + + * install-ids.el: Change order. + +2002-11-28 MORIOKA Tomohiko + + * IDS-Daikanwa-01.txt: + - Use utf-8-mcs-er instead of utf-8. + - Modify and/or fix some parts. + + * ids-dump.el (ids-dump-insert-daikanwa): Fixed problem about null + definitions. + +2002-11-26 MORIOKA Tomohiko + + * Makefile (install-ids): New target. + (install): Call `install-ids'. + + * install-ids.el: New file. + +2002-11-21 MORIOKA Tomohiko + + * ids-find.el (ideographic-structure-char=): New function; check + `<-radical' attribute. + (ideographic-structure-member-compare-parts): Use + `ideographic-structure-char='. + + * IDS-UCS-Basic.txt: Use + instead of + U+738B. + (U+5168): Use BC-8B5D instead of U+5165. + +2002-11-03 MORIOKA Tomohiko + + * IDS-JIS-X0208-1990.txt: Add and modify IDSs of some characters. + +2002-10-26 MORIOKA Tomohiko + + * ids-dump.el (ids-dump-insert-jis-x0208-1990): Don't insert + `nil'. + + * IDS-UCS-Basic.txt (U+7199): Fix typo. + +2002-10-25 MORIOKA Tomohiko + + * IDS-CBETA.txt: Add and modify IDSs of some characters. + + * IDS-JIS-X0208-1990.txt: + - Use utf-8-mcs-er instead of utf-8. + - Modify and/or fix some parts. + +2002-10-10 MORIOKA Tomohiko + + * ids-dump.el (ids-dump-range): Use `utf-8-mcs-er' instead of + `utf-8'. + +2002-10-10 MORIOKA Tomohiko + + * IDS-UCS-Ext-B-6.txt: + - Use utf-8-mcs-er instead of utf-8. + - Modify and/or fix some parts. + +2002-10-09 MORIOKA Tomohiko + + * ids-read.el (ids-read-buffer): Add new optional argument `soft' + to avoid to overwrite existing `ideographic-structure' properties. + (ids-read-file): Likewise. + + * IDS-UCS-Ext-B-5.txt, IDS-UCS-Ext-B-4.txt: + - Use utf-8-mcs-er instead of utf-8. + - Modify and/or fix some parts. + +2002-10-04 MORIOKA Tomohiko + + * IDS-UCS-Ext-B-3.txt: + - Use utf-8-mcs-er instead of utf-8. + - Modify and/or fix some parts. + +2002-10-03 MORIOKA Tomohiko + + * IDS-UCS-Basic.txt (U+883F): Marked an error. + (U+8840): Add IDS. + +2002-10-02 MORIOKA Tomohiko + + * IDS-UCS-Ext-B-2.txt: + - Use utf-8-mcs-er instead of utf-8. + - Modify and/or fix some parts. + +2002-10-01 MORIOKA Tomohiko + + * IDS-UCS-Ext-B-1.txt: + - Use utf-8-mcs-er instead of utf-8. + - Modify and/or fix some parts. + +2002-10-01 MORIOKA Tomohiko + + * IDS-UCS-Ext-A.txt: + - Use utf-8-mcs-er instead of utf-8. + - Modify and/or fix some parts. + +2002-09-30 MORIOKA Tomohiko + + * IDS-UCS-Basic.txt: Use utf-8-mcs-er instead of utf-8. + +2002-09-27 MORIOKA Tomohiko + + * IDS-ELS (ids-modules-to-compile): Add `ids-find'. + + * ids-find.el: New file. + +2002-07-17 MORIOKA Tomohiko + + * ids.el (ids-format-unit): Deleted. + (ids-format-list): Deleted. + (ids-format-list): Define as an alias for + `ideographic-structure-to-ids'. + +2002-08-08 MORIOKA Tomohiko + + * IDS-UCS-Basic.txt: Fix and/or complete some IDSs. + +2002-07-01 MORIOKA Tomohiko + + * IDS-JIS-X0208-1990.txt: New file. + + * ids-read.el (ids-read-buffer): Accept J90-hhhh. + + * ids-dump.el (ids-dump-file-specs-alist): Deleted. + (ids-dump-ranges): Deleted. + (ids-dump-insert-jis-x0208-1990): New function. + (ids-dump-range): New function. + (ids-dump-ucs-basic): New implementation. + (ids-dump-ucs-ext-a): Likewise. + (ids-dump-ucs-compat): Likewise. + (ids-dump-ucs-ext-b-*): Likewise. + (ids-dump-ucs-compat-supplement): Likewise. + (ids-dump-daikanwa-nn): Likewise. + (ids-dump-daikanwa-index): New function. + (ids-dump-daikanwa-hokan): Renamed from `ids-dump-daikanwa-ho'; + new implementation. + (ids-dump-cbeta): New implementation. + (ids-dump-jis-x0208-1990): New function. + +2002-07-01 Christian Wittern + + * IDS-UCS-Ext-B-5.txt, IDS-UCS-Ext-B-4.txt, IDS-UCS-Ext-B-3.txt, + IDS-UCS-Ext-B-2.txt, IDS-UCS-Ext-B-1.txt, IDS-UCS-Ext-A.txt, + IDS-UCS-Basic.txt: Replaced some CDP characters with Unicode + equivalents: U+624C; U+5FC4. + +2002-07-01 MORIOKA Tomohiko + + * IDS-Daikanwa-ho.txt (MH-0089): Add IDS. + (MH-0133): Modified. + (MH-0465): Modified. + (MH-0486): Modified. + + * IDS-Daikanwa-dx.txt (M-48929): Modified. + + * IDS-Daikanwa-12.txt (M-42211): Add IDS. + + * IDS-Daikanwa-11.txt: + - Add IDS for some characters. + - Modify/fix IDS for some characters. + + * IDS-Daikanwa-10.txt (M-32806): Add IDS. + + * IDS-Daikanwa-09.txt (M-28120): Break. + (M-28126): Add IDS. + - Use M-07055 instead of U+5B81. + + * IDS-Daikanwa-08.txt (M-25016): Break. + (M-25016'): Add IDS. + + * IDS-Daikanwa-07.txt (M-17575): Add IDS. + + * IDS-Daikanwa-06.txt (M-15637): Add IDS. + + * IDS-Daikanwa-05.txt: + - Add IDS for some characters. + - Use M-01452 instead of U+516C. + + * IDS-Daikanwa-04.txt: + - Add IDS for some characters. + - Use M-09221 instead of U+5E7F. + + * IDS-Daikanwa-03.txt, IDS-Daikanwa-02.txt: Add IDS for some + characters. + + * IDS-Daikanwa-01.txt: Use J0-5035 instead of U+4EA0. Use J0-446B + instead of U+5E1D. Use M-09373 instead of U+5EB6. + (M-00248): Delete IDS. + (M-00249): Delete IDS. + (M-00250): Delete IDS. + (M-00407): Add IDS. + (M-00612): Add IDS. + (M-00844): Simplified. + (M-00876): Add IDS. + (M-01009): Add IDS. + (M-01179): Add IDS. + (M-01312): Add IDS. + (M-01374): Modify structure. + (M-01375): Likewise. + + * IDS-CBETA.txt (CB00104): Fixed. + + * IDS-UCS-Ext-B-6.txt (U-0002A205): Fixed. + (U-0002A20B): Likewise. + (U-0002A6CD): Likewise. + + * IDS-UCS-Ext-B-5.txt, IDS-UCS-Ext-B-4.txt: Fix and/or modify for + some characters. + + * IDS-UCS-Ext-B-3.txt (U-00024013): Fixed. + (U-00024047): Fixed. + (U-00025F11): Fixed. + (U-00025F51): Fixed. + (U-00025FF4): Fixed. + + * IDS-UCS-Ext-B-2.txt (U-00023FF6): Fixed. + + * IDS-UCS-Ext-B-1.txt (U-00020054): Fixed. + (U-00020075): Completed. + + * IDS-UCS-Ext-A.txt (U+34D5): Completed. + (U+4B91): Likewise. + (U+4CF5): Fixed. + (U+FA23): Completed. + + * IDS-UCS-Basic.txt (U+9EF1): Fixed. + +2002-07-01 Christian Wittern + + * IDS-UCS-Basic.txt: Cleaned up some IDS sequences, especially + replacing cdp chars with their unicode counterparts of U+8BA0. + +2002-06-27 MORIOKA Tomohiko + + * ids-dump.el (ids-dump-file-specs-alist): Add `daikanwa-xx' + instead of `daikanwa'. + (ids-dump-insert-daikanwa): Add new argument `start' and `end'; + don't dump MH-nnnn data. + (ids-dump-insert-daikanwa-hokan): New function. + + * ids-read.el (ids-read-buffer): Read M-nnnnn', M-nnnnn" and + MH-nnnn. + +2002-06-25 MORIOKA Tomohiko + + * IDS-Daikanwa-01.txt, IDS-Daikanwa-02.txt, IDS-Daikanwa-03.txt, + IDS-Daikanwa-04.txt, IDS-Daikanwa-05.txt, IDS-Daikanwa-06.txt, + IDS-Daikanwa-07.txt, IDS-Daikanwa-08.txt, IDS-Daikanwa-09.txt, + IDS-Daikanwa-10.txt, IDS-Daikanwa-11.txt, IDS-Daikanwa-12.txt, + IDS-Daikanwa-dx.txt, IDS-Daikanwa-ho.txt: New files. + +2002-06-24 MORIOKA Tomohiko + + * ids-read.el (ids-read-buffer): Fix problem about M-nnnnn' and + M-nnnnn". + +2002-06-24 MORIOKA Tomohiko + + * IDS-UCS-Basic.txt (U+9AD8): Add IDS. + +2002-06-24 MORIOKA Tomohiko + + * IDS-CBETA.txt: New file. + +2002-06-22 MORIOKA Tomohiko + + * IDS-UCS-Ext-B-6.txt (U-0002A090): Fixed. + (U-0002A162): Fixed. + + * IDS-UCS-Ext-B-2.txt: Fix IDS of some characters. + + * IDS-UCS-Compat.txt (U+F902): Declare as an atom. + + * IDS-UCS-Ext-A.txt: Fix IDS of some characters. + + * IDS-UCS-Basic.txt: Simplify IDS of some characters. + + * IDS-UCS-Ext-B-1.txt (U-00020003): Fixed. + + * ids-read.el (ids-read-buffer): Accept CBnnnnn instead of + CB-nnnnn as CBETA characters. + + * IDS-ELS (ids-modules-to-compile): Add `ids-dump'. + + * ids-dump.el: New file. + +2002-06-21 MORIOKA Tomohiko + + * IDS-UCS-Compat.txt: Fixed. + +2002-06-21 MORIOKA Tomohiko + + * IDS-UCS-Basic.txt: Fix or simplify some IDS. + +2002-06-20 MORIOKA Tomohiko + + * ids-read.el (ids-read-buffer): Add new optional argument + `simplify'; if `simplify' is nil, don't simplify a subtree; accept + CB-nnnnn. + (ids-read-file): Likewise. + + * ids.el (ids-parse-component): Add new argument `simplify'; if + `simplify' is nil, don't simplify a subtree. + (ids-parse-element): Likewise. + (ids-parse-string): Likewise. + +2002-06-20 MORIOKA Tomohiko + + * iddef.el: Deleted [moved to `cdp' package']. + +2002-05-28 MORIOKA Tomohiko + + * IDS-ELS (ids-modules-to-compile): Add `ids-read'; delete + `iddef'. + + * ids-read.el: New file. + +2002-04-18 MORIOKA Tomohiko + + * IDS-UCS-Ext-B-4.txt, IDS-UCS-Ext-B-5.txt, IDS-UCS-Ext-B-6.txt, + IDS-UCS-Compat-Supplement.txt, IDS-UCS-Ext-B-1.txt, + IDS-UCS-Ext-B-2.txt, IDS-UCS-Ext-B-3.txt: Use U-hhhhhhhh instead + of U+hhhhh. + 2002-04-18 MORIOKA Tomohiko * IDS-UCS-Compat-Supplement.txt: Fixed.