changeset 85611:e435efc12d5a

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 24 Oct 2007 12:27:53 +0000
parents e8808cf949cd
children 35afe0eebae6
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 24 12:26:32 2007 +0000
+++ b/lisp/ChangeLog	Wed Oct 24 12:27:53 2007 +0000
@@ -1,10 +1,15 @@
+2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
+
+	* buff-menu.el (Buffer-menu-sort-column): Doc fix.
+	(Buffer-menu-mode-map): Initialize in the declaration.
+	(Buffer-menu-mode): Define with `define-derived-mode'.
+
 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
 
 	* textmodes/org.el (org-version): Changed to 5.13e.
 	(org-agenda-file-regexp): Fixed typo in docstring.
 	(org-add-planning-info): Fixed bug in parenthesis settings.
-	(org-scan-tags): Catch the case of indirect buffers with no
-	filename.
+	(org-scan-tags): Catch the case of indirect buffers with no filename.
 	(org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
 	Re-installed switch to mapc, had been removed by accident.
 	(org-columns-map): New binding `C-c C-o'.