diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-06 11:46:54 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-06 11:46:54 +0000 |
commit | e9da51a1d9617f745a1c01c1b269b7dc02e51dfc (patch) | |
tree | 5a408d1f0020f951533e27f33d329f2b30140c28 /lisp/ChangeLog | |
parent | 611dbdf0225f10bbcaaf0d0cf9c37e689dd35901 (diff) | |
download | emacs-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/ChangeLog | 9 |
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'. |