From: Luc Teirlinck Date: Sun, 8 Aug 2004 00:37:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5328 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=81909a1aef80ec199c646f488da81fa48d1417af;p=emacs.git *** empty log message *** --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index adfd17b5318..b046727f2f9 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,10 @@ +2004-08-07 Luc Teirlinck + + * 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 * minibuf.texi (High-Level Completion): Add anchor for definition diff --git a/src/ChangeLog b/src/ChangeLog index 4b4246d6070..577f3291069 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2004-08-07 Luc Teirlinck + + * keymap.c (Flocal_key_binding, Fglobal_key_binding) + (syms_of_keymap) : Doc fixes. + 2004-08-07 Stefan Monnier * window.c (window_list_1): YAILOM.