update.
authortomo <tomo>
Thu, 2 Oct 2008 14:02:59 +0000 (14:02 +0000)
committertomo <tomo>
Thu, 2 Oct 2008 14:02:59 +0000 (14:02 +0000)
lisp/utf-2000/ChangeLog
lisp/utf-2000/auto-autoloads.el

index 4426b0b..33fc608 100644 (file)
@@ -1,3 +1,10 @@
+2008-09-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * 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  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * Ideograph-R130-Meat.el (B-BB4C): Moved to U+817F.
index 798c63d..d2ac7f0 100644 (file)
@@ -7,7 +7,7 @@
 
 ;;;***
 \f
-;;;### (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)
 
 
 (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)