comparison lisp/ChangeLog @ 67343:69e43e82cd0a

*** empty log message ***
author Carsten Dominik <dominik@science.uva.nl>
date Tue, 06 Dec 2005 10:52:33 +0000
parents edd04db0e098
children bdeb6c3bfc1b
comparison
equal deleted inserted replaced
67342:5790642c4a89 67343:69e43e82cd0a
1 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el: (org-occur-highlights): New variable.
4 (org-highlight-new-match, org-remove-occur-highlights): New
5 functions.
6 (org-highlight-sparse-tree-matches): New option.
7 (org-do-occur): New function.
8 (org-get-heading): Make it work also at beginning of line.
9 (org-category-table): New variable.
10 (org-get-category-table, org-get-category)
11 (org-camel-to-words, org-link-search): New functions.
12 (org-select-this-todo-keyword): New variable.
13 (org-todo-list): New command.
14 (org-shiftright, org-shiftleft): New commands.
15 (org-agenda-todo): Added prefix argument.
16 (org-show-hierarchy-above): New option.
17 (org-show-todo-tree): Numerical prefix creates tree for specific
18 TODO keyword.
19 (org-outline-level): New function, to assign a level to plain
20 lists items.
21 (org-cycle-include-plain-lists): New option.
22 (org-mode): Use `org-outline-level' as value of `outline-level'.
23 (org-cycle): Temporarily switch `outline-regexp' if
24 `org-cycle-include-plain-lists' is non-nil.
25 (org-start-icalendar-file): Fixed format bug.
26 (org-agenda-get-day-entries): Create category table.
27 (org-agenda-get-todos, org-agenda-get-timestamps)
28 (org-agenda-get-deadlines, org-agenda-get-scheduled)
29 (org-agenda-get-blocks): Use `org-get-category'.
30 (org-context-in-file-links): Renamed from
31 `org-line-numbers-in-file-links' .
32
33
1 2005-12-06 Romain Francoise <romain@orebokech.com> 34 2005-12-06 Romain Francoise <romain@orebokech.com>
2 35
3 * window.el (balance-windows): Delete extraneous third arg to 36 * window.el (balance-windows): Delete extraneous third arg to
4 `enlarge-window'. 37 `enlarge-window'.
5 38