comparison src/ChangeLog @ 63142:fdbda2a9a6bf

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 08 Jun 2005 15:55:18 +0000
parents 9ea9379c1208
children ef765645a5cf
comparison
equal deleted inserted replaced
63141:c531a8daedc6 63142:fdbda2a9a6bf
6 Use space or hyphen for display, instead of the non-ASCII char. 6 Use space or hyphen for display, instead of the non-ASCII char.
7 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix. 7 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
8 8
9 * process.c (Fstart_process): Don't touch command_channel_p slot. 9 * process.c (Fstart_process): Don't touch command_channel_p slot.
10 10
11 * process.h (struct process): Conditionalize slots 11 * process.h (struct process): Delete command_channel_p.
12 adaptive_read_buffering, read_output_delay and read_output_skip
13 on ADAPTIVE_READ_BUFFERING.
14 Delete command_channel_p.
15 12
16 2005-06-07 Masatake YAMATO <jet@gyve.org> 13 2005-06-07 Masatake YAMATO <jet@gyve.org>
17 14
18 * xdisp.c (note_mode_line_or_margin_highlight): Check 15 * xdisp.c (note_mode_line_or_margin_highlight): Check
19 the overlapping of re-rendering area to avoid flickering. 16 the overlapping of re-rendering area to avoid flickering.