aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog33
-rw-r--r--man/ChangeLog7
2 files changed, 40 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 832f2be1302..5085924bd81 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,36 @@
12005-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
12005-12-06 Romain Francoise <romain@orebokech.com> 342005-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
diff --git a/man/ChangeLog b/man/ChangeLog
index 9916392b5b7..1d923711415 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,10 @@
12005-12-06 Carsten Dominik <dominik@science.uva.nl>
2
3 * org.texi: (TODO basics): Document the global todo list.
4 (TODO items): Documents sparse tree for specific TODO
5 keywords.
6
7
12005-12-01 Nick Roberts <nickrob@snap.net.nz> 82005-12-01 Nick Roberts <nickrob@snap.net.nz>
2 9
3 * building.texi (GDB User Interface Layout): Describe how to 10 * building.texi (GDB User Interface Layout): Describe how to