update.
authortomo <tomo>
Mon, 9 Aug 2010 17:13:03 +0000 (17:13 +0000)
committertomo <tomo>
Mon, 9 Aug 2010 17:13:03 +0000 (17:13 +0000)
lisp/ChangeLog
lisp/utf-2000/ChangeLog
lisp/utf-2000/auto-autoloads.el

index a9dcbd5..9113868 100644 (file)
@@ -1,3 +1,11 @@
+2010-08-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
+       setting for `==>ucs@bucs'.
+
+       * mule/mule-conf.el (==>ucs@bucs): New super abstract CCS for
+       XEmacs CHISE.
+
 2010-08-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * mule/mule-coding.el: (coded-charset-entity-reference-alist):
index 1e3cb34..c5eb591 100644 (file)
@@ -1,5 +1,16 @@
 2010-08-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
+       * char-db-util.el (char-db-coded-charset-priority-list): Add
+       `==>ucs@bucs'.
+
+       * ideograph-util.el (char-daikanwa-strokes): Fix problem when
+       function `char-representative-of-daikanwa' returns nil.
+
+       * ideograph-subr.el (char-ideographic-radical): Add autoload
+       cookie.
+
+2010-08-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
        * Ideograph-R043-Lame.el (U+5140): Copied from
        Ideograph-R010-Legs.el.
        (M-07542): Use `<-denotational' for U+5140.
index 1b03185..646b634 100644 (file)
@@ -25,11 +25,13 @@ Return code-point of UCS." nil nil)
 
 ;;;***
 \f
-;;;### (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")
+;;;### (autoloads (char-total-strokes char-total-strokes-from-domains char-ideographic-strokes char-ideographic-strokes-from-domains char-ideographic-radical 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-ideographic-radical "ideograph-subr" nil nil nil)
+
 (autoload 'char-ideographic-strokes-from-domains "ideograph-subr" nil nil nil)
 
 (autoload 'char-ideographic-strokes "ideograph-subr" nil nil nil)