comparison src/ChangeLog @ 5860:916b48abd1c6

event-stream.c, support help-event-list as does GNU. src/ChangeLog addition: 2015-03-14 Aidan Kehoe <kehoea@parhasard.net> Add support for GNU's help-event-list here, useful for accepting F1 and C-h as the help character at the same time. * event-stream.c: * event-stream.c (echo_key_event): Be better about calculation, comments here, in passing. * event-stream.c (help_char_p): New. * event-stream.c (execute_help_form): There's no need to reset the command builder here; the code that did relied on zero-termination, which we can't anymore, and did not actually discard the help character. Remove this. * event-stream.c (Fnext_event): Use help_char_p (). * event-stream.c (command_builder_find_leaf_no_jit_binding): Use help_char_p (). * event-stream.c (vars_of_event_stream): Make help-event-list available. man/ChangeLog addition: 2015-03-14 Aidan Kehoe <kehoea@parhasard.net> * lispref/help.texi (Help Functions): Document help-event-list, just added. lisp/ChangeLog addition: 2015-03-14 Aidan Kehoe <kehoea@parhasard.net> * cus-start.el (all): Describe help-event-list for Custom. * keydefs.el (help-event-list): Initialise it.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 14 Mar 2015 01:16:45 +0000
parents 5423bb35a956
children c87b776ab0e1
comparison
equal deleted inserted replaced
5859:5423bb35a956 5860:916b48abd1c6
1 2015-03-14 Aidan Kehoe <kehoea@parhasard.net>
2
3 Add support for GNU's help-event-list here, useful for accepting
4 F1 and C-h as the help character at the same time.
5 * event-stream.c:
6 * event-stream.c (echo_key_event):
7 Be better about calculation, comments here, in passing.
8 * event-stream.c (help_char_p): New.
9 * event-stream.c (execute_help_form):
10 There's no need to reset the command builder here; the code that
11 did relied on zero-termination, which we can't anymore, and did
12 not actually discard the help character. Remove this.
13 * event-stream.c (Fnext_event): Use help_char_p ().
14 * event-stream.c (command_builder_find_leaf_no_jit_binding):
15 Use help_char_p ().
16 * event-stream.c (vars_of_event_stream):
17 Make help-event-list available.
18
1 2015-03-14 Aidan Kehoe <kehoea@parhasard.net> 19 2015-03-14 Aidan Kehoe <kehoea@parhasard.net>
2 20
3 * .gdbinit.in.in (Lisp): lrecord_type_lcrecord_list is specific to 21 * .gdbinit.in.in (Lisp): lrecord_type_lcrecord_list is specific to
4 non-NEW_GC, lrecord_type_string_direct_data and 22 non-NEW_GC, lrecord_type_string_direct_data and
5 lrecord_type_string_indirect_data are specific to NEW_GC, correct 23 lrecord_type_string_indirect_data are specific to NEW_GC, correct