Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 03 00:27:59 2015 +0100 +++ b/lisp/ChangeLog Sat Apr 04 13:49:30 2015 +0100 @@ -1,3 +1,15 @@ +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. + 2015-04-03 Aidan Kehoe <kehoea@parhasard.net> * gnuserv.el (gnuserv-edit-files):