# HG changeset patch # User Juanma Barranquero # Date 1193228873 0 # Node ID e435efc12d5a995c8ca39ecb8dc9cada347e225d # Parent e8808cf949cd73d1efa57c180872639ee25d27f2 *** empty log message *** diff -r e8808cf949cd -r e435efc12d5a lisp/ChangeLog --- 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 + + * 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 * 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'.