mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -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:
parent
67f36e80ce
commit
b46bbf89ad
2 changed files with 12 additions and 3 deletions
7
etc/NEWS
7
etc/NEWS
|
|
@ -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
|
hidden (see 'newsticker-hide-old-items-in-newsticker-buffer' and
|
||||||
'newsticker-show-descriptions-of-new-items')."
|
'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
|
* New Modes and Packages in Emacs 31.1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -207,13 +207,15 @@ unfolded. Otherwise old as well as new items will be folded."
|
||||||
|
|
||||||
(defcustom newsticker-hide-old-feed-header
|
(defcustom newsticker-hide-old-feed-header
|
||||||
nil
|
nil
|
||||||
"Whether to automatically hide the header of feeds whose items are all
|
"Whether to automatically hide the header of old feeds.
|
||||||
old or obsolete in the *newsticker* buffer. This is only visually
|
This hides the headers of feeds whose items are all old or obsolete
|
||||||
interesting if the content of those feeds are also hidden (see
|
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-hide-old-items-in-newsticker-buffer' and
|
||||||
`newsticker-show-descriptions-of-new-items')."
|
`newsticker-show-descriptions-of-new-items')."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:set #'newsticker--set-customvar-buffer
|
:set #'newsticker--set-customvar-buffer
|
||||||
|
:version "31.1"
|
||||||
:group 'newsticker-plainview)
|
:group 'newsticker-plainview)
|
||||||
|
|
||||||
(defcustom newsticker-show-all-news-elements
|
(defcustom newsticker-show-all-news-elements
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue