comparison lisp/ChangeLog @ 105843:4e4705fae3d0

(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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 03 Nov 2009 22:24:34 +0000
parents 83dde921cc1b
children a2094e76667e
comparison
equal deleted inserted replaced
105842:83dde921cc1b 105843:4e4705fae3d0
1 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
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.
2 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):
6 * cedet/srecode.el (srecode/loaddefs): 13 * cedet/srecode.el (srecode/loaddefs):