]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 18 Sep 2000 12:25:57 +0000 (12:25 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 18 Sep 2000 12:25:57 +0000 (12:25 +0000)
lisp/ChangeLog
src/ChangeLog

index 3eeea98e5126d326d4d92260236b7aca40678021..b03c043c7e1224051a4ceb1d7149682461450bb1 100644 (file)
@@ -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,
index 6ccc73fcd08898b83a4492fe374091f0f298a9ab..b4410a6f3edb4ae6c45f14c72dcc600d15c89517 100644 (file)
@@ -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.