From: tomo Date: Tue, 29 Jun 1999 16:01:19 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-17-tomo-3~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7868d6be39bbfd29713815bef514082b744ff30f;p=chise%2Fxemacs-chise.git update. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9859439..6342474 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,12 @@ 1999-06-29 MORIOKA Tomohiko + * mule/japanese.el: + - Use `define-coding-system-alias' instead of `copy-coding-system'. + - Register `coding-priority', `input-method' and `features' keys + into language-info-alist. + +1999-06-29 MORIOKA Tomohiko + * mule/vietnamese.el: - Specify `iso-8-1' as a category of coding-system `viscii'. - Register `coding-priority', `input-method' and `features' keys @@ -66,9 +73,10 @@ 1998-08-31 Paul Eggert * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el, - mule/european.el, mule/hebrew.el, mule/vietnamese.el: Add coding: - local variable, to avoid bootstrapping problem if you need to - recompile all the Lisp files using interpreted code. + mule/european.el, mule/hebrew.el, mule/japanese.el, + mule/vietnamese.el: Add coding: local variable, to avoid + bootstrapping problem if you need to recompile all the Lisp files + using interpreted code. 1998-01-21 Kenichi Handa