diff options
Diffstat (limited to 'lisp/org/ChangeLog')
| -rw-r--r-- | lisp/org/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index f73d81b6801..d52c5a204b7 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 2 | |||
| 3 | * org-agenda.el (org-agenda-get-todos): Start search from correct | ||
| 4 | position. | ||
| 5 | |||
| 6 | * org.el (org-fast-todo-selection): Make sure TODO selection does | ||
| 7 | not change buffer position. | ||
| 8 | |||
| 9 | * org-list.el (org-toggle-checkbox): Implement adding or removing | ||
| 10 | checkboxes from line or region when called with a prefix | ||
| 11 | argument. | ||
| 12 | |||
| 13 | * org-rmail.el (org-rmail-store-link): Protect the call to | ||
| 14 | `rmail-narrow-to-non-pruned-header'. | ||
| 15 | |||
| 16 | * org-clock.el (org-clock-special-range): Fix week display in | ||
| 17 | clock tables. | ||
| 18 | |||
| 19 | * org-exp.el (org-get-current-options): Fix bug when in indirect | ||
| 20 | buffer. | ||
| 21 | |||
| 22 | * org-agenda.el (org-agenda-dim-blocked-tasks): New option. | ||
| 23 | (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'. | ||
| 24 | (org-agenda-dim-blocked-tasks): New function. | ||
| 25 | |||
| 26 | * org.el (org-enforce-todo-dependencies): New option. | ||
| 27 | (org-block-todo-from-children-or-siblings): New function. | ||
| 28 | |||
| 29 | * org-faces.el (org-agenda-dimmed-todo-face): New face. | ||
| 30 | |||
| 1 | 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com> | 31 | 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com> |
| 2 | 32 | ||
| 3 | * org.el (org-todo): Return correct state type even if the blocker | 33 | * org.el (org-todo): Return correct state type even if the blocker |