]> git.eshelyaron.com Git - emacs.git/commit
* calendar/todos.el (todos-file-do, todos-file-done):
authorStephen Berman <stephen.berman@gmx.net>
Fri, 26 Jun 2009 00:22:56 +0000 (01:22 +0100)
committerStephen Berman <stephen.berman@gmx.net>
Fri, 26 Jun 2009 00:22:56 +0000 (01:22 +0100)
commitdb2c5d3424fd4bc130e946b667b08d373c2fe405
tree9356652f192059c34608afcb32517b3e83a5141a
parentfffe59491fe63bae731ec613c4aa5ad8344459c9
* calendar/todos.el (todos-file-do, todos-file-done):
Change default location to directory "~/.emacs.d/".
(todos-completion-ignore-case, todos-categories-buffer):
New defcustoms.
(todos-prefix-string, todos-item-header): New faces.
(todos-prefix-face, todos-item-header-face): Corresponding
new variables.
(todos-rename-category, todos-delete-category)
(todos-display-categories, todos-move-item): New commands.
(todos-mode-map): Add key bindings for new commands and for
todos-add-category, which had no key binding.
(todos-jump-to-category-noninteractively): New function.
(todos-top-priorities): Comment out code using a previously
deleted variable.
(todos-completing-read): Allow SPC to insert a space when entering
a new category name; use todos-completion-ignore-case.
(todos-font-lock-keywords, todos-window-configuration):
New variables.
(todos-mode): Make mode-name "TODOS"; make font-lock-defaults,
word-wrap, and wrap-prefix local variables.
lisp/calendar/todos.el