# HG changeset patch # User Chong Yidong # Date 1179600184 0 # Node ID 3b4225acb016125d53ce1192ef65566dd2a0cc3f # Parent ab9e91ae1f3b2b7335cd8952bbce8b91d0912c19 * xdisp.c (redisplay_window): If first window line is a continuation line, recompute the new window start instead of recentering. diff -r ab9e91ae1f3b -r 3b4225acb016 src/ChangeLog --- a/src/ChangeLog Sat May 19 18:39:44 2007 +0000 +++ b/src/ChangeLog Sat May 19 18:43:04 2007 +0000 @@ -1,3 +1,9 @@ +2007-05-19 Chong Yidong + + * xdisp.c (redisplay_window): If first window line is a + continuation line, recompute the new window start instead of + recentering. + 2007-05-18 Glenn Morris * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.