Mercurial > emacs
changeset 34283:335a6482fca0
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 06 Dec 2000 15:53:27 +0000 |
parents | ef13c60c3087 |
children | 3a21ff35392b |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 06 15:53:11 2000 +0000 +++ b/lisp/ChangeLog Wed Dec 06 15:53:27 2000 +0000 @@ -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>
--- a/src/ChangeLog Wed Dec 06 15:53:11 2000 +0000 +++ b/src/ChangeLog Wed Dec 06 15:53:27 2000 +0000 @@ -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.