* calendar/todos.el: Several small fixes and improvements.
commit2e54650f213a52d394eeb02792faeeeebac43150
authorStephen Berman <stephen.berman@gmx.net>
Sat, 2 Feb 2013 23:06:23 +0000 (3 00:06 +0100)
committerStephen Berman <stephen.berman@gmx.net>
Sat, 2 Feb 2013 23:06:23 +0000 (3 00:06 +0100)
tree05bc97d9652974046b9e844d9d52cfb1e4fba5d4
parentfbfaed735f4396b131f8771036936438e12e032c
* calendar/todos.el: Several small fixes and improvements.
(todos-done-separator-string): Change default value.
(todos-update-categories-sexp): Remove unnecessary and misquided
setq of todos-default-todos-file.  Use delete-region instead of
kill-region to avoid polluting kill-ring.
(todos-unload-hook): Remove (was not used).
(todos-edit-multiline): Don't generate new edit buffer name on
each invocation---that can cause confusion due to indirect buffer.
(todos-edit-quit): Ensure lines in edit buffer that follow hard
newlines are indented in the file to conform to diary format.
(todos-set-item-priority): If done items in category are visible,
keep them visible.
lisp/ChangeLog
lisp/calendar/todos.el