Mercurial > emacs
changeset 32890:ba002124ad94
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 25 Oct 2000 23:36:06 +0000 |
parents | 673e3ef1f7f6 |
children | 56a4ce418f35 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 25 23:35:21 2000 +0000 +++ b/lisp/ChangeLog Wed Oct 25 23:36:06 2000 +0000 @@ -1,3 +1,7 @@ +2000-10-25 Stefan Monnier <monnier@cs.yale.edu> + + * vc.el (vc-version-other-window): Bind `file'. + 2000-10-25 Gerd Moellmann <gerd@gnu.org> * Makefile.in (update-authors): New target for maintenance
--- a/src/ChangeLog Wed Oct 25 23:35:21 2000 +0000 +++ b/src/ChangeLog Wed Oct 25 23:36:06 2000 +0000 @@ -1,3 +1,13 @@ +2000-10-25 Stefan Monnier <monnier@cs.yale.edu> + + * 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 <miles@gnu.org> * xdisp.c (pos_visible_p): Don't add `it.current_y' twice.