# HG changeset patch # User Kenichi Handa # Date 1015846086 0 # Node ID 9ebe131ccd17c39450bf607e21c79463417defa4 # Parent 8d4c4537e5e7961ec72944741f24c33ec30b666f *** empty log message *** diff -r 8d4c4537e5e7 -r 9ebe131ccd17 src/ChangeLog --- a/src/ChangeLog Fri Mar 08 00:22:54 2002 +0000 +++ b/src/ChangeLog Mon Mar 11 11:28:06 2002 +0000 @@ -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