Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5859:5423bb35a956
Correct .gdbinit, non-NEW_GC builds.
src/ChangeLog additions:
2015-03-14 Aidan Kehoe <kehoea@parhasard.net>
* .gdbinit.in.in (Lisp): lrecord_type_lcrecord_list is specific to
non-NEW_GC, lrecord_type_string_direct_data and
lrecord_type_string_indirect_data are specific to NEW_GC, correct
this in this file.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 14 Mar 2015 00:42:46 +0000 |
parents | 36934833b4f3 |
children | 916b48abd1c6 |
comparison
equal
deleted
inserted
replaced
5858:36934833b4f3 | 5859:5423bb35a956 |
---|---|
1 2015-03-14 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * .gdbinit.in.in (Lisp): lrecord_type_lcrecord_list is specific to | |
4 non-NEW_GC, lrecord_type_string_direct_data and | |
5 lrecord_type_string_indirect_data are specific to NEW_GC, correct | |
6 this in this file. | |
7 | |
1 2015-03-14 Aidan Kehoe <kehoea@parhasard.net> | 8 2015-03-14 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * keymap.c (event_matches_key_specifier_p): | 10 * keymap.c (event_matches_key_specifier_p): |
4 If on a TTY, check the keysym and modifiers too, before converting | 11 If on a TTY, check the keysym and modifiers too, before converting |
5 both events to characters and comparing them. We may well have | 12 both events to characters and comparing them. We may well have |