diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Nov 03 21:45:31 2009 +0000
+++ b/lisp/ChangeLog	Tue Nov 03 22:24:34 2009 +0000
@@ -1,5 +1,12 @@
 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* calendar/todo-mode.el (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.
+
 	* emacs-lisp/autoload.el (generated-autoload-feature): Remove.
 	(autoload-rubric): Don't use any more.
 	* cedet/semantic/fw.el (semantic/loaddefs):