Mercurial > emacs
comparison lisp/ChangeLog @ 80248:1706c5c96359
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 29 Feb 2008 02:59:43 +0000 |
parents | 3629f9a94638 |
children | a885dcbd10cb |
comparison
equal
deleted
inserted
replaced
80247:c384fbc8c569 | 80248:1706c5c96359 |
---|---|
1 2008-02-29 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * desktop.el (desktop-save): Save the buffer name if the | |
4 uniquified base name is empty. | |
5 | |
1 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca> | 6 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 7 |
3 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if | 8 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if |
4 we still expect more lines. | 9 we still expect more lines. |
5 | 10 |
6 2008-02-28 Juri Linkov <juri@jurta.org> | 11 2008-02-28 Juri Linkov <juri@jurta.org> |
7 | 12 |
8 * startup.el (normal-splash-screen): Add argument `concise'. | 13 * startup.el (normal-splash-screen): Add argument `concise'. |
9 Remove unused binding `prev-buffer'. Let-bind `splash-buffer' | 14 Remove unused binding `prev-buffer'. Let-bind `splash-buffer' |
10 to the created buffer. If `concise' is non-nil, call | 15 to the created buffer. If `concise' is non-nil, call |
11 `display-buffer', otherwise `switch-to-buffer'. Doc fix. | 16 `display-buffer', otherwise `switch-to-buffer'. Doc fix. |
12 (display-startup-screen): Add argument `concise' to the call to | 17 (display-startup-screen): Add argument `concise' to the call to |
13 `normal-splash-screen'. | 18 `normal-splash-screen'. |
14 | 19 |