From f98edf145b3b85d198af4979850f27b7ad8f8a7f Mon Sep 17 00:00:00 2001 From: John Sullivan Date: Sun, 7 Jan 2007 19:56:22 +0000 Subject: [PATCH] Remove erroneously committed ChangeLog entries, fix bug in planner-visit-link from Wanrong Lin. git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-99 --- ChangeLog | 16 +++++++--------- planner.el | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc91011..f4b9580 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-01-07 John Sullivan + + * Remove erroneously committed ChangeLog entries. + + * planner.el (planner-visit-link): We weren't passing the + other-window argument to muse. Thanks to Wanrong Lin for noticing. + 2007-01-05 John Sullivan * planner-timeclock.el (planner-schedule): Remove unnecessary @@ -22,15 +29,6 @@ 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 b/planner.el index 66032ba..2bf814d 100644 --- a/planner.el +++ b/planner.el @@ -1175,7 +1175,7 @@ instead of a string." REFRESH-BUFFER is an optional buffer to refresh on saving the visited page. This makes the bad link face in the linking buffer go away." (if (string-match muse-url-regexp link) - (muse-browse-url link) + (muse-browse-url link other-window) (setq link (planner-link-target link)) (let ((tag (planner-link-anchor link)) base-buffer) -- 2.11.4.GIT