Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5688:b6c506c30f93
Respect face and display table information for the minibuffer prompt.
src/ChangeLog addition:
2012-10-14 Aidan Kehoe <kehoea@parhasard.net>
Respect face and display table information in the minibuffer
prompt. Thanks for the bug report, Nelson Ferreira!
* redisplay.c (struct prop_block):
Add entries representing the minibuffer prompt explicitly to the
union here.
* redisplay.c (add_propagation_runes):
Respect the face and the display table for the minibuffer prompt
here.
* redisplay.c (regenerate_window):
Use the new union members when passing the minibuffer prompt info
to add_propagation_runes().
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 14 Oct 2012 16:14:25 +0100 |
parents | aa5f38ecb804 |
children | 7371081ce8f7 |
comparison
equal
deleted
inserted
replaced
5687:965a9ddc915a | 5688:b6c506c30f93 |
---|---|
1 2012-10-14 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 Respect face and display table information in the minibuffer | |
4 prompt. Thanks for the bug report, Nelson Ferreira! | |
5 * redisplay.c (struct prop_block): | |
6 Add entries representing the minibuffer prompt explicitly to the | |
7 union here. | |
8 * redisplay.c (add_propagation_runes): | |
9 Respect the face and the display table for the minibuffer prompt | |
10 here. | |
11 * redisplay.c (regenerate_window): | |
12 Use the new union members when passing the minibuffer prompt info | |
13 to add_propagation_runes(). | |
14 | |
1 2012-09-16 Aidan Kehoe <kehoea@parhasard.net> | 15 2012-09-16 Aidan Kehoe <kehoea@parhasard.net> |
2 | 16 |
3 * editfns.c (Fformat_time_string): | 17 * editfns.c (Fformat_time_string): |
4 Accept GNU's UNIVERSAL argument, which means we call gmtime() | 18 Accept GNU's UNIVERSAL argument, which means we call gmtime() |
5 instead of localtime(). Thanks for the report of org-mode | 19 instead of localtime(). Thanks for the report of org-mode |