diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cdb855bdc8e..69693222363 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-10-01 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (display_line): Set row's ends_in_newline_from_string_p. | ||
| 4 | (try_window_id): Skip back over lines ending in a newline from a | ||
| 5 | string. | ||
| 6 | |||
| 7 | * dispextern.h (struct glyph_row) <ends_in_newline_from_string_p>: | ||
| 8 | New bit flag | ||
| 9 | |||
| 1 | 2001-10-01 Richard M. Stallman <rms@gnu.org> | 10 | 2001-10-01 Richard M. Stallman <rms@gnu.org> |
| 2 | 11 | ||
| 3 | * search.c (Freplace_match): Doc fix. | 12 | * search.c (Freplace_match): Doc fix. |