1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; Fix last change

* etc/NEWS: Announce new newsticker commands.

* lisp/net/newst-plainview.el (newsticker-hide-old-feed-header):
Doc fix.  Add :version tag.  (Bug#78305)
This commit is contained in:
Eli Zaretskii 2025-07-27 08:07:35 +03:00
parent 67f36e80ce
commit b46bbf89ad
2 changed files with 12 additions and 3 deletions

View file

@ -2453,6 +2453,13 @@ This is only visually interesting if the content of those feeds are also
hidden (see 'newsticker-hide-old-items-in-newsticker-buffer' and
'newsticker-show-descriptions-of-new-items')."
---
*** New commands to hide and show headers of old newsticker feeds.
The new commands 'newsticker-hide-old-feed-header' and
'newsticker-show-old-feed-header', bound to 'h h' and 's h' keys,
respectively, hide and show the headers of feeds whose items are all old
or obsolete.
* New Modes and Packages in Emacs 31.1

View file

@ -207,13 +207,15 @@ unfolded. Otherwise old as well as new items will be folded."
(defcustom newsticker-hide-old-feed-header
nil
"Whether to automatically hide the header of feeds whose items are all
old or obsolete in the *newsticker* buffer. This is only visually
interesting if the content of those feeds are also hidden (see
"Whether to automatically hide the header of old feeds.
This hides the headers of feeds whose items are all old or obsolete
in the *newsticker* buffer. This is only visually interesting if
the content of those feeds are also hidden (see
`newsticker-hide-old-items-in-newsticker-buffer' and
`newsticker-show-descriptions-of-new-items')."
:type 'boolean
:set #'newsticker--set-customvar-buffer
:version "31.1"
:group 'newsticker-plainview)
(defcustom newsticker-show-all-news-elements