* bug#72204: 30.0.60; missing NEWS entry for gnus-summary-limit-to-age change
@ 2024-07-20 5:42 Mike Kupfer
[not found] ` <handler.72204.B.17214541487223.ack@debbugs.gnu.org>
2024-07-21 19:34 ` bug#72204: 30.0.60; missing NEWS entry for gnus-summary-limit-to-age change Stefan Kangas
0 siblings, 2 replies; 6+ messages in thread
From: Mike Kupfer @ 2024-07-20 5:42 UTC (permalink / raw)
To: 72204
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
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <handler.72204.B.17214541487223.ack@debbugs.gnu.org>]
* bug#72204: Acknowledgement (30.0.60; missing NEWS entry for gnus-summary-limit-to-age change)
[not found] ` <handler.72204.B.17214541487223.ack@debbugs.gnu.org>
@ 2024-07-20 15:11 ` Mike Kupfer
2024-07-21 19:28 ` Stefan Kangas
2024-07-25 7:41 ` Eli Zaretskii
0 siblings, 2 replies; 6+ messages in thread
From: Mike Kupfer @ 2024-07-20 15:11 UTC (permalink / raw)
To: 72204
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#72204: Acknowledgement (30.0.60; missing NEWS entry for gnus-summary-limit-to-age change)
2024-07-20 15:11 ` bug#72204: Acknowledgement (30.0.60; missing NEWS entry for gnus-summary-limit-to-age change) Mike Kupfer
@ 2024-07-21 19:28 ` Stefan Kangas
2024-07-21 19:30 ` Stefan Kangas
2024-07-25 7:41 ` Eli Zaretskii
1 sibling, 1 reply; 6+ messages in thread
From: Stefan Kangas @ 2024-07-21 19:28 UTC (permalink / raw)
To: Mike Kupfer, 72204
Mike Kupfer <kupfer@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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#72204: Acknowledgement (30.0.60; missing NEWS entry for gnus-summary-limit-to-age change)
2024-07-21 19:28 ` Stefan Kangas
@ 2024-07-21 19:30 ` Stefan Kangas
0 siblings, 0 replies; 6+ messages in thread
From: Stefan Kangas @ 2024-07-21 19:30 UTC (permalink / raw)
To: Mike Kupfer, 72204; +Cc: Eric Abrahamsen, Łukasz Stelmach
Stefan Kangas <stefankangas@gmail.com> writes:
> Mike Kupfer <kupfer@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@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@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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#72204: Acknowledgement (30.0.60; missing NEWS entry for gnus-summary-limit-to-age change)
2024-07-20 15:11 ` bug#72204: Acknowledgement (30.0.60; missing NEWS entry for gnus-summary-limit-to-age change) Mike Kupfer
2024-07-21 19:28 ` Stefan Kangas
@ 2024-07-25 7:41 ` Eli Zaretskii
1 sibling, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2024-07-25 7:41 UTC (permalink / raw)
To: Mike Kupfer; +Cc: 72204
> From: Mike Kupfer <kupfer@rawbw.com>
> Comments: In-reply-to help-debbugs@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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#72204: 30.0.60; missing NEWS entry for gnus-summary-limit-to-age change
2024-07-20 5:42 bug#72204: 30.0.60; missing NEWS entry for gnus-summary-limit-to-age change Mike Kupfer
[not found] ` <handler.72204.B.17214541487223.ack@debbugs.gnu.org>
@ 2024-07-21 19:34 ` Stefan Kangas
1 sibling, 0 replies; 6+ messages in thread
From: Stefan Kangas @ 2024-07-21 19:34 UTC (permalink / raw)
To: Mike Kupfer, 72204; +Cc: Eric Abrahamsen
Mike Kupfer <kupfer@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?
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-07-25 7:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-20 5:42 bug#72204: 30.0.60; missing NEWS entry for gnus-summary-limit-to-age change Mike Kupfer
[not found] ` <handler.72204.B.17214541487223.ack@debbugs.gnu.org>
2024-07-20 15:11 ` bug#72204: Acknowledgement (30.0.60; missing NEWS entry for gnus-summary-limit-to-age change) Mike Kupfer
2024-07-21 19:28 ` Stefan Kangas
2024-07-21 19:30 ` Stefan Kangas
2024-07-25 7:41 ` Eli Zaretskii
2024-07-21 19:34 ` bug#72204: 30.0.60; missing NEWS entry for gnus-summary-limit-to-age change Stefan Kangas
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).