Mercurial > emacs
changeset 54053:10500fa1a2b1
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 17 Feb 2004 21:35:30 +0000 |
parents | c49824d1b4df |
children | c09f1e11d806 |
files | src/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Feb 17 21:06:59 2004 +0000 +++ b/src/ChangeLog Tue Feb 17 21:35:30 2004 +0000 @@ -1,7 +1,9 @@ 2004-02-17 Kim F. Storm <storm@cua.dk> - * xdisp.c (fast_find_position): Fix return value of new version - (was inverted compared to the 21.1 version). + * xdisp.c (fast_find_position): Fix return value of new version; + it was inverted compared to the 21.1 version. + (get_window_cursor_type): Don't look at glyph if NULL. + (display_and_set_cursor): Set glyph to NULL if cursor in fringe. * keyboard.c: Rework previous change; it didn't consider that the buf array was allocated on the stack.