Sync up with r21-4-10-utf-2000-0_20-=gt.
authortomo <tomo>
Tue, 18 Feb 2003 11:54:02 +0000 (11:54 +0000)
committertomo <tomo>
Tue, 18 Feb 2003 11:54:02 +0000 (11:54 +0000)
lisp/ChangeLog
lisp/mule/mule-conf.el
lisp/utf-2000/isolated-char.el

index 1c7ccad..b51c24e 100644 (file)
@@ -1,6 +1,11 @@
 2003-02-18  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
 
-       * 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  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-charset.el (default-coded-charset-priority-list): Add
        `ideograph-gt-pj-k1' and `ideograph-gt-pj-k2'.
 
 2003-02-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
index 62a3aa6..93130b8 100644 (file)
                  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
                  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"
index d69c53c..5d592b4 100644 (file)
        (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)
        )))
 
 (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