]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 7 Sep 2000 12:41:09 +0000 (12:41 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 7 Sep 2000 12:41:09 +0000 (12:41 +0000)
lisp/ChangeLog
src/ChangeLog

index f5d5ba981b9bfc504863a32ee64da2e2038f7865..062399abcf0b4efbc2fcb5fd83046406eb8d27d1 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-07  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/quail.el (quail-help): Fix previous change.
+
 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
 
        * faces.el (frame-set-background-mode): Use frame-parameter
index 4b7792441c8383384148070599d9e3cb8fe626bf..ba1be956858631e09f01354f28718729364650b2 100644 (file)
@@ -1,8 +1,8 @@
 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
 
        * coding.c (encode_coding_sjis_big5): Use translation table for
-       encoding, not decoding.   Check for the charset katakana-jisx0201,
-       not latin-jisx0201.
+       encoding, not decoding.  Fix the handling of latin-jisx0201.
+       Check for the charset katakana-jisx0201 too.
        (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1.
 
 2000-09-07  Gerd Moellmann  <gerd@gnu.org>