Mercurial > emacs
changeset 31456:1d3d2dcc62b4
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 07 Sep 2000 12:41:09 +0000 |
parents | 0b33b8c5d16e |
children | b1c66af9aba5 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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 <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>