aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2007-08-20 23:28:16 +0000
committerJuri Linkov2007-08-20 23:28:16 +0000
commitcb3fe75728ff4703c11aeb61c079a97da11ec637 (patch)
treeaffd3706b227f39c543ce7a1addef5dd7e745f79 /lisp/ChangeLog
parentbd512dfbda24a9c80e73c6d3f9d4635aa876fc61 (diff)
downloademacs-cb3fe75728ff4703c11aeb61c079a97da11ec637.tar.gz
emacs-cb3fe75728ff4703c11aeb61c079a97da11ec637.zip
(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").
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a8942955942..045d486b097 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12007-08-20 Juri Linkov <juri@jurta.org>
2
3 * startup.el (fancy-splash-text): Change multiple tabs into one
4 tab. Remove "Useful File menu items" section (with "Exit Emacs"
5 and "Recover Crashed Session").
6 (fancy-splash-screens): Set tab-width to 22.
7 (normal-splash-screen): Replace literal tabs with \t and
8 fix whitespace. Remove "Useful File menu items" section (with
9 "Exit Emacs" and "Recover Crashed Session").
10
12007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change) 112007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2 12
3 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was 13 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was