From: Kim F. Storm Date: Tue, 17 Feb 2004 21:35:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~7543 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b26f249f3e403e0a614d7906a46592948bf783e5;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 43a28b3e4f9..020e02cafcf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.