aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStephen Berman2009-02-12 22:35:50 +0100
committerStephen Berman2009-02-12 22:35:50 +0100
commit1e3d87b31504034a266a0af4191feb642b5fd7cc (patch)
treedec77e54cb771127bea1d851393eacac01f75b68 /lisp/ChangeLog
parent3f0317671049e0aefe3b10a99b7ad60b8d8eb8bd (diff)
downloademacs-1e3d87b31504034a266a0af4191feb642b5fd7cc.tar.gz
emacs-1e3d87b31504034a266a0af4191feb642b5fd7cc.zip
Second commit to todos.el.
* calendar/todos.el (todos-header): Remove defvar. (todos-add-category): Comment out code that inserts and updates the file local variables first line of the file todos-file-do. (todos-list-categories): New function. (todos-show): Use it; remove use of a previously deleted variable.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 96d79e8c15f..3e8e3d71c66 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12012-09-12 Stephen Berman <stephen.berman@gmx.net>
2
3 * calendar/todos.el (todos-header): Remove defvar.
4 (todos-add-category): Comment out code that inserts and updates
5 the file local variables first line of the file todos-file-do.
6 (todos-list-categories): New function.
7 (todos-show): Use it; remove use of a previously deleted variable.
8
12012-09-11 Stephen Berman <stephen.berman@gmx.net> 92012-09-11 Stephen Berman <stephen.berman@gmx.net>
2 10
3 * calendar/todos.el: New file. This is a copy of todo-mode.el 11 * calendar/todos.el: New file. This is a copy of todo-mode.el