emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Tue, 09 Oct 2007 05:05:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/10/09 05:05:40

Index: src/ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5915
retrieving revision 1.5916
diff -u -b -r1.5915 -r1.5916
--- src/ChangeLog       9 Oct 2007 04:28:00 -0000       1.5915
+++ src/ChangeLog       9 Oct 2007 05:05:38 -0000       1.5916
@@ -1,5 +1,21 @@
 2007-10-09  Stefan Monnier  <address@hidden>
 
+       Add new `input-decode-map' keymap and use it for temrinal
+       escape sequences.
+       * keyboard.h (struct kboard): Add Vinput_decode_map.
+       Remove Vlocal_key_translation_map.
+       * keyboard.c (read_key_sequence): Add support for input-decode-map.
+       (init_kboard): Init input-decode-map.
+       Replace local-key-translation-map back with key-translation-map.
+       (syms_of_keyboard): Declare input-decode-map.
+       Remove local-key-translation-map.  Update docstrings.
+       (mark_kboards): Mark Vinput_decode_map.
+       Don't mark Vlocal_key_translation_map.
+       * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
+       Replace local-key-translation-map back with key-translation-map.
+       * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
+       Bind in input-decode-map rather than function-key-map.
+
        * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
        This was made redundant by the previous introduction of XSETPVECTYPE.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]