aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog
diff options
context:
space:
mode:
authorStephen Berman2014-05-23 18:54:35 +0200
committerStephen Berman2014-05-23 18:54:35 +0200
commit903204bb53d1c05a9726316134e145d8bd34664e (patch)
tree32f17f5475e9ab9e96746c458e9b5f103290b3d3 /doc/misc/ChangeLog
parent15ad4013c44d19125fde6bbb704797d4a7a185b3 (diff)
downloademacs-903204bb53d1c05a9726316134e145d8bd34664e.tar.gz
emacs-903204bb53d1c05a9726316134e145d8bd34664e.zip
todo-mode.el: Remove dependence on auto-mode-alist.
* calendar/todo-mode.el: Remove dependence on auto-mode-alist, to avoid errors when trying to create or visit a file foo.todo located outside to todo-directory, and to allow having such files without them being tied to Todo mode. (todo-show, todo-move-category, todo-merge-category, todo-find-archive) (todo-archive-done-item, todo-find-filtered-items-file) (todo-filter-items, todo-find-item, todo-diary-goto-entry) (todo-category-completions, todo-read-category): When visiting a Todo file, make sure we're in the right mode and the buffer local variables are set. (todo-make-categories-list, todo-reset-nondiary-marker) (todo-reset-done-string, todo-reset-comment-string): After processing all Todo files, kill the buffers of those files that weren't being visited before the processing. (todo-display-as-todo-file, todo-add-to-buffer-list) (todo-visit-files-commands): Comment out. (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook. (auto-mode-alist): Remove add-to-list calls making Todo file extensions unrestrictedly tied to Todo modes. * doc/misc/todo-mode.texi: Update in light of changes due to bug#17482. Replace numerous mistaken uses of literal quotes with proper Texinfo markup. (Todo Mode Entry Points): Comment out reference to using find-file or Dired to visit Todo files, since this has been disabled (bug#17482).
Diffstat (limited to 'doc/misc/ChangeLog')
-rw-r--r--doc/misc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index ded23868c79..63e2cf728ff 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,11 @@
12014-05-23 Stephen Berman <stephen.berman@gmx.net>
2
3 * todo-mode.texi: Update in light of changes due to bug#17482.
4 Replace numerous mistaken uses of literal quotes with proper
5 Texinfo markup.
6 (Todo Mode Entry Points): Comment out reference to using find-file
7 or Dired to visit Todo files, since this has been disabled (bug#17482).
8
12014-05-06 Michael Albinus <michael.albinus@gmx.de> 92014-05-06 Michael Albinus <michael.albinus@gmx.de>
2 10
3 * tramp.texi (Frequently Asked Questions): Mention HISTFILE 11 * tramp.texi (Frequently Asked Questions): Mention HISTFILE