diff options
| author | Stephen Berman | 2013-03-14 00:58:32 +0100 |
|---|---|---|
| committer | Stephen Berman | 2013-03-14 00:58:32 +0100 |
| commit | 426e1d46edc21c944e82d92e8dce6f9a5e55cd11 (patch) | |
| tree | fda8a28636252724283f8c853ea8bec8903719d2 /lisp/ChangeLog | |
| parent | c898b975737e7bc9cd14ea40cb5e307cd2c10a53 (diff) | |
| download | emacs-426e1d46edc21c944e82d92e8dce6f9a5e55cd11.tar.gz emacs-426e1d46edc21c944e82d92e8dce6f9a5e55cd11.zip | |
* calendar/todos.el (todos-quit): If quitting
todos-filtered-items-mode makes todos-mode current, don't call
todos-show, which (here wrongly) prompts for a new Todos file.
(todos-delete-category): Fix incorrect quotation mark.
(todos-set-item-priority): Make prefix argument a no-op with
commands for raising or lowering item priority. Move mistakenly
place right paren to end of defun, where it belongs.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 446557b3442..a9412b3e6ed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-03-13 Stephen Berman <stephen.berman@gmx.net> | ||
| 2 | |||
| 3 | * calendar/todos.el (todos-quit): If quitting | ||
| 4 | todos-filtered-items-mode makes todos-mode current, don't call | ||
| 5 | todos-show, which (here wrongly) prompts for a new Todos file. | ||
| 6 | (todos-delete-category): Fix incorrect quotation mark. | ||
| 7 | (todos-set-item-priority): Make prefix argument a no-op with | ||
| 8 | commands for raising or lowering item priority. Move mistakenly | ||
| 9 | place right paren to end of defun, where it belongs. | ||
| 10 | |||
| 1 | 2013-02-25 Stephen Berman <stephen.berman@gmx.net> | 11 | 2013-02-25 Stephen Berman <stephen.berman@gmx.net> |
| 2 | 12 | ||
| 3 | * calendar/todos.el (todos-key-bindings): Add binding for `todos-show'. | 13 | * calendar/todos.el (todos-key-bindings): Add binding for `todos-show'. |