comparison src/ChangeLog @ 54053:10500fa1a2b1

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 17 Feb 2004 21:35:30 +0000
parents 668c0f8ab92b
children b8f2a214f98f
comparison
equal deleted inserted replaced
54052:c49824d1b4df 54053:10500fa1a2b1
1 2004-02-17 Kim F. Storm <storm@cua.dk> 1 2004-02-17 Kim F. Storm <storm@cua.dk>
2 2
3 * xdisp.c (fast_find_position): Fix return value of new version 3 * xdisp.c (fast_find_position): Fix return value of new version;
4 (was inverted compared to the 21.1 version). 4 it was inverted compared to the 21.1 version.
5 (get_window_cursor_type): Don't look at glyph if NULL.
6 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
5 7
6 * keyboard.c: Rework previous change; it didn't consider that the 8 * keyboard.c: Rework previous change; it didn't consider that the
7 buf array was allocated on the stack. 9 buf array was allocated on the stack.
8 (prev_read): Remove variable. 10 (prev_read): Remove variable.
9 (read_avail_input_buf): New static event buffer array. 11 (read_avail_input_buf): New static event buffer array.