From: Kim F. Storm Date: Sun, 21 Aug 2005 20:56:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~7504 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c3f805b803e3636995d1a6a054fe08ec4591ee5;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 7bc84cfbdbf..744b1ebbcee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2005-08-21 Kim F. Storm + + * fringe.c (update_window_fringes): Replace FORCE_P arg with + KEEP_CURRENT_P arg; if non-zero, don't update current row fringes, + and return 0. + + * xdisp.c (redisplay_window): Call update_window_fringes with + KEEP_CURRENT_P non-0 if we are going to refresh fringes later. + 2005-08-20 Richard M. Stallman * xdisp.c (display_echo_area_1): Get display start pos from w->start.