From c543db811fcd3fd77a1bf50e070644dcb0756d20 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 24 Aug 2000 02:09:20 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 7 +++++++ src/ChangeLog | 13 +++++++++++++ 2 files changed, 20 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index defd9296292..d9902aa7428 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 397e24e6cc9..a3761367191 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.2