diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 003668db560..cfbbe7b47c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2005-06-08 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (get_next_display_element): Alter previous change: | ||
| 4 | Distinguish Vshow_nonbreak_escape = t or not t. | ||
| 5 | For t, use escape_glyph once again, as before previous change. | ||
| 6 | Use space or hyphen for display, instead of the non-ASCII char. | ||
| 7 | (syms_of_xdisp) <show-nonbreak-escape>: Doc fix. | ||
| 8 | |||
| 9 | * process.c (Fstart_process): Don't touch command_channel_p slot. | ||
| 10 | |||
| 11 | * process.h (struct process): Conditionalize slots | ||
| 12 | adaptive_read_buffering, read_output_delay and read_output_skip | ||
| 13 | on ADAPTIVE_READ_BUFFERING. | ||
| 14 | Delete command_channel_p. | ||
| 15 | |||
| 1 | 2005-06-07 Masatake YAMATO <jet@gyve.org> | 16 | 2005-06-07 Masatake YAMATO <jet@gyve.org> |
| 2 | 17 | ||
| 3 | * xdisp.c (note_mode_line_or_margin_highlight): Check | 18 | * xdisp.c (note_mode_line_or_margin_highlight): Check |