From: Stefan Monnier Date: Wed, 25 Oct 2000 23:36:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/d97151cb57618491364b74fccef2a4a67fd4d78b?hp=1e7d1ab059a1cab5f042f9a3fe6cb99dfdcb36c9 *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 514584eaae..0d56fe54f1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-10-25 Stefan Monnier + + * vc.el (vc-version-other-window): Bind `file'. + 2000-10-25 Gerd Moellmann * Makefile.in (update-authors): New target for maintenance diff --git a/src/ChangeLog b/src/ChangeLog index e0446868e6..2040b8245f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2000-10-25 Stefan Monnier + + * keymap.c (where_is_cache, where_is_cache_keymaps): New vars. + (Fset_keymap_parent, store_in_keymap): Flush the where-is cache. + (where_is_internal): Renamed from Fwhere_is_internal. + Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'. + (Fwhere_is_internal): New function wrapping where_is_internal. + (where_is_internal_1): Handle the case where we're filling the cache. + (syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps). + 2000-10-25 Miles Bader * xdisp.c (pos_visible_p): Don't add `it.current_y' twice.