From f7620090377e7eb58ea976e89e3b8ab8c26ad8ca Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 9 Aug 2010 17:13:03 +0000 Subject: [PATCH] update. --- lisp/ChangeLog | 8 ++++++++ lisp/utf-2000/ChangeLog | 11 +++++++++++ lisp/utf-2000/auto-autoloads.el | 4 +++- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a9dcbd5..9113868 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2010-08-07 MORIOKA Tomohiko + + * 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 * mule/mule-coding.el: (coded-charset-entity-reference-alist): diff --git a/lisp/utf-2000/ChangeLog b/lisp/utf-2000/ChangeLog index 1e3cb34..c5eb591 100644 --- a/lisp/utf-2000/ChangeLog +++ b/lisp/utf-2000/ChangeLog @@ -1,5 +1,16 @@ 2010-08-07 MORIOKA Tomohiko + * 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 + * Ideograph-R043-Lame.el (U+5140): Copied from Ideograph-R010-Legs.el. (M-07542): Use `<-denotational' for U+5140. diff --git a/lisp/utf-2000/auto-autoloads.el b/lisp/utf-2000/auto-autoloads.el index 1b03185..646b634 100644 --- a/lisp/utf-2000/auto-autoloads.el +++ b/lisp/utf-2000/auto-autoloads.el @@ -25,11 +25,13 @@ Return code-point of UCS." 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") +;;;### (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) -- 1.7.10.4