# HG changeset patch # User Kenichi Handa # Date 971425187 0 # Node ID dd1d1067760b2868ac286f585752e05ceb1554df # Parent 57fa108c491fab91dd21285bd0902a2682ed2f56 *** empty log message *** diff -r 57fa108c491f -r dd1d1067760b src/ChangeLog --- a/src/ChangeLog Fri Oct 13 08:01:24 2000 +0000 +++ b/src/ChangeLog Fri Oct 13 08:19:47 2000 +0000 @@ -2,6 +2,10 @@ * coding.c (code_convert_region): Be sure to initialize coding->category_idx. + (decode_coding_string): Set coding->src_multibyte and + coding->dst_multibyte before using CODING_REQUIRE_DECODING. + (encode_coding_string): Set coding->src_multibyte and + coding->dst_multibyte before using CODING_REQUIRE_ENCODING. 2000-10-12 Stefan Monnier