aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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.