From: Kenichi Handa Date: Mon, 11 Mar 2002 11:28:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~940 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85779cf5b729a963dc708131232b9c1a6963c20e;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index a42764ac1c6..351d5fa1377 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-03-11 Kenichi Handa + + * coding.c (produce_chars): Set the variable `multibytep' correctly. + (decode_coding_gap): Set coding->dst_multibyte correctly. + 2002-03-07 Kenichi Handa * coding.c (encode_coding_utf_8): Initialize produced_chars to 0. @@ -27,6 +32,8 @@ * chartab.c (sub_char_table_set_range): Optimized for the case DEPTH == 3. Add workaround code for a GCC optimization bug. + * charset.c (parse_charset_map): Remove an unused variable. + * coding.c: Delete unused variables. * fileio.c (Finsert_file_contents): Set coding_system to Qnil