diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9e1ef4b06f8..6374b29aedc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | Add new `input-decode-map' keymap and use it for temrinal | ||
| 4 | escape sequences. | ||
| 5 | * keyboard.h (struct kboard): Add Vinput_decode_map. | ||
| 6 | Remove Vlocal_key_translation_map. | ||
| 7 | * keyboard.c (read_key_sequence): Add support for input-decode-map. | ||
| 8 | (init_kboard): Init input-decode-map. | ||
| 9 | Replace local-key-translation-map back with key-translation-map. | ||
| 10 | (syms_of_keyboard): Declare input-decode-map. | ||
| 11 | Remove local-key-translation-map. Update docstrings. | ||
| 12 | (mark_kboards): Mark Vinput_decode_map. | ||
| 13 | Don't mark Vlocal_key_translation_map. | ||
| 14 | * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map. | ||
| 15 | Replace local-key-translation-map back with key-translation-map. | ||
| 16 | * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN): | ||
| 17 | Bind in input-decode-map rather than function-key-map. | ||
| 18 | |||
| 3 | * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore. | 19 | * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore. |
| 4 | This was made redundant by the previous introduction of XSETPVECTYPE. | 20 | This was made redundant by the previous introduction of XSETPVECTYPE. |
| 5 | 21 | ||