* calendar/todos.el: Further comment revision.
authorStephen Berman <stephen.berman@gmx.net>
Thu, 21 Jun 2012 19:39:32 +0000 (20:39 +0100)
committerStephen Berman <stephen.berman@gmx.net>
Thu, 21 Jun 2012 19:39:32 +0000 (20:39 +0100)
commit616ffa8b8178781388d06147806e0c5e3b8b0778
treea5b4515f81905554b97da816409249144db5e092
parentd9be0d35088afba9e6000d8ca1ed861d12e2ecac
* calendar/todos.el: Further comment revision.
(todos-sorted-column): Change default value, also taking tty into
account.
(todos-reset-done-separator): Fix faulty variable binding.
(todos-reset-and-enable-done-separator): Save match data; comment
out code that causes problems for Edebug.
(todos-item-start): Handle empty line between todo and done items
when done items are hidden.
(todos-read-date): Use a leap year for `*' to allow
calendar-last-day-of-month to return Feb. 29.
(todos-archive-mode, todos-edit-mode, todos-categories-mode)
(todos-filtered-items-mode): Delete faulty parentheses.
(todos-quit): Save Todos and archive files unconditionally.
(todos-forward-item): Accept only positive prefix argument.
(todos-backward-item): Accept only positive prefix argument; don't
move point to beginning of buffer if it is on the first item.
(todos-hide-show-date-time): Remove obsolete interactive spec.
(todos-move-category): Improve prompt string; ensure file moved to
is different from file moved from.
(todos-merge-categories): Remove.
(todos-set-category-priority): New command.
(todos-raise-category-priority, todos-lower-category-priority):
Use it to define these commands.
(todos-set-item-priority): Rewrite and generalize.
(todos-raise-item-priority, todos-lower-item-priority): Use it to
define these commands.
lisp/ChangeLog
lisp/calendar/todos.el