comparison src/ChangeLog @ 5689:7371081ce8f7

Have command remapping work interactively too, thank you Robert Pluim! src/ChangeLog addition: 2012-10-14 Aidan Kehoe <kehoea@parhasard.net> Have command remapping work interactively too, thank you Robert Pluim. * event-stream.c (Fdispatch_event): Obey command remapping here, it wasn't done for us. * keymap.c: * keymap.c (command_remapping_for_event): New, needed to observe command remapping interactively. * lisp.h: Make it available. lisp/ChangeLog addition: 2012-10-14 Aidan Kehoe <kehoea@parhasard.net> * help.el: * help.el (describe-function-1): Add some newlines here when dealing with remapped commands, thank you Robert Pluim.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 14 Oct 2012 22:10:39 +0100
parents b6c506c30f93
children b490ddbd42aa
comparison
equal deleted inserted replaced
5688:b6c506c30f93 5689:7371081ce8f7
1 2012-10-14 Aidan Kehoe <kehoea@parhasard.net>
2
3 Have command remapping work interactively too, thank you Robert
4 Pluim.
5 * event-stream.c (Fdispatch_event):
6 Obey command remapping here, it wasn't done for us.
7 * keymap.c:
8 * keymap.c (command_remapping_for_event): New, needed to observe
9 command remapping interactively.
10 * lisp.h: Make it available.
11
1 2012-10-14 Aidan Kehoe <kehoea@parhasard.net> 12 2012-10-14 Aidan Kehoe <kehoea@parhasard.net>
2 13
3 Respect face and display table information in the minibuffer 14 Respect face and display table information in the minibuffer
4 prompt. Thanks for the bug report, Nelson Ferreira! 15 prompt. Thanks for the bug report, Nelson Ferreira!
5 * redisplay.c (struct prop_block): 16 * redisplay.c (struct prop_block):