diff options
| author | Stefan Monnier | 2009-11-03 22:24:34 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-11-03 22:24:34 +0000 |
| commit | 7e83e8b459e07f89f8a1e3902637b6b2e7a94288 (patch) | |
| tree | 82860594ff850bdc64e8c6d48c7f0c16f2a64b17 /lisp/ChangeLog | |
| parent | fae4e5b9f5047d2bb9d1100162e6be8561af424a (diff) | |
| download | emacs-7e83e8b459e07f89f8a1e3902637b6b2e7a94288.tar.gz emacs-7e83e8b459e07f89f8a1e3902637b6b2e7a94288.zip | |
(todo-add-category): Don't hardcode point-min==1.
(todo-top-priorities): Only display-buffer when called interactively.
(todo-item-start): Don't save excursion point.
(todo-item-end): Be slightly more careful. Add `include-sep' arg.
(todo-insert-item-here, todo-file-item, todo-remove-item):
Adjust uses of todo-item-start and todo-item-end.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d252f343d53..5ccb97f2150 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * calendar/todo-mode.el (todo-add-category): Don't hardcode point-min==1. | ||
| 4 | (todo-top-priorities): Only display-buffer when called interactively. | ||
| 5 | (todo-item-start): Don't save excursion point. | ||
| 6 | (todo-item-end): Be slightly more careful. Add `include-sep' arg. | ||
| 7 | (todo-insert-item-here, todo-file-item, todo-remove-item): | ||
| 8 | Adjust uses of todo-item-start and todo-item-end. | ||
| 9 | |||
| 3 | * emacs-lisp/autoload.el (generated-autoload-feature): Remove. | 10 | * emacs-lisp/autoload.el (generated-autoload-feature): Remove. |
| 4 | (autoload-rubric): Don't use any more. | 11 | (autoload-rubric): Don't use any more. |
| 5 | * cedet/semantic/fw.el (semantic/loaddefs): | 12 | * cedet/semantic/fw.el (semantic/loaddefs): |