# HG changeset patch # User Richard M. Stallman # Date 1189022341 0 # Node ID 4224061ee52dcc5c8db5870405fe2e4d421d5546 # Parent 81f157bfa93c2ee13404fb3bc6b94472eddc79e7 *** empty log message *** diff -r 81f157bfa93c -r 4224061ee52d lisp/ChangeLog --- 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 + + * 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 * emacs-lisp/rx.el (rx): Fix typo in docstring.