Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5691:b490ddbd42aa
Back out 7371081ce8f7, I have a better approach.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 06 Nov 2012 21:34:15 +0000 |
parents | 7371081ce8f7 |
children | be87f507f510 |
comparison
equal
deleted
inserted
replaced
5690:7b5f88e5b456 | 5691:b490ddbd42aa |
---|---|
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 | |
12 2012-10-14 Aidan Kehoe <kehoea@parhasard.net> | 1 2012-10-14 Aidan Kehoe <kehoea@parhasard.net> |
13 | 2 |
14 Respect face and display table information in the minibuffer | 3 Respect face and display table information in the minibuffer |
15 prompt. Thanks for the bug report, Nelson Ferreira! | 4 prompt. Thanks for the bug report, Nelson Ferreira! |
16 * redisplay.c (struct prop_block): | 5 * redisplay.c (struct prop_block): |