diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-10-25 Miles Bader <miles@gnu.org> | 11 | 2000-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. |