Mercurial > emacs
changeset 45882:7c3c355b7420
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 17 Jun 2002 18:45:54 +0000 |
parents | 5c591efdb3bf |
children | e6c23fd05b9d |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jun 17 18:45:44 2002 +0000 +++ b/src/ChangeLog Mon Jun 17 18:45:54 2002 +0000 @@ -1,5 +1,13 @@ 2002-06-17 Stefan Monnier <monnier@cs.yale.edu> + * window.c (Fset_window_configuration): Lisp_Object/int mixup. + + * keyboard.c (read_key_sequence): Be more careful with first_unbound. + Lookup keys in function-key-map immediately so that key-translation-map + can be applied earlier. + Remove function_key_possible and key_translation_possible, replaced + by checking `keytran_start < t'. + * .gdbinit (xsymbol): Use the name `xname' field. 2002-06-17 Andrew Choi <akochoi@shaw.ca>