# HG changeset patch # User Chong Yidong # Date 1180048883 0 # Node ID 6761dfba1031fb7170e0bf24c5245f7e07807254 # Parent bf0271237be3ea3bce31bff90710e6df69602d92 * xdisp.c (redisplay_window): If first window line is a continuation line, recompute the new window start instead of recentering. diff -r bf0271237be3 -r 6761dfba1031 src/ChangeLog --- a/src/ChangeLog Thu May 24 22:12:25 2007 +0000 +++ b/src/ChangeLog Thu May 24 23:21:23 2007 +0000 @@ -1,3 +1,9 @@ +2007-05-24 Chong Yidong + + * xdisp.c (redisplay_window): If first window line is a + continuation line, recompute the new window start instead of + recentering. + 2007-05-24 YAMAMOTO Mitsuharu * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):