# HG changeset patch # User Juri Linkov # Date 1189339833 0 # Node ID 0a0f920b76dd5ff2b3744753e74b49d5efc9c4d2 # Parent 034769070421ca44371608c9adc0ecbcc9d2fdee *** empty log message *** diff -r 034769070421 -r 0a0f920b76dd lisp/ChangeLog --- a/lisp/ChangeLog Sun Sep 09 12:10:14 2007 +0000 +++ b/lisp/ChangeLog Sun Sep 09 12:10:33 2007 +0000 @@ -1,3 +1,29 @@ +2007-09-09 Juri Linkov + + * Makefile.in (update-authors): Add etc/ to AUTHORS. + + * makefile.w32-in (update-authors): Add etc/ to AUTHORS. + + * startup.el (initial-buffer-choice): Rename choice "Splash screen" + to "Startup screen". Fix docstring. + (inhibit-startup-screen): Rename from `inhibit-splash-screen'. + (inhibit-splash-screen): Make alias to `inhibit-startup-screen'. + (inhibit-startup-message): Change alias to `inhibit-startup-screen'. + (initial-scratch-message): Fix docstring. + (fancy-startup-text): Move link to Emacs Manual below Emacs Guided + Tour (which is a kind of tutorial and will be next to Emacs Tutorial). + Add link to "Customize Startup" and set interval between links to + 5 spaces. + (fancy-about-text): Add links "Authors" and "Contributing". + (fancy-splash-head): Add text "Welcome to " on the startup screen, + and "This is " on the about screen. Add link to + "http://www.gnu.org/software/emacs/" for "GNU Emacs". + For the about screen move emacs version to the header from + `fancy-splash-tail' (as it's done already for normal about screen). + (fancy-splash-tail): Insert emacs version only for startup screen. + (normal-splash-screen): Remove duplicate empty lines. + (normal-about-screen): Add links "Authors" and "Contributing". + 2007-09-09 Michael Albinus * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,