X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=728f8832a1b49e042a7eb6467a49f90a09e0c5a4;hb=ea953c4f127a580bb0795492f2b3ada4e18785cf;hp=5bd7c507d146a97eecf582fed0177e5da3f36331;hpb=e7cc876b497cd3bdbc318a719a88c1f688590f76;p=chise%2Fids.git diff --git a/ChangeLog b/ChangeLog index 5bd7c50..728f883 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,165 @@ +2005-11-03 MORIOKA Tomohiko + + * ids-find.el (ids-index-store-char): Don't use `char-feature' to + refer COMPONENT's `ideographic-products' value to avoid infinite + recursions; don't check COMPONENT'S substructure if PRODUCT is + found in `ideographic-products' of COMPONENT. + +2005-10-30 MORIOKA Tomohiko + + * ids-find.el (ids-index-store-char): Revert to use `char-feature' + instead of `get-char-attribute'; revert to add component's + substructure. + (ideographic-products-find): New implementation. + (ids-insert-chars-including-components): Likewise; add new + optional argument `ignored-chars'; change `level' to an optional + argument. + +2005-10-30 MORIOKA Tomohiko + + * install-ids.el: Add code to delete old `ideographic-products'. + +2005-10-17 MORIOKA Tomohiko + + * www/www-ids-find.el (www-ids-find-version): Update to 0.22.2. + (www-ids-find-format-line): Add link for CHISE link-map. + (www-batch-ids-find): Add link for http://fonts.jp/chise_linkmap/. + +2005-10-07 MORIOKA Tomohiko + + * www/www-ids-find.el (www-ids-find-version): New constant. + (www-ids-find-ideographic-products-file-name): New variable. + (www-batch-ids-find): Display version, Last-modified, copyright; + display warning when updating the system; add links for related + sites. + +2005-10-07 MORIOKA Tomohiko + + * www/tang-chars.udd: Sync up with the latest data [add 568 + characters]. + +2005-09-14 MORIOKA Tomohiko + + * ids-find.el (of-component-features): New function. + (to-component-features): New function. + (char-component-variants): Use `{of|to}-component-features'. + (ideographic-structure-char=): Use `of-component-features'. + +2005-09-05 MORIOKA Tomohiko + + * www/www-ids-find.el (www-ids-find-format-line): Encode UTF-8 + characters in URL; don't use quoted-string for the value of + charset in Content-Type field. + +2005-06-02 MORIOKA Tomohiko + + * www/www-ids-find.el (www-ids-insert-chars-including-components): + New function. + (www-batch-ids-find): Use + `www-ids-insert-chars-including-components'. + +2005-05-27 MORIOKA Tomohiko + + * ids-find.el (ids-index-store-char): Use `get-char-attribute' + instead of `char-feature' to refer `ideographic-products' to avoid + infinite loop; ignore COMPONENT's substructure. + (ids-index-store-structure): Ignore char-ref format. + (ids-insert-chars-including-components): New function. + (ids-find-chars-including-components): Use + `ids-insert-chars-including-components'. + +2005-05-25 MORIOKA Tomohiko + + * www/www-ids-find.el (www-ids-find-format-line): Add setting for + "&ZOB-dddd;". + +2005-04-28 MORIOKA Tomohiko + + * www/tang-chars.udd: New file. + + +2005-05-25 MORIOKA Tomohiko + + * chise-ids 0.22 released. + + * Makefile (tar): Modify for chise-ids. + + * ftp.in: New file. + + * Makefile (PACKAGE): Changed to chise-ids. + (VERSION): Update to 0.22. + +2005-05-24 MORIOKA Tomohiko + + * ids-find.el (ids-find-chars-including-components): Add check + code to avoid problems caused by wrong indexes. + + * IDS-UCS-Ext-B-5.txt: + - Complete/compact/modify/fix some IDSs. + - Use instead of U+961D for as ``mound''. + - Use instead of U+961D for as ``city''. + + * IDS-UCS-Ext-B-4.txt (U-0002715D): Fixed. + (U-000277D4): Compacted. + + * IDS-UCS-Ext-B-3.txt: Complete/compact/modify/fix some IDSs. + +2005-05-21 MORIOKA Tomohiko + + * IDS-UCS-Ext-B-2.txt: + - Complete/compact/modify/fix some IDSs. + - Use instead of U+624C. + + * IDS-UCS-Ext-A.txt: + - Complete/compact/modify/fix some IDSs. + - Use instead of U+624C. + - Use "⿸㫃" instead of "⿰方⿱人". + + * IDS-JIS-X0208-1990.txt: + - Use instead of U+624C. + - Use instead of U+4EBB. + - Use instead of U+961D for as ``mound''. + - Compact/modify/fix some IDSs. + + * IDS-Daikanwa-06.txt, IDS-Daikanwa-05.txt: Add/compact/modify/fix + some IDSs. + + * IDS-CNS-2.txt: + - Use instead of U+4EBB. + - Modify/fix some IDSs. + + * IDS-CNS-1.txt: + - Use instead of U+4EBB. + - Use "𠂋" instead of "⿸𠂆一". + - Add/complete/modify/fix some IDSs. + +2005-05-19 MORIOKA Tomohiko + + * www/www-ids-find.el (www-ids-find-format-line): Display glyphs + of JIS X0208, 0212, GB2312, 12345 and CNS 11643. + (www-batch-ids-find): Add settings for + `coded-charset-entity-reference-alist' to prefer CCSs that can be + displayed. + +2005-05-18 MORIOKA Tomohiko + + * www/www-ids-find.el (www-ids-find-format-line): Add links for + http://mousai.kanji.zinbun.kyoto-u.ac.jp/char-desc?CHAR; display + glyphs of JC3-hhhh. + (www-batch-ids-find): Fix setting for + `coded-charset-entity-reference-alist'. + +2005-05-18 MORIOKA Tomohiko + + * www/www-ids-find.el (www-batch-ids-find): If only one character + is specified as components, display the character's IDS. + +2005-05-17 MORIOKA Tomohiko + + * www/www-ids-find.el (www-ids-find-format-line): New function. + (www-batch-ids-find): Use `www-ids-find-format-line'; if only one + character is specified as components, display the character. + 2005-05-17 MORIOKA Tomohiko * www/www-ids-find.el (www-batch-ids-find): Display a brief @@ -136,6 +298,12 @@ 2005-04-06 MORIOKA Tomohiko + * ids-dump.el (ids-dump-insert-daikanwa): Use + `ids-dump-format-list' instead of `ids-format-list'. + (ids-dump-insert-daikanwa-hokan): Likewise. + +2005-04-06 MORIOKA Tomohiko + * IDS-CNS-2.txt: Compact/modify/fix some IDSs. 2005-04-06 MORIOKA Tomohiko