]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 6 Dec 2000 15:53:27 +0000 (15:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 6 Dec 2000 15:53:27 +0000 (15:53 +0000)
lisp/ChangeLog
src/ChangeLog

index b31c1106a0d6129f6c480b7cc5cd7962ba872665..239937adb67357527d9ec8729ee0a6357ae4d59e 100644 (file)
@@ -15,6 +15,8 @@
 
 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
 
+       * tmm.el: Update copyright.
+
        * cus-start.el: Add entry for even-window-heights.
 
 2000-12-06  Miles Bader  <miles@gnu.org>
index 449ef0402fc74217b61a21d223f11a5fae41ab7a..ad6d99a593d8cbeee1b0104d08d5464d28e7dced 100644 (file)
@@ -1,5 +1,11 @@
 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
 
+       * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current
+       matrix if the window's left position has changed; we need to
+       redraw it in this case.
+
+       * dispextern.h (struct glyph_matrix): Add member window_left_x.
+
        * window.c (coordinates_in_window): Check mouse on mode-line or
        header-line first.