aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 397e24e6cc9..a3761367191 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12000-08-24 Kenichi Handa <handa@etl.go.jp>
2
3 * process.c (create_process): Don't setup raw-text coding here.
4 (Fopen_network_stream): Don't set coding->src_multibyte and
5 coding->dst_multibyte here.
6 (read_process_output): For process filter, return unibyte string
7 if default-enable-multibyte-characters is nil.
8 (send_process): If OBJECT is multibyte text, be sure to encoded it
9 by the specified coding system for the process. Otherwise, setup
10 raw-text coding.
11 (init_process): Don't initialize default-process-coding-system
12 here.
13
12000-08-23 Eli Zaretskii <eliz@is.elta.co.il> 142000-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2 15
3 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix. 16 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix.