diff options
| author | Kenichi Handa | 2000-08-24 02:09:20 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-08-24 02:09:20 +0000 |
| commit | c543db811fcd3fd77a1bf50e070644dcb0756d20 (patch) | |
| tree | 3a463e81ac5298b9ab989ec0adbcccb58a923845 /src | |
| parent | 278bfdd6150ca5d3ae946fb8a79531188d52fcea (diff) | |
| download | emacs-c543db811fcd3fd77a1bf50e070644dcb0756d20.tar.gz emacs-c543db811fcd3fd77a1bf50e070644dcb0756d20.zip | |
*** empty log message ***
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. |