aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStephen Berman2012-10-08 01:45:40 +0200
committerStephen Berman2012-10-08 01:45:40 +0200
commit57da062dfef7a780b82742e26cb797f8841b6745 (patch)
tree928eac3558463b488dea974b5d2978f4c2b5280a /lisp/ChangeLog
parentfd6c6328aefd206a2d81fd5a98fb6a8b90a4eeec (diff)
downloademacs-57da062dfef7a780b82742e26cb797f8841b6745.tar.gz
emacs-57da062dfef7a780b82742e26cb797f8841b6745.zip
* calendar/todos.el: Fixes to todos-move-item and some of its
subroutines. (todos-move-item): When there are marked items, point need not be on an item; remove obsolete use of todos-add-category, since this is now already done in todos-read-category; fix typo. (todos-diary-item-p): Exclude empty lines. (todos-read-category): Restore point and narrowing after adding new category, to avoid moving to beginning of file when moving marked items to a new category. (todos-set-item-priority): Prompt for priority only when the category has at least one todo item; only use non-nil priority to calculate insertion location. (todos-read-category): Don't reset todos-categories when a new category is added due to todos-move-item or todos-jump-to-item.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0c58a997c81..377b1883be6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
12012-10-08 Stephen Berman <stephen.berman@gmx.net>
2
3 * calendar/todos.el: Fixes to todos-move-item and some of its
4 subroutines.
5 (todos-move-item): When there are marked items, point need not be
6 on an item; remove obsolete use of todos-add-category, since this
7 is now already done in todos-read-category; fix typo.
8 (todos-diary-item-p): Exclude empty lines.
9 (todos-read-category): Restore point and narrowing after adding
10 new category, to avoid moving to beginning of file when moving
11 marked items to a new category.
12 (todos-set-item-priority): Prompt for priority only when the
13 category has at least one todo item; only use non-nil priority to
14 calculate insertion location.
15 (todos-read-category): Don't reset todos-categories when a new
16 category is added due to todos-move-item or todos-jump-to-item.
17
12012-09-24 Stephen Berman <stephen.berman@gmx.net> 182012-09-24 Stephen Berman <stephen.berman@gmx.net>
2 19
3 * calendar/todos.el (todos-copy-item): New command. 20 * calendar/todos.el (todos-copy-item): New command.