Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
32443:57fa108c491f | 32444:dd1d1067760b |
---|---|
1 2000-10-13 Kenichi Handa <handa@etl.go.jp> | 1 2000-10-13 Kenichi Handa <handa@etl.go.jp> |
2 | 2 |
3 * coding.c (code_convert_region): Be sure to initialize | 3 * coding.c (code_convert_region): Be sure to initialize |
4 coding->category_idx. | 4 coding->category_idx. |
5 (decode_coding_string): Set coding->src_multibyte and | |
6 coding->dst_multibyte before using CODING_REQUIRE_DECODING. | |
7 (encode_coding_string): Set coding->src_multibyte and | |
8 coding->dst_multibyte before using CODING_REQUIRE_ENCODING. | |
5 | 9 |
6 2000-10-12 Stefan Monnier <monnier@cs.yale.edu> | 10 2000-10-12 Stefan Monnier <monnier@cs.yale.edu> |
7 | 11 |
8 * xfns.c (Fx_create_frame): Don't bother calling | 12 * xfns.c (Fx_create_frame): Don't bother calling |
9 face-set-after-frame-default since the caller does it for us anyway. | 13 face-set-after-frame-default since the caller does it for us anyway. |