aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-12-04 19:32:32 -0500
committerChong Yidong2010-12-04 19:32:32 -0500
commit77f1ed6cb665b06fc1cdd4e2707932f0b499d481 (patch)
tree4d0e035978fcfd7a27703c80314c5e61bb54964c /src/ChangeLog
parent6ed96c33f0fb05488bb45fc4ed5018a0cd3e45a7 (diff)
downloademacs-77f1ed6cb665b06fc1cdd4e2707932f0b499d481.tar.gz
emacs-77f1ed6cb665b06fc1cdd4e2707932f0b499d481.zip
Avoid infloop when scrolling conservatively (Bug#7537).
* src/xdisp.c (try_scrolling): Avoid infloop if the first line is obscured due to a vscroll (Bug#7537).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 025161cc395..95f7039eaf7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-12-05 Chong Yidong <cyd@stupidchicken.com>
2
3 * xdisp.c (try_scrolling): Avoid infloop if the first line is
4 obscured due to a vscroll (Bug#7537).
5
12010-12-02 Jan Djärv <jhd@zeplinf.localdomain> 62010-12-02 Jan Djärv <jhd@zeplinf.localdomain>
2 7
3 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT. 8 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.