comparison lisp/ChangeLog @ 49504:0ffb4e489776

2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>, <escape>. (keycode_to_xkeysym_table): Reformat and add more comments. (XTread_socket): Drop special case for backspace. * term/mac-win.el: Add entries in function-key-map for [tab], [backspace], [escape].
author Andrew Choi <akochoi@shaw.ca>
date Tue, 28 Jan 2003 18:46:07 +0000
parents 5b99e9d71736
children 420f9307e9c6
comparison
equal deleted inserted replaced
49503:443e3f602fc2 49504:0ffb4e489776
1 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2
3 * term/mac-win.el: Add entries in function-key-map for
4 [tab], [backspace], [escape].
5
1 2003-01-28 Kim F. Storm <storm@cua.dk> 6 2003-01-28 Kim F. Storm <storm@cua.dk>
2 7
3 * info.el (Info-extract-menu-node-name): Another fix for 8 * info.el (Info-extract-menu-node-name): Another fix for
4 2003-01-24 change. Also stop search if : is followed by TAB. 9 2003-01-24 change. Also stop search if : is followed by TAB.
5 10