diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0520dc97576..fff7be6e20b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,33 @@ | |||
| 1 | 2012-09-23 Stephen Berman <stephen.berman@gmx.net> | 1 | 2012-09-23 Stephen Berman <stephen.berman@gmx.net> |
| 2 | 2 | ||
| 3 | * calendar/todos.el: Further significant code rearrangement; | ||
| 4 | further comment revision. | ||
| 5 | (todos-mode-display): New defgroup. | ||
| 6 | (todos-prefix, todos-number-priorities) | ||
| 7 | (todos-done-separator-string, todos-done-string) | ||
| 8 | (todos-comment-string, todos-show-with-done) | ||
| 9 | (todos-mode-line-function, todos-skip-archived-categories) | ||
| 10 | (todos-highlight-item, todos-wrap-lines) | ||
| 11 | (todos-line-wrapping-function): Use it. | ||
| 12 | (todos-item-insertion): New defgroup. | ||
| 13 | (todos-include-in-diary, todos-diary-nonmarking) | ||
| 14 | (todos-nondiary-marker, todos-always-add-time-string) | ||
| 15 | (todos-use-only-highlighted-region): Use it. | ||
| 16 | (todos-forward-button, todos-backward-button): New commands. | ||
| 17 | (todos-categories-mode-map): Use them, replacing forward-button | ||
| 18 | and backward-button. | ||
| 19 | (todos-merge-category): Fix and improve implementation; handle | ||
| 20 | archived items. | ||
| 21 | (todos-insert-item, todos-set-date-from-calendar): Handle setting | ||
| 22 | date by calling todos-insert-item-from-calendar. | ||
| 23 | (todos-delete-item): Fix overlay handling. | ||
| 24 | (todos-move-item): Highlight item to be moved. | ||
| 25 | (todos-item-undo): Handle marked items. | ||
| 26 | (todos-insert-item-from-calendar): Rewrite using | ||
| 27 | todos-date-from-calendar. | ||
| 28 | |||
| 29 | 2012-09-23 Stephen Berman <stephen.berman@gmx.net> | ||
| 30 | |||
| 3 | * calendar/todos.el: Further comment revision. | 31 | * calendar/todos.el: Further comment revision. |
| 4 | (todos-sorted-column): Change default value, also taking tty into | 32 | (todos-sorted-column): Change default value, also taking tty into |
| 5 | account. | 33 | account. |