From 99325cfbfc7b69601c6d34463651eaf86938686e Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 18 Feb 2003 11:54:02 +0000 Subject: [PATCH] Sync up with r21-4-10-utf-2000-0_20-=gt. --- lisp/ChangeLog | 7 ++++++- lisp/mule/mule-conf.el | 3 ++- lisp/utf-2000/isolated-char.el | 22 +++++++++++----------- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c7ccad..b51c24e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,11 @@ 2003-02-18 MORIOKA Tomohiko - * mule-charset.el (default-coded-charset-priority-list): Add + * mule/mule-conf.el (=gt): Renamed from `ideograph-gt'. + (ideograph-gt): Changed to an alias for `=gt'. + +2003-02-18 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add `ideograph-gt-pj-k1' and `ideograph-gt-pj-k2'. 2003-02-17 MORIOKA Tomohiko diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 62a3aa6..93130b8 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -229,7 +229,7 @@ max-code #x8DFE)) (define-charset-alias 'chinese-big5-cdp '=big5-cdp) - (make-charset 'ideograph-gt + (make-charset '=gt "GT" `(long-name "GT 2000" chars 256 @@ -241,6 +241,7 @@ min-code ,(lsh #x6100 16) max-code ,(+ (lsh #x6100 16) 67547) code-offset ,(lsh #x6100 16))) + (define-charset-alias 'ideograph-gt '=gt) (make-charset '=gt-k "GT parts" `(long-name "Ideographic parts of GT" diff --git a/lisp/utf-2000/isolated-char.el b/lisp/utf-2000/isolated-char.el index d69c53c..5d592b4 100644 --- a/lisp/utf-2000/isolated-char.el +++ b/lisp/utf-2000/isolated-char.el @@ -180,7 +180,7 @@ (setq gt-code (string-to-int (match-string 1)) plane (string-to-int (match-string 4)) code (string-to-int (match-string 5) 16)) - (put-char-attribute (decode-builtin-char 'ideograph-gt gt-code) + (put-char-attribute (decode-builtin-char '=gt gt-code) (intern (format "ideograph-gt-pj-%d" plane)) code) ))) @@ -209,43 +209,43 @@ (define-char '((ideograph-gt-pj-4 . #x3844) - (ideograph-gt . 19655) + (=gt . 19655) )) (define-char '((ideograph-gt-pj-4 . #x3845) - (ideograph-gt . 19656) + (=gt . 19656) )) (define-char '((ideograph-gt-pj-9 . #x4D7B) - (ideograph-gt . 19861) + (=gt . 19861) )) (define-char '((ideograph-gt-pj-4 . #x493C) - (ideograph-gt . 21862) + (=gt . 21862) )) (define-char '((ideograph-gt-pj-4 . #x6D51) - (ideograph-gt . 26606) + (=gt . 26606) )) (define-char '((ideograph-gt-pj-5 . #x4579) - (ideograph-gt . 30254) + (=gt . 30254) )) (define-char '((ideograph-gt-pj-11 . #x5277) - (ideograph-gt . 40268) + (=gt . 40268) )) (define-char '((ideograph-gt-pj-1 . #x3F6B) - (ideograph-gt . 52230) + (=gt . 52230) )) (define-char '((ideograph-gt-pj-7 . #x5821) - (ideograph-gt . 52349) + (=gt . 52349) )) (define-char '((ideograph-gt-pj-11 . #x5A40) - (ideograph-gt . 60403) + (=gt . 60403) )) ;;; isolated-char.el ends here -- 1.7.10.4