aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-04-11 18:59:30 +0300
committerEli Zaretskii2011-04-11 18:59:30 +0300
commit11997c7643812a3a6f95da1c65c46d1c0307e2a7 (patch)
treef4844993f30f8d856a839085b5f9d13601ae9130 /src/ChangeLog
parent09725d2628e9b8a796d128d24e7255a57c2424f3 (diff)
downloademacs-11997c7643812a3a6f95da1c65c46d1c0307e2a7.tar.gz
emacs-11997c7643812a3a6f95da1c65c46d1c0307e2a7.zip
Fix bug #8468 with redisplay when scroll-margin > 0.
src/xdisp.c (redisplay_window): Don't try to determine the character position of the scroll margin if the window start point w->startp is outside the buffer's accessible region.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6e9a169e8a8..c164c6b5f58 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-04-11 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (redisplay_window): Don't try to determine the character
4 position of the scroll margin if the window start point w->startp
5 is outside the buffer's accessible region.
6
12011-03-30 Eli Zaretskii <eliz@gnu.org> 72011-03-30 Eli Zaretskii <eliz@gnu.org>
2 8
3 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Document the 9 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Document the