Mercurial > emacs
comparison src/ChangeLog @ 31139:ca63a2c1a83b
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 24 Aug 2000 03:23:37 +0000 |
parents | b436ef5ec659 |
children | b06672496fad |
comparison
equal
deleted
inserted
replaced
31138:5dab940bf298 | 31139:ca63a2c1a83b |
---|---|
1 2000-08-24 Kenichi Handa <handa@etl.go.jp> | 1 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
2 | |
3 * minibuf.c (do_completion): Always use compare-string, not | |
4 string-equal because the latter doesn't pay attention to | |
5 multibyteness of strings. | |
2 | 6 |
3 * process.c (create_process): Don't setup raw-text coding here. | 7 * process.c (create_process): Don't setup raw-text coding here. |
4 (Fopen_network_stream): Don't set coding->src_multibyte and | 8 (Fopen_network_stream): Don't set coding->src_multibyte and |
5 coding->dst_multibyte here. | 9 coding->dst_multibyte here. |
6 (read_process_output): For process filter, return unibyte string | 10 (read_process_output): For process filter, return unibyte string |