changeset 83902:4224061ee52d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 05 Sep 2007 19:59:01 +0000
parents 81f157bfa93c
children e9cafec4b205
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Sep 05 19:58:50 2007 +0000
+++ b/lisp/ChangeLog	Wed Sep 05 19:59:01 2007 +0000
@@ -1,3 +1,15 @@
+2007-09-05  Richard Stallman  <rms@gnu.org>
+
+	* startup.el (fancy-startup-text): Renamed from fancy-splash-text.
+	Several items removed, simplified, or put on one line.
+	(fancy-about-text): Add substantial contents, part of startup text.
+	(fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
+	(normal-splash-screen): Call normal-mouse-startup-screen,
+	normal-no-mouse-startup-screen, or normal-about-screen.
+	(normal-mouse-startup-screen): New fn, broken out, shortened.
+	(normal-no-mouse-startup-screen): New fn, broken out.
+	(normal-about-screen): New function, contents all new.
+
 2007-09-05  Micha,Ak(Bl Cadilhac  <michael@cadilhac.name>
 
 	* emacs-lisp/rx.el (rx): Fix typo in docstring.