Mercurial > emacs
changeset 39522:6102045363ab
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 01 Oct 2001 10:53:38 +0000 |
parents | 477edfe737e3 |
children | 183567a011b1 |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Oct 01 10:53:18 2001 +0000 +++ b/src/ChangeLog Mon Oct 01 10:53:38 2001 +0000 @@ -1,3 +1,12 @@ +2001-10-01 Gerd Moellmann <gerd@gnu.org> + + * xdisp.c (display_line): Set row's ends_in_newline_from_string_p. + (try_window_id): Skip back over lines ending in a newline from a + string. + + * dispextern.h (struct glyph_row) <ends_in_newline_from_string_p>: + New bit flag + 2001-10-01 Richard M. Stallman <rms@gnu.org> * search.c (Freplace_match): Doc fix.