# HG changeset patch # User Kenichi Handa # Date 968330469 0 # Node ID 1d3d2dcc62b448b784ded155ca089a6e5bce5ffd # Parent 0b33b8c5d16e029289e906d343fa973469af9101 *** empty log message *** diff -r 0b33b8c5d16e -r 1d3d2dcc62b4 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 07 12:04:09 2000 +0000 +++ b/lisp/ChangeLog Thu Sep 07 12:41:09 2000 +0000 @@ -1,3 +1,7 @@ +2000-09-07 Kenichi Handa + + * international/quail.el (quail-help): Fix previous change. + 2000-09-07 Gerd Moellmann * faces.el (frame-set-background-mode): Use frame-parameter diff -r 0b33b8c5d16e -r 1d3d2dcc62b4 src/ChangeLog --- a/src/ChangeLog Thu Sep 07 12:04:09 2000 +0000 +++ b/src/ChangeLog Thu Sep 07 12:41:09 2000 +0000 @@ -1,8 +1,8 @@ 2000-09-07 Kenichi Handa * 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