aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-02-28 23:50:44 +0000
committerJuanma Barranquero2008-02-28 23:50:44 +0000
commit618dd2071bfe659fa76f0f1319916cce30c41157 (patch)
tree7ce8cccd13cf747b4ef5ac78393ed016f44bc1d6
parent82c025915f9abd12cb4833b142532fdab02be857 (diff)
downloademacs-618dd2071bfe659fa76f0f1319916cce30c41157.tar.gz
emacs-618dd2071bfe659fa76f0f1319916cce30c41157.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ad9a927c54b..9c893548889 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,14 @@
12008-02-28 Juanma Barranquero <lekktu@gmail.com>
2
3 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
4 version number of the next major Emacs release, not 23.0.
5
6 * longlines.el (longlines-unload-function): New function.
7
12008-02-28 Juri Linkov <juri@jurta.org> 82008-02-28 Juri Linkov <juri@jurta.org>
2 9
3 * startup.el (normal-splash-screen): Add argument `concise'. 10 * startup.el (normal-splash-screen): Add argument `concise'.
4 Remove unused binding `prev-buffer'. Let-bind `splash-buffer' 11 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
5 to the created buffer. If `concise' is non-nil, call 12 to the created buffer. If `concise' is non-nil, call
6 `display-buffer', otherwise `switch-to-buffer'. Doc fix. 13 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
7 (display-startup-screen): Add argument `concise' to the call to 14 (display-startup-screen): Add argument `concise' to the call to
@@ -51,8 +58,8 @@
51 58
522008-02-28 Stefan Monnier <monnier@iro.umontreal.ca> 592008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
53 60
54 * uniquify.el (uniquify-buffer-base-name): Undo last change. Should be 61 * uniquify.el (uniquify-buffer-base-name): Undo last change.
55 done in desktop.el instead. 62 Should be done in desktop.el instead.
56 63
572008-02-28 Glenn Morris <rgm@gnu.org> 642008-02-28 Glenn Morris <rgm@gnu.org>
58 65