]> git.eshelyaron.com Git - emacs.git/commit
* calendar/todos.el: Several small fixes and improvements.
authorStephen Berman <stephen.berman@gmx.net>
Sat, 2 Feb 2013 23:06:23 +0000 (00:06 +0100)
committerStephen Berman <stephen.berman@gmx.net>
Sat, 2 Feb 2013 23:06:23 +0000 (00:06 +0100)
commitab951d1bf3a175877bc68822de479ba4f4ac0cba
treec4272f30a543cc95a190b1f97e9f20901ebe7c92
parent0d6eb16262072a01b3ee7d4bbe7916ca4b52da6d
* 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