Mercurial > emacs
changeset 71027:ff93d411ef36
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 28 May 2006 20:18:34 +0000 |
parents | b5294b4387c4 |
children | 2360cacd8840 |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun May 28 17:05:38 2006 +0000 +++ b/src/ChangeLog Sun May 28 20:18:34 2006 +0000 @@ -1,3 +1,12 @@ +2006-05-28 Kim F. Storm <storm@cua.dk> + + * xdisp.c (set_cursor_from_row): If cursor cannot be set in row, + don't update w->cursor and return 0. Return 1 on success. + (try_cursor_movement): Repeat set_cursor_from_row on successive rows + until it succeeds. + + * dispextern.h (set_cursor_from_row): Update prototype. + 2006-05-28 Kim F. Storm <storm@cua.dk> * xdisp.c (get_phys_cursor_geometry): Return computed x and y through