# HG changeset patch # User Kim F. Storm # Date 1077053730 0 # Node ID 10500fa1a2b10be5700e72970ab7f7e1bdcef9b2 # Parent c49824d1b4df36442bc569d2a1395ea1af8e6d62 *** empty log message *** diff -r c49824d1b4df -r 10500fa1a2b1 src/ChangeLog --- 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 - * 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.