diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 13 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-08-23 Eli Zaretskii <eliz@is.elta.co.il> | 14 | 2000-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. |