From 94df04869d3afa08ded7aa4dabeed71251e19dc9 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 12 Dec 2013 06:33:36 +0900 Subject: [PATCH] (==shinjigen): Modify DOC. (==shinjigen@1ed): New coded-charset for XEmacs CHISE. (==shinjigen@rev): Modify DOC. --- lisp/mule/mule-conf.el | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 89ed344..b9c7f52 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -2263,8 +2263,8 @@ (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev) (make-charset '==shinjigen - "Kadokawa ShinJigen dictionary (common parts)" - `(long-name "Shinjigen common parts" + "Detailed glyph-images of ShinJigen (common parts)" + '(long-name "Shinjigen common parts" chars 256 dimension 2 columns 2 @@ -2272,9 +2272,19 @@ direction l2r mother =shinjigen registry "Shinjigen\\(\\.[0-9]+\\)?-*")) + (make-charset '==shinjigen@1ed + "Detailed glyph-images of ShinJigen (the first edition)" + '(long-name "Detailed glyph-images of Shinjigen-1" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + mother ==shinjigen + registry "Shinjigen\\(\\.[0-9]+\\)?-1")) (make-charset '==shinjigen@rev - "Kadokawa ShinJigen dictionary (the revised edition)" - `(long-name "Shinjigen-2" + "Detailed glyph-images of ShinJigen (the revised edition)" + '(long-name "Detailed glyph-images of Shinjigen-2" chars 256 dimension 2 columns 2 -- 1.7.10.4