diff options
| author | Stefan Monnier | 2002-06-17 18:45:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-06-17 18:45:54 +0000 |
| commit | 65e0fbbfa16ce9be5788387b678ccc52ff497206 (patch) | |
| tree | 24eaaeb814366f1306cdbb2b4d1e4fef96b1c363 /src/ChangeLog | |
| parent | 18787f5e9efcc49439ee0e0f026d9838b531d867 (diff) | |
| download | emacs-65e0fbbfa16ce9be5788387b678ccc52ff497206.tar.gz emacs-65e0fbbfa16ce9be5788387b678ccc52ff497206.zip | |
(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'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0b9817c8435..f8a4818d8d2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2002-06-17 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2002-06-17 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * window.c (Fset_window_configuration): Lisp_Object/int mixup. | ||
| 4 | |||
| 5 | * keyboard.c (read_key_sequence): Be more careful with first_unbound. | ||
| 6 | Lookup keys in function-key-map immediately so that key-translation-map | ||
| 7 | can be applied earlier. | ||
| 8 | Remove function_key_possible and key_translation_possible, replaced | ||
| 9 | by checking `keytran_start < t'. | ||
| 10 | |||
| 3 | * .gdbinit (xsymbol): Use the name `xname' field. | 11 | * .gdbinit (xsymbol): Use the name `xname' field. |
| 4 | 12 | ||
| 5 | 2002-06-17 Andrew Choi <akochoi@shaw.ca> | 13 | 2002-06-17 Andrew Choi <akochoi@shaw.ca> |