From 4d7cf6908a8f9c9b8132ccb526e11bda9097deac Mon Sep 17 00:00:00 2001 From: John Sullivan Date: Sat, 6 Jan 2007 04:45:05 +0000 Subject: [PATCH] Fix typos and remove unnecessary dependency. git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-98 --- ChangeLog | 16 ++++++++++++++++ planner-el.texi | 10 +++++----- planner-timeclock.el | 1 - 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index b88a7d0..dc91011 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-01-05 John Sullivan + + * planner-timeclock.el (planner-schedule): Remove unnecessary + dependency. + + * planner-el.texi (Timeclock): Fix typos. + 2006-12-26 Michael Olson * planner-publish.el: Associate finalize function with @@ -15,6 +22,15 @@ 2006-11-04 John Sullivan + * planner.el (planner-extract-tasks): Moving toward using a plist + for this. Attach file info to the tasks so as to handle multiple + planner directories. + + * planner-tasks-overview.el (planner-tasks-overview): Switch to + using standard task extraction function. + (planner-tasks-overview-insert): Rework to fit with standard task + extraction return value. Improve formatting. + * planner-el.texi (PSVN): Document all options and dependencies. (Hyperlinks): Reference Muse hyperlink syntax. diff --git a/planner-el.texi b/planner-el.texi index 5640cb2..4c6cf58 100644 --- a/planner-el.texi +++ b/planner-el.texi @@ -5037,13 +5037,13 @@ list. @cindex timeclock, using Planner with This module allows you to clock in and clock out of your projects -(@pxref{Time Intervals, , , Emacs, GNU Emacs Manual}). You can also -generate reports with the @code{} tag. You may want -to read the @ref{Keeping Track of Time} page to see how you can use +(@pxref{Time Intervals, , , Emacs, GNU Emacs Manual}) You can also +generate reports with the @code{} tag. You may want to +read the @xref{Keeping Track of Time} page to see how you can use planner-timeclock to produce detailed reports. -@file{timeclock.el} is part of GNU Emacs. If you are using XEmacs, -please use the version of @file{timeclock.el} the comes with Planner in +@file{timeclock.el} is part of GNU Emacs. If you are using XEmacs, +please use the version of @file{timeclock.el} that comes with Planner in the @file{contrib} directory. With @file{planner-timeclock.el} loaded, diff --git a/planner-timeclock.el b/planner-timeclock.el index cff8603..95e4304 100644 --- a/planner-timeclock.el +++ b/planner-timeclock.el @@ -44,7 +44,6 @@ (require 'planner) (require 'timeclock) -(require 'planner-schedule) (require 'easymenu) (require 'advice) -- 2.11.4.GIT