aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStephen Berman2009-07-04 00:07:26 +0100
committerStephen Berman2009-07-04 00:07:26 +0100
commit98c97dee7675f6028a82340e9c495c8759cd6b8e (patch)
treea0fb23e58a0ddc663369586c57f5ff409be12084 /lisp/ChangeLog
parent1f678911da23b7f0e497bbb4441c3b4c4359b010 (diff)
downloademacs-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/ChangeLog13
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 @@
12012-09-12 Stephen Berman <stephen.berman@gmx.net> 12012-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
142012-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):