# HG changeset patch # User Kenichi Handa # Date 967082960 0 # Node ID b436ef5ec659d8fa4b7aaa31ab544da54520c02d # Parent d1344c992a9ae6008cc99cbd55e14dc2ea4b1863 *** empty log message *** diff -r d1344c992a9a -r b436ef5ec659 lisp/ChangeLog --- a/lisp/ChangeLog Thu Aug 24 02:06:43 2000 +0000 +++ b/lisp/ChangeLog Thu Aug 24 02:09:20 2000 +0000 @@ -1,3 +1,10 @@ +2000-08-24 Kenichi Handa + + * international/mule-cmds.el (reset-language-environment): Set + default-process-coding-system to '(undecided . iso-latin-1), which + makes process I/O almost consistent with file I/O. Call this + function when mule-cmds.el[c] is loaded. + 2000-08-22 Andrew Innes * makefile.w32-in: New file. diff -r d1344c992a9a -r b436ef5ec659 src/ChangeLog --- a/src/ChangeLog Thu Aug 24 02:06:43 2000 +0000 +++ b/src/ChangeLog Thu Aug 24 02:09:20 2000 +0000 @@ -1,3 +1,16 @@ +2000-08-24 Kenichi Handa + + * process.c (create_process): Don't setup raw-text coding here. + (Fopen_network_stream): Don't set coding->src_multibyte and + coding->dst_multibyte here. + (read_process_output): For process filter, return unibyte string + if default-enable-multibyte-characters is nil. + (send_process): If OBJECT is multibyte text, be sure to encoded it + by the specified coding system for the process. Otherwise, setup + raw-text coding. + (init_process): Don't initialize default-process-coding-system + here. + 2000-08-23 Eli Zaretskii * buffer.c (syms_of_buffer) : Doc fix.