diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e7c9d8cb6ff..893ad521175 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2012-09-23 Stephen Berman <stephen.berman@gmx.net> | 1 | 2012-09-23 Stephen Berman <stephen.berman@gmx.net> |
| 2 | 2 | ||
| 3 | * calendar/todos.el (todos-reset-done-separator) | ||
| 4 | (todos-reset-and-enable-done-separator): New functions. | ||
| 5 | (todos-reset-done-separator-string): Rewrite using | ||
| 6 | todos-reset-done-separator for string longer than 1 character. | ||
| 7 | (todos-mode): Add todos-reset-and-enable-done-separator to | ||
| 8 | window-configuration-change-hook, replacing previous anonymous | ||
| 9 | function. | ||
| 10 | (todos-unload-hook): And remove it. | ||
| 11 | |||
| 12 | 2012-09-23 Stephen Berman <stephen.berman@gmx.net> | ||
| 13 | |||
| 3 | * calendar/todos.el (todos-done-separator-string): New defcustom. | 14 | * calendar/todos.el (todos-done-separator-string): New defcustom. |
| 4 | (todos-done-separator): New variable replacing defcustom of the | 15 | (todos-done-separator): New variable replacing defcustom of the |
| 5 | same name. | 16 | same name. |