aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-02-17 21:35:30 +0000
committerKim F. Storm2004-02-17 21:35:30 +0000
commitb26f249f3e403e0a614d7906a46592948bf783e5 (patch)
tree55d64590114fdeb445ddca5cb7a39c7ba3c38cfc /src
parent7a272039b56da50d691379eaa00edd98b01d0514 (diff)
downloademacs-b26f249f3e403e0a614d7906a46592948bf783e5.tar.gz
emacs-b26f249f3e403e0a614d7906a46592948bf783e5.zip
*** empty log message ***
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.