X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=8cb8a71e95fd272f382e115266a28aebaabe5585;hb=a3741c3828941596a9074abd82bfd4d6c04731ce;hp=fcd70893bc097b83304f9f7fff2ed596f0d9fd72;hpb=774f6e7683108a18945a98877c5839892dd1936a;p=chise%2Ftomoyo-tools.git diff --git a/ChangeLog b/ChangeLog index fcd7089..8cb8a71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,109 @@ +2002-10-02 MORIOKA Tomohiko + + * TOMOYO-ELS (tomoyo-modules-to-compile): Add `dump-tables'. + +2002-09-28 MORIOKA Tomohiko + + * dump-tables.el: Add autoload cookies. + +2002-09-11 MORIOKA Tomohiko + + * dump-tables.el (dump-jef-china3-to-ucs-table): New function. + +2002-07-21 MORIOKA Tomohiko + + * dump-tables.el: New file. + +2002-08-23 MORIOKA Tomohiko + + * TOMOYO-ELS (tomoyo-modules-to-compile): Add `ideo-dump'. + + * ideo-dump.el (char-db-dump-ideographs): New function. + +2002-04-17 MORIOKA Tomohiko + + * TOMOYO-ELS (tomoyo-modules-to-compile): Delete `ids', `ids-util' + and `iddef'. + + * iddef.el, ids-util.el, ids.el: Moved to the IDS package. + +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-03-23 MORIOKA Tomohiko + + * non-ideo-dump.el: Add setting for u0FFF0-Specials.el. + +2002-03-23 MORIOKA Tomohiko + + * non-ideo-dump.el: Add setting for u0AC00-Hangul-Syllables.el. + +2002-03-21 MORIOKA Tomohiko + + * non-ideo-dump.el: Add setting for U+A000 .. U+A4CF. + +2002-03-17 MORIOKA Tomohiko + + * non-ideo-dump.el: Add setting for U+1780 .. U+18AF. + +2002-03-16 MORIOKA Tomohiko + + * non-ideo-dump.el: Add setting for U+1400 .. U+16FF. + +2002-02-06 MORIOKA Tomohiko + + * non-ideo-dump.el: + - Require `char-db-util'. + - Add setting for U+0A00 .. U+0DFF and U+0F00 .. U+11FF. + +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.