# HG changeset patch # User Gerd Moellmann # Date 969279957 0 # Node ID ca8dfb4718e6b9a71e7db4acb1f8e759ed58717d # Parent 9d8d65ca0bd40c89f4b46a4e25d10d2754c79ed4 *** empty log message *** diff -r 9d8d65ca0bd4 -r ca8dfb4718e6 lisp/ChangeLog --- 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 + + * 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 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET, diff -r 9d8d65ca0bd4 -r ca8dfb4718e6 src/ChangeLog --- 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 + * 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.