summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-11-06 11:46:54 +0000
committerGerd Moellmann <gerd@gnu.org>2000-11-06 11:46:54 +0000
commite9da51a1d9617f745a1c01c1b269b7dc02e51dfc (patch)
tree5a408d1f0020f951533e27f33d329f2b30140c28 /lisp/ChangeLog
parent611dbdf0225f10bbcaaf0d0cf9c37e689dd35901 (diff)
downloademacs-e9da51a1d9617f745a1c01c1b269b7dc02e51dfc.tar.gz
(fancy-splash-delay): Set to 10 seconds.
(fancy-splash-max-time): New user-option. (fancy-splash-stop-time): New variable. (fancy-splash-screens): Set it. Catch `stop-splashing'. (fancy-splash-screens-1): Throw `stop-splashing' when current time is greater than fancy-splash-stop-time.
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 587ac7a72ed..62276d314d9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2000-11-06 Gerd Moellmann <gerd@gnu.org>
+
+ * startup.el (fancy-splash-delay): Set to 10 seconds.
+ (fancy-splash-max-time): New user-option.
+ (fancy-splash-stop-time): New variable.
+ (fancy-splash-screens): Set it. Catch `stop-splashing'.
+ (fancy-splash-screens-1): Throw `stop-splashing' when current
+ time is greater than fancy-splash-stop-time.
+
2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
* pcvs.el (cvs-mode-marked): New arg `noquery'.