aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2008-02-28 23:30:11 +0000
committerJuri Linkov2008-02-28 23:30:11 +0000
commitb36b0121583ddf8975e9af40c7c9b13d2f9ba7fb (patch)
tree4275a4885409771737dbe8cc6fba8e1c40808aeb /lisp/ChangeLog
parent61ce9226fb818b6e0be36e95f931e75a59a43c98 (diff)
downloademacs-b36b0121583ddf8975e9af40c7c9b13d2f9ba7fb.tar.gz
emacs-b36b0121583ddf8975e9af40c7c9b13d2f9ba7fb.zip
(normal-splash-screen): Add argument `concise'.
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 `normal-splash-screen'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eb78b338272..499f2fd82b3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12008-02-28 Juri Linkov <juri@jurta.org>
2
3 * startup.el (normal-splash-screen): Add argument `concise'.
4 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
5 to the created buffer. If `concise' is non-nil, call
6 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
7 (display-startup-screen): Add argument `concise' to the call to
8 `normal-splash-screen'.
9
12008-02-28 Kim F. Storm <storm@cua.dk> 102008-02-28 Kim F. Storm <storm@cua.dk>
2 11
3 * startup.el (startup-echo-area-message): Check for about-emacs. 12 * startup.el (startup-echo-area-message): Check for about-emacs.