update.
[chise/xemacs-chise.git] / lisp / ChangeLog
index 68eb035..9859439 100644 (file)
@@ -1,5 +1,104 @@
 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
 
+       * 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  <handa@gnu.org>
+
+       * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
+       (viet-viscii-...->viet-vscii...).
+
+1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * 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  <tomo@etl.go.jp>
+
+       * 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  <tomo@etl.go.jp>
+
+       * mule/english.el (setup-english-environment): Don't setup
+       `setup-function' property of English environment.
+
+1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/cyrillic.el:
+       - Register `coding-priority', `input-method' and `features' keys
+         into language-info-alist.
+       - Specify `iso-8-1' as a category of coding-system `koi8-r'.
+       (cyrillic-alternativnyj-decode-table): New variable.
+       (cyrillic-alternativnyj-encode-table): New variable.
+       - Specify `iso-8-1' as a category of coding-system
+         `alternativnyj'.
+       - Abolish general Cyrillic environment.
+
+1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/chinese.el:
+       - Use `define-coding-system-alias' instead of `copy-coding-system'.
+       - Register `chinese-gb-environment-setup-function' as a
+         `setup-function' of "Chinese-GB" environment.
+       - Register input-method key in language-info-alist.
+
+1998-10-26  Kenichi Handa <handa@etl.go.jp>
+
+       * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
+       use generate-new-buffer instead of get-buffer-create.
+
+1998-10-21  Kenichi Handa  <handa@etl.go.jp>
+
+       * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
+
+1998-08-31  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <handa@etl.go.jp>
+
+       * mule/chinese.el: Remove setting up of
+       describe-chinese-environment-map and
+       setup-chinese-environment-map.  Exclude them in args of calls to
+       set-language-info-alist.  Register coding-priority key in
+       language-info-alist.
+
+1997-10-21  Kenichi Handa  <handa@etl.go.jp>
+
+       * mule/chinese.el (post-read-decode-hz): Return the result of
+       decode-hz-region.
+       (pre-write-encode-hz): Do not change the value of
+       last-coding-system.
+
+1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule/mule-cmds.el (set-language-info-alist): Allow dummy
+       optional argument `parents'.
+
+       * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
+       property for Thai-XTIS.
+
+       * mule/mule-help.el (help-with-tutorial): Use property
+       `tutorial-coding-system' of language-info as a coding-system to
+       read tutorial file.
+
+1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
        * mule/thai-xtis.el: Don't setup `setup-function' and
        `exit-function'.
 
        (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  <rms@psilocin.ai.mit.edu>
 
        * mule/mule-cmds.el (input-method-exit-on-first-char)