diff options
| author | Stephen Berman | 2009-02-12 22:35:50 +0100 |
|---|---|---|
| committer | Stephen Berman | 2009-02-12 22:35:50 +0100 |
| commit | 1e3d87b31504034a266a0af4191feb642b5fd7cc (patch) | |
| tree | dec77e54cb771127bea1d851393eacac01f75b68 /lisp/ChangeLog | |
| parent | 3f0317671049e0aefe3b10a99b7ad60b8d8eb8bd (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-09-11 Stephen Berman <stephen.berman@gmx.net> | 9 | 2012-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 |