aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2003-02-25 12:33:32 +0000
committerKim F. Storm2003-02-25 12:33:32 +0000
commit932357b45cb6c88e5a74cc14934b1caeb2d666c7 (patch)
tree0283c2b23e5d0213ed922d8119c69db4ca164468 /src/ChangeLog
parentb92843717547cf84299a2aad833450c0032e4732 (diff)
downloademacs-932357b45cb6c88e5a74cc14934b1caeb2d666c7.tar.gz
emacs-932357b45cb6c88e5a74cc14934b1caeb2d666c7.zip
(redisplay_window): Fix infinite loop in redisplay.
If centering point failed to make whole line visible and vscroll is non-zero, disable vscroll and try centering point again.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 59b088cfc73..6add287016b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12003-02-25 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
4 If centering point failed to make whole line visible and vscroll
5 is non-zero, disable vscroll and try centering point again.
6
7 * lread.c (read1): Accept `single space' syntax like (? x).
8
12003-02-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 92003-02-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 10
3 * keyboard.c (cancel_hourglass_unwind): Surround with 11 * keyboard.c (cancel_hourglass_unwind): Surround with