aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 43a28b3e4f9..020e02cafcf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,9 @@
12004-02-17 Kim F. Storm <storm@cua.dk> 12004-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.