X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2FChangeLog;h=9859439850e83036eb61f2735bc688120903c15a;hb=bf798ff992c2448fd8c79577d75a4aa74d2201eb;hp=3589cf59ace13c207df7b75e7bbbb6e68ba6a9bf;hpb=f644a9c21238aff9560e4bd5c255012d2e30cdea;p=chise%2Fxemacs-chise.git diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3589cf5..9859439 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,41 @@ 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 + into language-info-alist. + +1999-06-03 Ken'ichi Handa + + * mule/vietnamese.el (ccl-encode-vscii): Typo fixed + (viet-viscii-...->viet-vscii...). + +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 + language environment. + +1999-06-29 MORIOKA Tomohiko + + * mule/english.el (setup-english-environment): Don't setup + `setup-function' property of English environment. + +1999-06-29 MORIOKA Tomohiko + * mule/cyrillic.el: - Register `coding-priority', `input-method' and `features' keys into language-info-alist. @@ -29,9 +65,10 @@ 1998-08-31 Paul Eggert - * mule/chinese.el, mule/cyrillic.el: Add coding: local variable, - to avoid bootstrapping problem if you need to recompile all the - Lisp files using interpreted code. + * 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. 1998-01-21 Kenichi Handa @@ -241,6 +278,12 @@ (read-language-name): Handle the case that the arg KEY is nil. (describe-language-environment): Handle input-method property. + * language/english.el (setup-english-environment): Just call + reset-language-environment. + + * language/european.el (setup-8-bit-environment): Function + deleted. + 1998-08-08 Richard Stallman * mule/mule-cmds.el (input-method-exit-on-first-char)