aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStephen Berman2014-06-25 14:06:00 +0200
committerStephen Berman2014-06-25 14:06:00 +0200
commita5128e3ded506a54619177d9a7c95d58463baace (patch)
treebf4f3c2a7b70eea0e0bb97cdf30fd8ff2d7278f8 /lisp/ChangeLog
parent50f290812618d79c29a5c540bb65ee6e52dc548d (diff)
downloademacs-a5128e3ded506a54619177d9a7c95d58463baace.tar.gz
emacs-a5128e3ded506a54619177d9a7c95d58463baace.zip
* calendar/todo-mode.el: Fix two bugs.
(todo-insert-item--basic): If user cancels item insertion to another category before setting priority, show original category whether it is in the same or a different file. (todo-set-item-priority): After selecting category, instead of moving point to top, which extends an active region, restore it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f0fecd95e9f..d5583eef10e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12014-06-25 Stephen Berman <stephen.berman@gmx.net>
2
3 * calendar/todo-mode.el: Fix two bugs.
4 (todo-insert-item--basic): If user cancels item insertion to
5 another category before setting priority, show original category
6 whether it is in the same or a different file.
7 (todo-set-item-priority): After selecting category, instead of
8 moving point to top, which extends an active region, restore it.
9
12014-06-25 Stefan Monnier <monnier@iro.umontreal.ca> 102014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 * help-fns.el (describe-function-1): Check file-name is a string before 12 * help-fns.el (describe-function-1): Check file-name is a string before