]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 28 Feb 2008 23:50:44 +0000 (23:50 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 28 Feb 2008 23:50:44 +0000 (23:50 +0000)
lisp/ChangeLog

index ad9a927c54bc81b377e4466382bc1f832bfdc104..9c8935488896e4a9f467643ec9e9fb0b5027c7b8 100644 (file)
@@ -1,7 +1,14 @@
+2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
+       version number of the next major Emacs release, not 23.0.
+
+       * longlines.el (longlines-unload-function): New function.
+
 2008-02-28  Juri Linkov  <juri@jurta.org>
 
        * startup.el (normal-splash-screen): Add argument `concise'.
-       Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
+       Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
        to the created buffer.  If `concise' is non-nil, call
        `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
        (display-startup-screen): Add argument `concise' to the call to
@@ -51,8 +58,8 @@
 
 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * uniquify.el (uniquify-buffer-base-name): Undo last change.  Should be
-       done in desktop.el instead.
+       * uniquify.el (uniquify-buffer-base-name): Undo last change.
+       Should be done in desktop.el instead.
 
 2008-02-28  Glenn Morris  <rgm@gnu.org>