aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-05 15:48:00 +0000
committerGerd Moellmann2001-02-05 15:48:00 +0000
commit7a58ab59f4d02fc738e7a02c9da5698f83e28a29 (patch)
tree7dd12abc4bff6834f4803edca6166026e4dbf378 /src/ChangeLog
parente6297e7db4c610ebeecc45903e562e506152e8ce (diff)
downloademacs-7a58ab59f4d02fc738e7a02c9da5698f83e28a29.tar.gz
emacs-7a58ab59f4d02fc738e7a02c9da5698f83e28a29.zip
(x_display_and_set_cursor): Check for the focus
frame's selected window instead of selected_window.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f43f38997cb..ab1de851f17 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-02-05 Gerd Moellmann <gerd@gnu.org> 12001-02-05 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xterm.c (x_display_and_set_cursor): Check for the focus
4 frame's selected window instead of selected_window.
5
3 * xdisp.c (try_scrolling): If point is in the line below the 6 * xdisp.c (try_scrolling): If point is in the line below the
4 window, make sure to move the iterator at least a canonical 7 window, make sure to move the iterator at least a canonical
5 char height down. 8 char height down.