]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 21 Aug 2005 20:56:35 +0000 (20:56 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 21 Aug 2005 20:56:35 +0000 (20:56 +0000)
src/ChangeLog

index 7bc84cfbdbf8c6603024a6ae4fe9d36a47a0a0a0..744b1ebbcee6366c92a9c2b9b25648b74693e54a 100644 (file)
@@ -1,3 +1,12 @@
+2005-08-21  Kim F. Storm  <storm@cua.dk>
+
+       * 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  <rms@gnu.org>
 
        * xdisp.c (display_echo_area_1): Get display start pos from w->start.