diff src/ChangeLog @ 31137:b436ef5ec659

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 24 Aug 2000 02:09:20 +0000
parents aa11fb167cec
children ca63a2c1a83b
line wrap: on
line diff
--- 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  <handa@etl.go.jp>
+
+	* 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  <eliz@is.elta.co.il>
 
 	* buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix.