diff options
| author | Stephen Berman | 2009-07-04 00:07:26 +0100 |
|---|---|---|
| committer | Stephen Berman | 2009-07-04 00:07:26 +0100 |
| commit | 98c97dee7675f6028a82340e9c495c8759cd6b8e (patch) | |
| tree | a0fb23e58a0ddc663369586c57f5ff409be12084 /lisp/ChangeLog | |
| parent | 1f678911da23b7f0e497bbb4441c3b4c4359b010 (diff) | |
| download | emacs-98c97dee7675f6028a82340e9c495c8759cd6b8e.tar.gz emacs-98c97dee7675f6028a82340e9c495c8759cd6b8e.zip | |
* calendar/todos.el (todos-window-configuration): Comment out.
(todos-display-categories): Comment out use of
todos-window-configuration; use switch-to-buffer instead of
pop-to-buffer.
(todos-jump-to-category-noninteractively): Comment out use of
todos-window-configuration.
(todos-edit-item): Don't allow editing of date/time item header.
(todos-insert-item, todos-insert-item-here): Insert date/time
header in front of new item string.
(todos-mode): Tweak wrap-prefix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c81102cb83..21821505339 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2012-09-12 Stephen Berman <stephen.berman@gmx.net> | 1 | 2012-09-12 Stephen Berman <stephen.berman@gmx.net> |
| 2 | 2 | ||
| 3 | * calendar/todos.el (todos-window-configuration): Comment out. | ||
| 4 | (todos-display-categories): Comment out use of | ||
| 5 | todos-window-configuration; use switch-to-buffer instead of | ||
| 6 | pop-to-buffer. | ||
| 7 | (todos-jump-to-category-noninteractively): Comment out use of | ||
| 8 | todos-window-configuration. | ||
| 9 | (todos-edit-item): Don't allow editing of date/time item header. | ||
| 10 | (todos-insert-item, todos-insert-item-here): Insert date/time | ||
| 11 | header in front of new item string. | ||
| 12 | (todos-mode): Tweak wrap-prefix. | ||
| 13 | |||
| 14 | 2012-09-12 Stephen Berman <stephen.berman@gmx.net> | ||
| 15 | |||
| 3 | * calendar/todos.el (todos-file-do, todos-file-done): | 16 | * calendar/todos.el (todos-file-do, todos-file-done): |
| 4 | Change default location to directory "~/.emacs.d/". | 17 | Change default location to directory "~/.emacs.d/". |
| 5 | (todos-completion-ignore-case, todos-categories-buffer): | 18 | (todos-completion-ignore-case, todos-categories-buffer): |