# HG changeset patch # User Kim F. Storm # Date 1046176412 0 # Node ID c685d15db6ec8e4d649c23645c44e1df298249aa # Parent 134f7d22f54aabe80bc24a23a22ffb5ce7c2f997 *** empty log message *** diff -r 134f7d22f54a -r c685d15db6ec src/ChangeLog --- a/src/ChangeLog Tue Feb 25 12:33:07 2003 +0000 +++ b/src/ChangeLog Tue Feb 25 12:33:32 2003 +0000 @@ -1,3 +1,11 @@ +2003-02-25 Kim F. Storm + + * xdisp.c (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. + + * lread.c (read1): Accept `single space' syntax like (? x). + 2003-02-25 Jan Dj,Ad(Brv * keyboard.c (cancel_hourglass_unwind): Surround with