diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0ee809b5d2f..9fe801d3f06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2012-09-19 Stephen Berman <stephen.berman@gmx.net> | 1 | 2012-09-19 Stephen Berman <stephen.berman@gmx.net> |
| 2 | 2 | ||
| 3 | * calendar/todos.el (todos-item-start): Restore commented out code | ||
| 4 | to prevent wrongly moving point in widened buffer. | ||
| 5 | |||
| 6 | 2012-09-19 Stephen Berman <stephen.berman@gmx.net> | ||
| 7 | |||
| 3 | * calendar/todos.el: Remove old commentary from todo-mode.el; add | 8 | * calendar/todos.el: Remove old commentary from todo-mode.el; add |
| 4 | and revise further doc strings and comments; require cl.el at | 9 | and revise further doc strings and comments; require cl.el at |
| 5 | compile time for remove-duplicates; use function powerset from | 10 | compile time for remove-duplicates; use function powerset from |