diff options
| author | Stephen Berman | 2012-06-24 18:31:14 +0100 |
|---|---|---|
| committer | Stephen Berman | 2012-06-24 18:31:14 +0100 |
| commit | 18aef8a33ebd85749b89dc6f9ecec09bc19cae01 (patch) | |
| tree | d80e385c0df0912624c8f480b97e3bf9fcb8c685 /lisp/ChangeLog | |
| parent | 616ffa8b8178781388d06147806e0c5e3b8b0778 (diff) | |
| download | emacs-18aef8a33ebd85749b89dc6f9ecec09bc19cae01.tar.gz emacs-18aef8a33ebd85749b89dc6f9ecec09bc19cae01.zip | |
* calendar/todos.el: Further significant code rearrangement;
further comment revision.
(todos-mode-display): New defgroup.
(todos-prefix, todos-number-priorities)
(todos-done-separator-string, todos-done-string)
(todos-comment-string, todos-show-with-done)
(todos-mode-line-function, todos-skip-archived-categories)
(todos-highlight-item, todos-wrap-lines)
(todos-line-wrapping-function): Use it.
(todos-item-insertion): New defgroup.
(todos-include-in-diary, todos-diary-nonmarking)
(todos-nondiary-marker, todos-always-add-time-string)
(todos-use-only-highlighted-region): Use it.
(todos-forward-button, todos-backward-button): New commands.
(todos-categories-mode-map): Use them, replacing forward-button
and backward-button.
(todos-merge-category): Fix and improve implementation; handle
archived items.
(todos-insert-item, todos-set-date-from-calendar): Handle setting
date by calling todos-insert-item-from-calendar.
(todos-delete-item): Fix overlay handling.
(todos-move-item): Highlight item to be moved.
(todos-item-undo): Handle marked items.
(todos-insert-item-from-calendar): Rewrite using
todos-date-from-calendar.
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. |