Mercurial > emacs
comparison lisp/ChangeLog @ 82469:906b3892481e
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 19 Aug 2007 14:43:35 +0000 |
parents | ff85cbd27ee2 |
children | 22e1df12ee30 |
comparison
equal
deleted
inserted
replaced
82468:4f98fbdaf9ce | 82469:906b3892481e |
---|---|
1 2007-08-19 Juri Linkov <juri@jurta.org> | |
2 | |
3 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap' | |
4 because it's common to both types of splash screen: fancy and normal. | |
5 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen. | |
6 (exit-splash-screen): Rename from `fancy-splash-quit'. | |
7 Use `quit-window' instead of `kill-buffer'. | |
8 (fancy-splash-head): Use make-button to insert GNU image link. | |
9 (fancy-splash-screens, normal-splash-screen): Rename " About GNU | |
10 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*". | |
11 (normal-splash-screen): Put "Browse manuals" on the same line with | |
12 "Emacs manual". Remove descriptions from "Useful tasks" and put | |
13 all links in two columns on two lines. | |
14 | |
1 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu> | 15 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu> |
2 | 16 |
3 * viper.el (viper-remove-hooks): remove some additional viper hooks | 17 * viper.el (viper-remove-hooks): remove some additional viper hooks |
4 when the user calls viper-go-away. | 18 when the user calls viper-go-away. |
5 (viper-go-away): restore the default of default-major-mode. | 19 (viper-go-away): restore the default of default-major-mode. |