From: Gerd Moellmann Date: Wed, 6 Dec 2000 15:53:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.93~154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4b72d58bccd897cf21261c4b89b850317c42d98;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b31c1106a0d..239937adb67 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -15,6 +15,8 @@ 2000-12-06 Gerd Moellmann + * tmm.el: Update copyright. + * cus-start.el: Add entry for even-window-heights. 2000-12-06 Miles Bader diff --git a/src/ChangeLog b/src/ChangeLog index 449ef0402fc..ad6d99a593d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2000-12-06 Gerd Moellmann + * 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.