From 7416ef06a9bef35d5e6fcd5e38e1fe74688a9945 Mon Sep 17 00:00:00 2001 From: John Sullivan Date: Sun, 14 Jan 2007 08:40:30 +0000 Subject: [PATCH] Fix typo, and fix group selection to work in more gnus versions. git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-101 --- ChangeLog | 6 ++++++ planner-gnus.el | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e964845..5e4d294 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-01-14 John Sullivan + + * planner-gnus.el: Fix typo and change URL. + (planner-gnus-browse-url): Make it work in NoGnus and Gnus 5.11, + as suggested by Leo. + 2007-01-14 Michael Olson * planner-el.texi (Installing from a Source Archive): Mention diff --git a/planner-gnus.el b/planner-gnus.el index 05283ad..fc375c4 100644 --- a/planner-gnus.el +++ b/planner-gnus.el @@ -1,12 +1,12 @@ ;;; planner-gnus.el --- Gnus integration for the Emacs Planner ;; Copyright (C) 2001, 2003, 2004, 2005, -;; 2006 Free Software Founation, Inc. +;; 2006 Free Software Foundation, Inc. ;; Parts copyright (C) 2004 Mario Domgörgen (kanaldrache AT gmx.de) ;; Author: John Wiegley ;; Keywords: planner, gnus -;; URL: http://www.plannerlove.com/ +;; URL: http://www.emacswiki.org/cgi-bin/wiki/PlannerMode ;; This file is part of Planner. It is not part of GNU Emacs. @@ -219,7 +219,7 @@ Raise this if you have problems browsing gnus URLs.") ;; unread articles as read. (let ((gnus-auto-select-first nil)) (condition-case err - (gnus-fetch-group group planner-gnus-group-threshold) + (gnus-fetch-group group planner-gnus-group-threshold t group) (error (gnus-fetch-group group)))) (mapcar (lambda (article-id) -- 2.11.4.GIT