*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 8 Aug 2004 00:37:38 +0000 (00:37 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 8 Aug 2004 00:37:38 +0000 (00:37 +0000)
lispref/ChangeLog
src/ChangeLog

index adfd17b..b046727 100644 (file)
@@ -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
index 4b4246d..577f329 100644 (file)
@@ -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.