aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f2d5d2e22c4..900b38b9d6b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12013-02-02 Stephen Berman <stephen.berman@gmx.net>
2
3 * calendar/todos.el: Several small fixes and improvements.
4 (todos-done-separator-string): Change default value.
5 (todos-update-categories-sexp): Remove unnecessary and misquided
6 setq of todos-default-todos-file. Use delete-region instead of
7 kill-region to avoid polluting kill-ring.
8 (todos-unload-hook): Remove (was not used).
9 (todos-edit-multiline): Don't generate new edit buffer name on
10 each invocation---that can cause confusion due to indirect buffer.
11 (todos-edit-quit): Ensure lines in edit buffer that follow hard
12 newlines are indented in the file to conform to diary format.
13 (todos-set-item-priority): If done items in category are visible,
14 keep them visible.
15
12013-01-30 Stephen Berman <stephen.berman@gmx.net> 162013-01-30 Stephen Berman <stephen.berman@gmx.net>
2 17
3 * calendar/todos.el: Fix done separator overlay bug. Remove most 18 * calendar/todos.el: Fix done separator overlay bug. Remove most