aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-18 12:25:57 +0000
committerGerd Moellmann2000-09-18 12:25:57 +0000
commit05b1f851b32cfcd0bc5bad64dfba6b4f90f92fb7 (patch)
treeed9412cfca75c34ae20ca5363690ad8eeddb1a00
parent72e28eeb5af3965456a6c525460374dfb61a6b78 (diff)
downloademacs-05b1f851b32cfcd0bc5bad64dfba6b4f90f92fb7.tar.gz
emacs-05b1f851b32cfcd0bc5bad64dfba6b4f90f92fb7.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog4
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3eeea98e512..b03c043c7e1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-09-18 Gerd Moellmann <gerd@gnu.org>
2
3 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4 toolbar-add-item, if image doesn't have a mask add a `:mask
5 heuristic'.
6
12000-09-18 Miles Bader <miles@lsi.nec.co.jp> 72000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2 8
3 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET, 9 * 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 @@
12000-09-18 Gerd Moellmann <gerd@gnu.org> 12000-09-18 Gerd Moellmann <gerd@gnu.org>
2 2
3 * dispnew.c (update_window): Move test for invisible lines
4 at the top to update_window_line.
5 (update_window_line): Handle invisible lines here.
6
3 * xfns.c (clear_image_cache): Clear current matrices of all 7 * xfns.c (clear_image_cache): Clear current matrices of all
4 frames sharing an image cache. Block input while freeing 8 frames sharing an image cache. Block input while freeing
5 images. Fix timestamp comparison. 9 images. Fix timestamp comparison.