Mercurial > emacs
diff src/ChangeLog @ 32444:dd1d1067760b
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 13 Oct 2000 08:19:47 +0000 |
parents | 0c5fc183b211 |
children | 939f62717198 |
line wrap: on
line diff
--- 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 <monnier@cs.yale.edu>