From: tomo Date: Tue, 29 Jun 1999 13:30:05 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-17-tomo-3~26 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cb08c9c1b145f8f19c0d68c75f9f5f13e17e16ae;p=chise%2Fxemacs-chise.git- update. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 83109cd..557342a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,17 @@ 1999-06-29 MORIOKA Tomohiko + * mule/hebrew.el (setup-hebrew-environment): Just call + `set-language-environment'. + - Specify `coding-priority' and `input-method' properties of each + language environment. + + * mule/greek.el (setup-greek-environment): Just call + `set-language-environment'. + - Specify `coding-priority' and `input-method' properties of each + language environment. + +1999-06-29 MORIOKA Tomohiko + * mule/european.el (setup-latin1-environment): Just call `set-language-environment'. - Specify `coding-priority' and `input-method' properties of each @@ -42,9 +54,9 @@ 1998-08-31 Paul Eggert * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el, - mule/european.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: 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