Mercurial > emacs
changeset 92322:411bdfe0f288
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 28 Feb 2008 23:50:44 +0000 |
parents | 01ce588fc626 |
children | bc3bda50590a |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Feb 28 23:42:48 2008 +0000 +++ b/lisp/ChangeLog Thu Feb 28 23:50:44 2008 +0000 @@ -1,7 +1,14 @@ +2008-02-28 Juanma Barranquero <lekktu@gmail.com> + + * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as + version number of the next major Emacs release, not 23.0. + + * longlines.el (longlines-unload-function): New function. + 2008-02-28 Juri Linkov <juri@jurta.org> * startup.el (normal-splash-screen): Add argument `concise'. - Remove unused binding `prev-buffer'. Let-bind `splash-buffer' + Remove unused binding `prev-buffer'. Let-bind `splash-buffer' to the created buffer. If `concise' is non-nil, call `display-buffer', otherwise `switch-to-buffer'. Doc fix. (display-startup-screen): Add argument `concise' to the call to @@ -51,8 +58,8 @@ 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca> - * uniquify.el (uniquify-buffer-base-name): Undo last change. Should be - done in desktop.el instead. + * uniquify.el (uniquify-buffer-base-name): Undo last change. + Should be done in desktop.el instead. 2008-02-28 Glenn Morris <rgm@gnu.org>