# HG changeset patch # User Juri Linkov # Date 1187534615 0 # Node ID 906b3892481e5145276b9275990e5ea4c9afa7a2 # Parent 4f98fbdaf9ce6e4c43f0e59138be2c23634073cd *** empty log message *** diff -r 4f98fbdaf9ce -r 906b3892481e lisp/ChangeLog --- a/lisp/ChangeLog Sun Aug 19 14:43:25 2007 +0000 +++ b/lisp/ChangeLog Sun Aug 19 14:43:35 2007 +0000 @@ -1,3 +1,17 @@ +2007-08-19 Juri Linkov + + * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap' + because it's common to both types of splash screen: fancy and normal. + Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen. + (exit-splash-screen): Rename from `fancy-splash-quit'. + Use `quit-window' instead of `kill-buffer'. + (fancy-splash-head): Use make-button to insert GNU image link. + (fancy-splash-screens, normal-splash-screen): Rename " About GNU + Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*". + (normal-splash-screen): Put "Browse manuals" on the same line with + "Emacs manual". Remove descriptions from "Useful tasks" and put + all links in two columns on two lines. + 2007-08-19 Michael Kifer * viper.el (viper-remove-hooks): remove some additional viper hooks