aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2000-10-25 23:36:06 +0000
committerStefan Monnier2000-10-25 23:36:06 +0000
commitd97151cb57618491364b74fccef2a4a67fd4d78b (patch)
tree705fc2405440214e59558bb0b56b332bb1bcf68a /src
parent1e7d1ab059a1cab5f042f9a3fe6cb99dfdcb36c9 (diff)
downloademacs-d97151cb57618491364b74fccef2a4a67fd4d78b.tar.gz
emacs-d97151cb57618491364b74fccef2a4a67fd4d78b.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
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.