aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2008-02-28 23:32:11 +0000
committerJuri Linkov2008-02-28 23:32:11 +0000
commit79b1c79cc2589c094d2af38e6d6625035c0e7dfe (patch)
tree7123ddfe7a3d8ef2b321261e1ec4f678989cdfeb /lisp/ChangeLog
parentbd8b0ebb99ea3b594b778d072e38b676cc35a0bf (diff)
downloademacs-79b1c79cc2589c094d2af38e6d6625035c0e7dfe.tar.gz
emacs-79b1c79cc2589c094d2af38e6d6625035c0e7dfe.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 2a813b43f37..ad9a927c54b 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.