*** 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 f5d5ba9..062399a 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 4b77924..ba1be95 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>