From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58072 Path: main.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: (display . [not expire]) and (gnus-show-threads nil) Date: Tue, 06 Jul 2004 22:19:12 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: <87isd0tv8f.fsf@uwo.ca> References: <873c6pw7tj.fsf@uwo.ca> <87hdsl89xr.fsf@uwo.ca> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1089166863 2360 80.91.224.253 (7 Jul 2004 02:21:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Jul 2004 02:21:03 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M6613@lists.math.uh.edu Wed Jul 07 04:20:57 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bi23N-0001DU-00 for ; Wed, 07 Jul 2004 04:20:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Bi224-0004ne-00; Tue, 06 Jul 2004 21:19:36 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Bi21x-0004nY-00 for ding@lists.math.uh.edu; Tue, 06 Jul 2004 21:19:29 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Bi21w-0002G4-NC for ding@lists.math.uh.edu; Tue, 06 Jul 2004 21:19:28 -0500 Original-Received: from pony.its.uwo.ca (pony.its.uwo.ca [129.100.2.63]) by justine.libertine.org (Postfix) with ESMTP id B5E4F3A0039 for ; Tue, 6 Jul 2004 21:19:27 -0500 (CDT) Original-Received: from spork.its.uwo.ca (ride.its.uwo.ca [10.10.10.10]) by pony.its.uwo.ca (8.12.10/8.12.10) with ESMTP id i672JQbq018339 for ; Tue, 6 Jul 2004 22:19:26 -0400 (EDT) Original-Received: from localhost (jdc.math.uwo.ca [129.100.75.77]) by spork.its.uwo.ca (8.12.10/8.12.10) with ESMTP id i672JDlF007004; Tue, 6 Jul 2004 22:19:13 -0400 Original-Received: from jdc by localhost with local (Exim 3.36 #1 (Debian)) id 1Bi21g-0003PR-00; Tue, 06 Jul 2004 22:19:12 -0400 Original-To: Katsumi Yamaoka In-Reply-To: (Katsumi Yamaoka's message of "Wed, 07 Jul 2004 08:12:45 +0900") Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) X-Scanned-By: MIMEDefang 2.39 Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58072 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58072 Katsumi Yamaoka writes: >>>>>> In <87hdsl89xr.fsf@uwo.ca> >>>>>> Dan Christensen wrote: > >> It's been six weeks and there weren't any objections. Could someone >> apply the following patch? (I have copyright assignment papers on file.) > > I agree with that change. Could you please write the ChangeLog > entry? For the ``minor fix to gnus-articles-to-read'' article > too. It's harder to me than writing Lisp codes. :-p Sure, sorry for not doing this in the first place. 2004-07-06 Dan Christensen * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded, respect display group parameter. (gnus-articles-to-read): Remove unused reference to display group parameter. Dan