emacs/lisp/calendar
Stephen Berman 903204bb53 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).
2014-05-23 18:54:35 +02:00
..
.gitignore
appt.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-bahai.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-china.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-coptic.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-dst.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-french.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-hebrew.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-html.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-islam.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-iso.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-julian.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-mayan.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-menu.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-move.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-persia.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-tex.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cal-x.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
calendar.el * lisp/calendar/calendar.el (calendar-generate-month): Apply weekend face 2014-03-17 09:04:32 -07:00
diary-lib.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
holidays.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
icalendar.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lunar.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
parse-time.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
solar.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
time-date.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
timeclock.el Doc, comment, etc updates for increased use of locate-user-emacs-file 2014-01-26 18:02:28 -08:00
todo-mode.el todo-mode.el: Remove dependence on auto-mode-alist. 2014-05-23 18:54:35 +02:00