Mercurial > emacs
changeset 56619:64eec6fd8ba5
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 08 Aug 2004 00:37:38 +0000 |
parents | 166ae6765a44 |
children | 6a8f3c85339d |
files | lispref/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Sun Aug 08 00:33:40 2004 +0000 +++ b/lispref/ChangeLog Sun Aug 08 00:37:38 2004 +0000 @@ -1,3 +1,10 @@ +2004-08-07 Luc Teirlinck <teirllm@auburn.edu> + + * os.texi (Translating Input): Only non-prefix bindings in + `key-translation-map' override actual key bindings. Warn about + possible indirect effect of actual key bindings on non-prefix + bindings in `key-translation-map'. + 2004-08-06 Luc Teirlinck <teirllm@auburn.edu> * minibuf.texi (High-Level Completion): Add anchor for definition
--- a/src/ChangeLog Sun Aug 08 00:33:40 2004 +0000 +++ b/src/ChangeLog Sun Aug 08 00:37:38 2004 +0000 @@ -1,3 +1,8 @@ +2004-08-07 Luc Teirlinck <teirllm@auburn.edu> + + * keymap.c (Flocal_key_binding, Fglobal_key_binding) + (syms_of_keymap) <key-translation-map>: Doc fixes. + 2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca> * window.c (window_list_1): YAILOM.