diff options
| author | Stephen Berman | 2011-12-03 00:46:31 +0100 |
|---|---|---|
| committer | Stephen Berman | 2011-12-03 00:46:31 +0100 |
| commit | 697bd4a3585bd7d9ef66d670d21b72a3e9a36e6a (patch) | |
| tree | 0a6c510201ea162a3106b2767ca8eeeab405ffad /lisp/ChangeLog | |
| parent | 58c7641d1b069be3ead47dbe4a44c8360ef8d1f2 (diff) | |
| download | emacs-697bd4a3585bd7d9ef66d670d21b72a3e9a36e6a.tar.gz emacs-697bd4a3585bd7d9ef66d670d21b72a3e9a36e6a.zip | |
* calendar/todos.el (todos-item-start): Restore commented out code
to prevent wrongly moving point in widened buffer.
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 |