comparison 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
comparison
equal deleted inserted replaced
31136:d1344c992a9a 31137:b436ef5ec659
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.
4 <scroll-down-aggressively>: Likewise. 17 <scroll-down-aggressively>: Likewise.
5 18