From 7f2715ad588c7b1187308387a472a06d6387eb8b Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 2 Mar 2010 14:14:43 +0000 Subject: [PATCH] update. --- lisp/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2568a97..4a7544e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,25 @@ +2010-03-02 MORIOKA Tomohiko + + * mule/mule-coding.el: (coded-charset-entity-reference-alist): + - Use `=gt' instead of `ideograph-gt'. + - Use `=gt-k' instead of `ideograph-gt-k'. + - Use `=jis-x0208@1990' instead of `japanese-jisx0208-1990'. + - Use `=jis-x0208@1983' instead of `japanese-jisx0208'. + - Use `=jis-x0213-1@2000' instead of `japanese-jisx0213-1'. + - Use `=jis-x0213-2' instead of `japanese-jisx0213-2'. + - Use `=jis-x0212' instead of `japanese-jisx0212'. + - Use `=jis-x0208@1978' instead of `japanese-jisx0208-1978'. + - Use `=>>gt' instead of `<=>gt'. + - Use &G-GT-ddddd; instead of &aGT-ddddd for `=>>gt'. + - Add setting for `=>>jis-x0208@1990'. + - Use &G-JX1-hhhh; instead of &aJX1-hhhh; for + `=>>jis-x0213-1@2000'. + - Use &G-JX2-hhhh; instead of &aJX2-hhhh; for `=>>jis-x0213-2'. + - Use &G-JX3-hhhh; instead of &aJX3-hhhh; for + `=>>jis-x0213-1@2004'. + - Add setting for `=>>jis-x0208@1978'. + - Decode &A-J0-hhhh; as `=>jis-x0208@1997'. + 2010-02-24 MORIOKA Tomohiko * mule/mule-conf.el (=>>jis-x0208@1978): New coded-charset for -- 1.7.10.4