From 1f678911da23b7f0e497bbb4441c3b4c4359b010 Mon Sep 17 00:00:00 2001 From: Stephen Berman Date: Wed, 12 Sep 2012 16:15:03 +0200 Subject: [PATCH] Commit ChangeLog changes. (They weren't committed on the previous fileset commit, although the ChangeLog had been saved.) --- lisp/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4739407547b..5c81102cb83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,26 @@ +2012-09-12 Stephen Berman + + * calendar/todos.el (todos-file-do, todos-file-done): + Change default location to directory "~/.emacs.d/". + (todos-completion-ignore-case, todos-categories-buffer): + New defcustoms. + (todos-prefix-string, todos-item-header): New faces. + (todos-prefix-face, todos-item-header-face): Corresponding + new variables. + (todos-rename-category, todos-delete-category) + (todos-display-categories, todos-move-item): New commands. + (todos-mode-map): Add key bindings for new commands and for + todos-add-category, which had no key binding. + (todos-jump-to-category-noninteractively): New function. + (todos-top-priorities): Comment out code using a previously + deleted variable. + (todos-completing-read): Allow SPC to insert a space when entering + a new category name; use todos-completion-ignore-case. + (todos-font-lock-keywords, todos-window-configuration): + New variables. + (todos-mode): Make mode-name "TODOS"; make font-lock-defaults, + word-wrap, and wrap-prefix local variables. + 2012-09-12 Stephen Berman * calendar/todos.el (todos-list-categories): Fix typos. -- 2.39.5