aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog10
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 514584eaae3..0d56fe54f16 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2
3 * vc.el (vc-version-other-window): Bind `file'.
4
12000-10-25 Gerd Moellmann <gerd@gnu.org> 52000-10-25 Gerd Moellmann <gerd@gnu.org>
2 6
3 * Makefile.in (update-authors): New target for maintenance 7 * Makefile.in (update-authors): New target for maintenance
diff --git a/src/ChangeLog b/src/ChangeLog
index e0446868e68..2040b8245f5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2
3 * keymap.c (where_is_cache, where_is_cache_keymaps): New vars.
4 (Fset_keymap_parent, store_in_keymap): Flush the where-is cache.
5 (where_is_internal): Renamed from Fwhere_is_internal.
6 Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'.
7 (Fwhere_is_internal): New function wrapping where_is_internal.
8 (where_is_internal_1): Handle the case where we're filling the cache.
9 (syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).
10
12000-10-25 Miles Bader <miles@gnu.org> 112000-10-25 Miles Bader <miles@gnu.org>
2 12
3 * xdisp.c (pos_visible_p): Don't add `it.current_y' twice. 13 * xdisp.c (pos_visible_p): Don't add `it.current_y' twice.