comparison lisp/ChangeLog @ 85612:35afe0eebae6

(iris-function-map): Move initialization into declaration.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 24 Oct 2007 14:54:03 +0000
parents e435efc12d5a
children ae9da278f53b
comparison
equal deleted inserted replaced
85611:e435efc12d5a 85612:35afe0eebae6
1 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * term/iris-ansi.el (iris-function-map): Move init into declaration.
4
1 2007-10-24 Juanma Barranquero <lekktu@gmail.com> 5 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * buff-menu.el (Buffer-menu-sort-column): Doc fix. 7 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4 (Buffer-menu-mode-map): Initialize in the declaration. 8 (Buffer-menu-mode-map): Initialize in the declaration.
5 (Buffer-menu-mode): Define with `define-derived-mode'. 9 (Buffer-menu-mode): Define with `define-derived-mode'.
6 10
7 2007-10-24 Carsten Dominik <dominik@science.uva.nl> 11 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
8 12
9 * textmodes/org.el (org-version): Changed to 5.13e. 13 * textmodes/org.el (org-version): Change to 5.13e.
10 (org-agenda-file-regexp): Fixed typo in docstring. 14 (org-agenda-file-regexp): Fix typo in docstring.
11 (org-add-planning-info): Fixed bug in parenthesis settings. 15 (org-add-planning-info): Fix bug in parenthesis settings.
12 (org-scan-tags): Catch the case of indirect buffers with no filename. 16 (org-scan-tags): Catch the case of indirect buffers with no filename.
13 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html): 17 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
14 Re-installed switch to mapc, had been removed by accident. 18 Re-install switch to mapc, had been removed by accident.
15 (org-columns-map): New binding `C-c C-o'. 19 (org-columns-map): New binding `C-c C-o'.
16 (org-columns-menu): Changed menu text and added new entry. 20 (org-columns-menu): Change menu text and added new entry.
17 (org-columns-eval): Documented the use of `next-line'. 21 (org-columns-eval): Document the use of `next-line'.
18 (org-columns-open-link): New function. 22 (org-columns-open-link): New function.
19 (org-columns-follow-link): Function removed. 23 (org-columns-follow-link): Remove function.
20 (org-open-link-from-string): New function. 24 (org-open-link-from-string): New function.
21 (org-read-date-get-relative): Fixed typo in docstring. 25 (org-read-date-get-relative): Fix typo in docstring.
22 (org-read-date-get-relative): Leading +/- is not optional. 26 (org-read-date-get-relative): Leading +/- is not optional.
23 (org-agenda-get-restriction-and-command): Always resize window on 27 (org-agenda-get-restriction-and-command): Always resize window on
24 first loop cycle. 28 first loop cycle.
25 (org-agenda-open-link): Make sure the link abbreviations are 29 (org-agenda-open-link): Make sure the link abbreviations are
26 present in the agenda buffer. 30 present in the agenda buffer.