Mercurial > emacs
changeset 82490:458dcdfc3e27
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 20 Aug 2007 23:28:16 +0000 |
parents | d06f03347805 |
children | 962fb740e73f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 20 23:28:05 2007 +0000 +++ b/lisp/ChangeLog Mon Aug 20 23:28:16 2007 +0000 @@ -1,3 +1,13 @@ +2007-08-20 Juri Linkov <juri@jurta.org> + + * startup.el (fancy-splash-text): Change multiple tabs into one + tab. Remove "Useful File menu items" section (with "Exit Emacs" + and "Recover Crashed Session"). + (fancy-splash-screens): Set tab-width to 22. + (normal-splash-screen): Replace literal tabs with \t and + fix whitespace. Remove "Useful File menu items" section (with + "Exit Emacs" and "Recover Crashed Session"). + 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change) * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was