From: tomo Date: Fri, 4 Jun 2010 10:15:47 +0000 (+0000) Subject: update. X-Git-Tag: chise-base-0_25^20~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=515d17df3a432d59ca173beaf4b152d1d9cb053b;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/lisp/utf-2000/ChangeLog b/lisp/utf-2000/ChangeLog index 7cb124f..c1412cf 100644 --- a/lisp/utf-2000/ChangeLog +++ b/lisp/utf-2000/ChangeLog @@ -1,3 +1,25 @@ +2010-06-04 MORIOKA Tomohiko + + * ideograph-util.el (ideograph-radical-strokes-vector): Moved to + ideograph-subr.el. + (char-ideographic-strokes): Ditto. + (char-total-strokes-from-domains): Ditto. + (char-total-strokes): Ditto. + + * ideograph-subr.el: Require `chise-subr'. + (ideograph-radical-strokes-vector): New variable [moved from + ideograph-util.el]. + (char-ideographic-strokes): New function [moved from + ideograph-util.el]. + (char-total-strokes-from-domains): Ditto. + (char-total-strokes): Ditto. + + * char-db-util.el (char-db-feature-domains): Moved to + chise-subr.el. + + * chise-subr.el (char-db-feature-domains): New variable [moved + from char-db-util.el]. + 2010-05-31 MORIOKA Tomohiko * ideograph-util.el (char-ideographic-strokes-from-domains): Moved diff --git a/lisp/utf-2000/auto-autoloads.el b/lisp/utf-2000/auto-autoloads.el index 7a677f8..1b03185 100644 --- a/lisp/utf-2000/auto-autoloads.el +++ b/lisp/utf-2000/auto-autoloads.el @@ -1,28 +1,46 @@ ;;; DO NOT MODIFY THIS FILE (if (featurep 'utf-2000-autoloads) (error "Already loaded")) -;;;### (autoloads (what-char-definition ideographic-radical) "char-db-util" "utf-2000/char-db-util.el") - -(autoload 'ideographic-radical "char-db-util" "\ -Return character corresponding with Kangxi-radical number." nil nil) +;;;### (autoloads (what-char-definition) "char-db-util" "utf-2000/char-db-util.el") (autoload 'what-char-definition "char-db-util" nil t nil) ;;;*** -;;;### (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") +;;;### (autoloads (chise-string< map-char-family char-id char-ucs char-attribute-name< expand-char-feature-name) "chise-subr" "utf-2000/chise-subr.el") + +(autoload 'expand-char-feature-name "chise-subr" nil nil nil) + +(autoload 'char-attribute-name< "chise-subr" "\ +Return t if symbol KA is less than KB in feature-name sorting order." nil nil) + +(autoload 'char-ucs "chise-subr" "\ +Return code-point of UCS." nil nil) -(autoload 'expand-char-feature-name "ideograph-util" nil nil nil) +(autoload 'char-id "chise-subr" nil nil nil) -(autoload 'map-char-family "ideograph-util" nil nil nil) +(autoload 'map-char-family "chise-subr" nil nil nil) -(autoload 'char-ideographic-strokes-from-domains "ideograph-util" nil nil nil) +(autoload 'chise-string< "chise-subr" nil nil nil) -(autoload 'char-ideographic-strokes "ideograph-util" nil nil nil) +;;;*** + +;;;### (autoloads (char-total-strokes char-total-strokes-from-domains char-ideographic-strokes char-ideographic-strokes-from-domains ideographic-radical) "ideograph-subr" "utf-2000/ideograph-subr.el") + +(autoload 'ideographic-radical "ideograph-subr" "\ +Return character corresponding with Kangxi-radical number." nil nil) -(autoload 'char-total-strokes-from-domains "ideograph-util" nil nil nil) +(autoload 'char-ideographic-strokes-from-domains "ideograph-subr" nil nil nil) -(autoload 'char-total-strokes "ideograph-util" nil nil nil) +(autoload 'char-ideographic-strokes "ideograph-subr" nil nil nil) + +(autoload 'char-total-strokes-from-domains "ideograph-subr" nil nil nil) + +(autoload 'char-total-strokes "ideograph-subr" nil nil nil) + +;;;*** + +;;;### (autoloads (ideographic-structure-find-char ideograph-char< char-daikanwa char-representative-of-daikanwa update-ideograph-radical-table) "ideograph-util" "utf-2000/ideograph-util.el") (autoload 'update-ideograph-radical-table "ideograph-util" nil t nil) @@ -30,16 +48,10 @@ Return character corresponding with Kangxi-radical number." nil nil) (autoload 'char-daikanwa "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) - ;;;*** ;;;### (autoloads (jp-jouyou-read-file ucs-compat-read-file mapping-table-read-file) "read-maps" "utf-2000/read-maps.el")