Mercurial > emacs
changeset 40246:96b06568acc2
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 24 Oct 2001 09:12:40 +0000 |
parents | 9175d0c189f4 |
children | c824be0e27e2 |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Oct 24 09:12:13 2001 +0000 +++ b/src/ChangeLog Wed Oct 24 09:12:40 2001 +0000 @@ -1,5 +1,16 @@ 2001-10-24 Gerd Moellmann <gerd@gnu.org> + * xdisp.c (try_window_reusing_current_matrix): Use + row_containing_pos. + (row_containing_pos): Take additional argument DY. Treat + rows ending in middle of char differently. + (display_line): Handle tabs on window systems differently. + + * xterm.c, w32term.c (fast_find_position): Call row_containing_pos + with additional argument. + + * dispextern.h (row_containing_pos): Adjust prototype. + * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing) (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables. (try_window_id, try_window_reusing_current_matrix)