From: Kenichi Handa Date: Fri, 13 Oct 2000 08:19:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~916 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4a3f4e178ff322ec2ece71360b7c9c0fbf06fdd;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index e86f6d64693..3b15ace4ff3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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