From: tomo Date: Thu, 2 Oct 2008 14:02:59 +0000 (+0000) Subject: update. X-Git-Tag: r21-4-21-chise-sort-by-strokes-diff^20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bdf75c78dcacf3a22b629822375c26877e1d970a;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/lisp/utf-2000/ChangeLog b/lisp/utf-2000/ChangeLog index 4426b0b..33fc608 100644 --- a/lisp/utf-2000/ChangeLog +++ b/lisp/utf-2000/ChangeLog @@ -1,3 +1,10 @@ +2008-09-25 MORIOKA Tomohiko + + * ideograph-util.el (char-id): Add autoload cookie. + (char-ideographic-strokes-diff): New function. + (ideograph-char<): Add autoload cookie; use + `char-ideographic-strokes-diff'. + 2008-09-30 MORIOKA Tomohiko * Ideograph-R130-Meat.el (B-BB4C): Moved to U+817F. diff --git a/lisp/utf-2000/auto-autoloads.el b/lisp/utf-2000/auto-autoloads.el index 798c63d..d2ac7f0 100644 --- a/lisp/utf-2000/auto-autoloads.el +++ b/lisp/utf-2000/auto-autoloads.el @@ -7,7 +7,7 @@ ;;;*** -;;;### (autoloads (chise-string< ideographic-structure-find-char char-ucs char-daikanwa char-representative-of-daikanwa update-ideograph-radical-table char-total-strokes char-total-strokes-from-domains char-ideographic-strokes char-ideographic-strokes-from-domains map-char-family expand-char-feature-name) "ideograph-util" "utf-2000/ideograph-util.el") +;;;### (autoloads (chise-string< ideographic-structure-find-char ideograph-char< char-id char-ucs char-daikanwa char-representative-of-daikanwa update-ideograph-radical-table char-total-strokes char-total-strokes-from-domains char-ideographic-strokes char-ideographic-strokes-from-domains map-char-family expand-char-feature-name) "ideograph-util" "utf-2000/ideograph-util.el") (autoload 'expand-char-feature-name "ideograph-util" nil nil nil) @@ -29,6 +29,10 @@ (autoload 'char-ucs "ideograph-util" nil nil nil) +(autoload 'char-id "ideograph-util" nil nil nil) + +(autoload 'ideograph-char< "ideograph-util" nil nil nil) + (autoload 'ideographic-structure-find-char "ideograph-util" nil nil nil) (autoload 'chise-string< "ideograph-util" nil nil nil)