Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5885:c8bbb32fe124
Always return a string, #'current-message.
lisp/ChangeLog addition:
2015-04-04 Aidan Kehoe <kehoea@parhasard.net>
* gutter-items.el (append-progress-feedback):
* gutter-items.el (abort-progress-feedback):
Correct comments in both these functions, it's the progress stack
being adjusted, not the message stack.
* simple.el (message-stack):
Describe my recent change in the structure of this.
* simple.el (current-message):
Adjust the implementation of this to always return the string
displayed.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 04 Apr 2015 13:49:30 +0100 |
parents | 5a93f519accc |
children | bd644055ef44 |
comparison
equal
deleted
inserted
replaced
5884:5a93f519accc | 5885:c8bbb32fe124 |
---|---|
1 2015-04-04 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * gutter-items.el (append-progress-feedback): | |
4 * gutter-items.el (abort-progress-feedback): | |
5 Correct comments in both these functions, it's the progress stack | |
6 being adjusted, not the message stack. | |
7 * simple.el (message-stack): | |
8 Describe my recent change in the structure of this. | |
9 * simple.el (current-message): | |
10 Adjust the implementation of this to always return the string | |
11 displayed. | |
12 | |
1 2015-04-03 Aidan Kehoe <kehoea@parhasard.net> | 13 2015-04-03 Aidan Kehoe <kehoea@parhasard.net> |
2 | 14 |
3 * gnuserv.el (gnuserv-edit-files): | 15 * gnuserv.el (gnuserv-edit-files): |
4 No need to memorise the device created for the sake of C-x #, if | 16 No need to memorise the device created for the sake of C-x #, if |
5 the client is not waiting for us. | 17 the client is not waiting for us. |