# HG changeset patch # User Kenichi Handa # Date 1021551872 0 # Node ID 87badf09419eee693a8e876f1e6cd515ece77378 # Parent 7e3cae9b0d8386bd2120d36b54042e0aff8f6e81 *** empty log message *** diff -r 7e3cae9b0d83 -r 87badf09419e lisp/ChangeLog --- a/lisp/ChangeLog Thu May 16 12:24:12 2002 +0000 +++ b/lisp/ChangeLog Thu May 16 12:24:32 2002 +0000 @@ -1,3 +1,14 @@ +2002-05-16 Kenichi Handa + + * Makefile.in: By sure to run emacs with LC_ALL=C. + + * international/encoded-kb.el (encoded-kbd-handle-8bit): Call + encoded-kbd-self-insert-iso2022-8bit with argument 1. + (encoded-kbd-self-insert-charset): New function. + (encoded-kbd-setup-keymap): Handle a coding-system of type + charset. + (encoded-kbd-mode): Likewise. + 2002-05-15 Dave Love * international/mule-cmds.el (set-locale-environment): Comment out diff -r 7e3cae9b0d83 -r 87badf09419e src/ChangeLog --- a/src/ChangeLog Thu May 16 12:24:12 2002 +0000 +++ b/src/ChangeLog Thu May 16 12:24:32 2002 +0000 @@ -1,5 +1,8 @@ 2002-05-16 Kenichi Handa + * character.c (string_escape_byte8): Make multibyte string with + correct size. + * charset.c (Fmake_char): Delete unnecessary code. 2002-05-14 Kenichi Handa @@ -20,7 +23,7 @@ calling post-read-conversion function. (encode_coding_object): Give correct arguments ot pre-write-conversion. Ignore the return value of - pre-write-conversion function. Pay attention for the case that + pre-write-conversion function. Pay attention to the case that pre-write-conversion change the current buffer. If dst_object is Qt, even if coding->src_bytes is zero, allocate at least one byte to coding->destination.