* calendar/todos.el: Revise handling of initial display and extend
authorStephen Berman <stephen.berman@gmx.net>
Tue, 22 Jan 2013 11:00:33 +0000 (12:00 +0100)
committerStephen Berman <stephen.berman@gmx.net>
Tue, 22 Jan 2013 11:00:33 +0000 (12:00 +0100)
commitc523b0aa6ada64e68cb70443540fc155bfbe81e8
tree80e54be177938e154efe94ed484d3843cf393afa
parent20166aeaa8fb74437ab85a74ff0dca498f5350e7
* calendar/todos.el: Revise handling of initial display and extend
to top priorities file.
(todos-display-categories-first): Remove, replacing by this:
(todos-show-first): New defcustom.
(todos-first-visit): Remove, replacing by this:
(todos-visited): New variable.
(todos-absolute-file-name): Extend possible values of optional
argument to take top priorities files into account.
(todos-modes-set-3, todos-mode): Remove use of todos-first-visit.
(todos-mode-external-set): Call find-file-noselect instead of
find-buffer-visiting, since the latter may fail.
(todos-show): Revise handling of initial display using
todos-show-first and todos-visited and extend to top priorities
file.
(todos-quit): Adapt to new handling of initial display.
lisp/ChangeLog
lisp/calendar/todos.el