From: Gerd Moellmann Date: Mon, 18 Sep 2000 12:25:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1544 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05b1f851b32cfcd0bc5bad64dfba6b4f90f92fb7;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3eeea98e512..b03c043c7e1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 6ccc73fcd08..b4410a6f3ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.