]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Thu, 7 Oct 2004 21:57:15 +0000 (21:57 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 7 Oct 2004 21:57:15 +0000 (21:57 +0000)
src/ChangeLog

index 99be23b4df85896a8d5ecb12b4882a703e4eb50e..2777a1b9218b5e489a25625c2dea35e7786b3016 100644 (file)
@@ -1,3 +1,18 @@
+2004-10-07  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (redisplay_window): Fix flicker on vertical line between
+       windows.  Update vertical line after drawing window fringes, but
+       only if actually drawing any bitmaps--or there is no fringe.
+
+       * xterm.c (x_update_window_end): Likewise.
+       * macterm.c (x_update_window_end): Likewise.
+       * w32term.c (x_update_window_end): Likewise.
+
+       * fringe.c (draw_window_fringes): Return value now indicates if
+       any fringe bitmaps were redrawn (or there are no fringes).
+
+       * dispextern.h (draw_window_fringes): Update prototype.
+
 2004-10-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * macfns.c (mac_get_window_bounds): Add extern.
@@ -5,7 +20,7 @@
 
        * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
        xmenu.c (YAILOM).
-       
+
        * macterm.c [!MAC_OSX]: Include Windows.h.
        (front_emacs_window): Rename from mac_front_window.  All uses
        changed.  Return the frontmost non-tooltip emacs window.