Mercurial > emacs
changeset 31692:ca8dfb4718e6
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 18 Sep 2000 12:25:57 +0000 |
parents | 9d8d65ca0bd4 |
children | 8e9fb2a048ac |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Sep 18 12:25:36 2000 +0000 +++ b/lisp/ChangeLog Mon Sep 18 12:25:57 2000 +0000 @@ -1,3 +1,9 @@ +2000-09-18 Gerd Moellmann <gerd@gnu.org> + + * toolbar/toolbar.el (toolbar-like-menu-item): Like in + toolbar-add-item, if image doesn't have a mask add a `:mask + heuristic'. + 2000-09-18 Miles Bader <miles@lsi.nec.co.jp> * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
--- a/src/ChangeLog Mon Sep 18 12:25:36 2000 +0000 +++ b/src/ChangeLog Mon Sep 18 12:25:57 2000 +0000 @@ -1,5 +1,9 @@ 2000-09-18 Gerd Moellmann <gerd@gnu.org> + * dispnew.c (update_window): Move test for invisible lines + at the top to update_window_line. + (update_window_line): Handle invisible lines here. + * xfns.c (clear_image_cache): Clear current matrices of all frames sharing an image cache. Block input while freeing images. Fix timestamp comparison.