Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5866:5ea790936de9
Automated merge with file:///Sources/xemacs-21.5-checked-out
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 16 Mar 2015 00:11:30 +0000 |
parents | 15041705c196 a45722e74335 |
children | e0f1dfaa821e |
comparison
equal
deleted
inserted
replaced
5863:15041705c196 | 5866:5ea790936de9 |
---|---|
89 #'call-with-condition-handler directly instead, for better | 89 #'call-with-condition-handler directly instead, for better |
90 backtraces and easier debugging. | 90 backtraces and easier debugging. |
91 * simple.el (append-message): | 91 * simple.el (append-message): |
92 Update this to reflect a changed message-stack structure. | 92 Update this to reflect a changed message-stack structure. |
93 | 93 |
94 2015-02-25 Aidan Kehoe <kehoea@parhasard.net> | |
95 | |
96 * cl-extra.el (digit-char-p): Moved to data.c. | |
97 * cl-extra.el (digit-char): Moved to data.c. | |
98 | |
94 2014-12-31 Michael Sperber <mike@xemacs.org> | 99 2014-12-31 Michael Sperber <mike@xemacs.org> |
95 | 100 |
96 * simple.el (line-move): Add `noerror' optional argument, as in | 101 * simple.el (line-move): Add `noerror' optional argument, as in |
97 GNU Emacs. | 102 GNU Emacs. |
98 | 103 |