GNU bug report logs - #72204
30.0.60; missing NEWS entry for gnus-summary-limit-to-age change

Previous Next

Package: emacs;

Reported by: Mike Kupfer <kupfer <at> rawbw.com>

Date: Sat, 20 Jul 2024 05:43:02 UTC

Severity: normal

Found in version 30.0.60

To reply to this bug, email your comments to 72204 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#72204; Package emacs. (Sat, 20 Jul 2024 05:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mike Kupfer <kupfer <at> rawbw.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 20 Jul 2024 05:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mike Kupfer <kupfer <at> rawbw.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.60; missing NEWS entry for gnus-summary-limit-to-age change
Date: Fri, 19 Jul 2024 22:42:08 -0700
In Emacs 29, if you want to see articles that are less than N days old,
you can enter

  / t - N RET

or

  C-u / t N RET

in the summary buffer.  (The docstring for gnus-summary-limit-to-age
only describes the second form, but the prompt tells you about the
possibility of using the first form.)

In Emacs 30, only the 2nd sequence works.

I don't see this change documented in NEWS; I think there should be an
entry for the change.

mike




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#72204; Package emacs. (Sat, 20 Jul 2024 15:13:02 GMT) Full text and rfc822 format available.

Message #8 received at 72204 <at> debbugs.gnu.org (full text, mbox):

From: Mike Kupfer <kupfer <at> rawbw.com>
To: 72204 <at> debbugs.gnu.org
Subject: Re: bug#72204: Acknowledgement (30.0.60;
 missing NEWS entry for gnus-summary-limit-to-age change)
Date: Sat, 20 Jul 2024 08:11:54 -0700
Oh, another change to gnus-summary-limit-to-age that's probably worth
calling out: it looks like "less than 1 day old" now means "since
midnight".  In Emacs 29, it meant "less than 24 hours old".

mike




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#72204; Package emacs. (Sun, 21 Jul 2024 19:30:02 GMT) Full text and rfc822 format available.

Message #11 received at 72204 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Mike Kupfer <kupfer <at> rawbw.com>, 72204 <at> debbugs.gnu.org
Subject: Re: bug#72204: Acknowledgement (30.0.60; missing NEWS entry for
 gnus-summary-limit-to-age change)
Date: Sun, 21 Jul 2024 12:28:18 -0700
Mike Kupfer <kupfer <at> rawbw.com> writes:

> Oh, another change to gnus-summary-limit-to-age that's probably worth
> calling out: it looks like "less than 1 day old" now means "since
> midnight".  In Emacs 29, it meant "less than 24 hours old".

I'd recommend opening a new bug report for this issue.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#72204; Package emacs. (Sun, 21 Jul 2024 19:32:02 GMT) Full text and rfc822 format available.

Message #14 received at 72204 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Mike Kupfer <kupfer <at> rawbw.com>, 72204 <at> debbugs.gnu.org
Cc: Eric Abrahamsen <eric <at> ericabrahamsen.net>,
 Łukasz Stelmach <stlman <at> poczta.fm>
Subject: Re: bug#72204: Acknowledgement (30.0.60; missing NEWS entry for
 gnus-summary-limit-to-age change)
Date: Sun, 21 Jul 2024 12:30:10 -0700
Stefan Kangas <stefankangas <at> gmail.com> writes:

> Mike Kupfer <kupfer <at> rawbw.com> writes:
>
>> Oh, another change to gnus-summary-limit-to-age that's probably worth
>> calling out: it looks like "less than 1 day old" now means "since
>> midnight".  In Emacs 29, it meant "less than 24 hours old".
>
> I'd recommend opening a new bug report for this issue.

BTW, I suppose this is due to:

commit 0dd7e6e3aeac1ab0a03f2ed2ad108deecde82447
Author: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Date:   Sat Sep 23 16:31:10 2023 -0700

  Have gnus-summary-limit-to-age operate on calendar days

  Reported and patched by Łukasz Stelmach <stlman <at> poczta.fm>.

  * lisp/gnus/gnus-sum.el (gnus-summary-limit-to-age): Rather than
  24-hour blocks. Also use `read-number', and drop the confusing option
  to reverse younger/older both with the prefix argument and with a
  negative number.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#72204; Package emacs. (Sun, 21 Jul 2024 19:36:02 GMT) Full text and rfc822 format available.

Message #17 received at 72204 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Mike Kupfer <kupfer <at> rawbw.com>, 72204 <at> debbugs.gnu.org
Cc: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Subject: Re: bug#72204: 30.0.60;
 missing NEWS entry for gnus-summary-limit-to-age change
Date: Sun, 21 Jul 2024 12:34:08 -0700
Mike Kupfer <kupfer <at> rawbw.com> writes:

> In Emacs 29, if you want to see articles that are less than N days old,
> you can enter
>
>   / t - N RET
>
> or
>
>   C-u / t N RET
>
> in the summary buffer.  (The docstring for gnus-summary-limit-to-age
> only describes the second form, but the prompt tells you about the
> possibility of using the first form.)
>
> In Emacs 30, only the 2nd sequence works.
>
> I don't see this change documented in NEWS; I think there should be an
> entry for the change.

Eric, could you please take a look at this?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#72204; Package emacs. (Thu, 25 Jul 2024 07:43:01 GMT) Full text and rfc822 format available.

Message #20 received at 72204 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Mike Kupfer <kupfer <at> rawbw.com>
Cc: 72204 <at> debbugs.gnu.org
Subject: Re: bug#72204: Acknowledgement (30.0.60;
 missing NEWS entry for gnus-summary-limit-to-age change)
Date: Thu, 25 Jul 2024 10:41:44 +0300
> From: Mike Kupfer <kupfer <at> rawbw.com>
> Comments: In-reply-to help-debbugs <at> gnu.org (GNU bug Tracking System)
>  message dated "Sat, 20 Jul 2024 05:43:02 -0000."
> Date: Sat, 20 Jul 2024 08:11:54 -0700
> 
> Oh, another change to gnus-summary-limit-to-age that's probably worth
> calling out: it looks like "less than 1 day old" now means "since
> midnight".  In Emacs 29, it meant "less than 24 hours old".

Thanks, done.




This bug report was last modified 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.