aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2000-08-24 02:09:20 +0000
committerKenichi Handa <[email protected]>2000-08-24 02:09:20 +0000
commitc543db811fcd3fd77a1bf50e070644dcb0756d20 (patch)
tree3a463e81ac5298b9ab989ec0adbcccb58a923845 /src
parent278bfdd6150ca5d3ae946fb8a79531188d52fcea (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 397e24e6cc..a376136719 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
+2000-08-24 Kenichi Handa <[email protected]>
+
+ * 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 <[email protected]>
* buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix.