diff options
| author | Morgan Smith <Morgan.J.Smith@outlook.com> | 2026-01-20 15:18:33 -0500 |
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2026-05-09 12:50:04 +0200 |
| commit | 984024daf3cea96d760c9d6a3a89d826a0750fb6 (patch) | |
| tree | a4193a5fff2372f1fd064f8b30bc00fe690f9126 /etc | |
| parent | d7c130972e08875c97731ceeb31e198696659b05 (diff) | |
Gnus: Use new sleep library
* etc/NEWS: Announce.
* lisp/gnus/gnus-start.el: Don't require gnus-dbus.
(gnus-sleep-handler): New function.
(gnus-close-on-sleep): New variable.
(gnus-1): Add `gnus-sleep-handler' to
`system-sleep-event-functions' when `gnus-close-on-sleep' is
non-nil.
* doc/misc/gnus.texi: Update documentation.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1967,6 +1967,14 @@ Gnus, see "(gnus) Symbolic Prefixes" in the Gnus manual. --- *** Sorting selected groups is now possible with 'gnus-topic-mode'. ++++ +*** System sleep integration is now independent of D-Bus. +The system sleep integration previously provided by customizing the +variable 'gnus-dbus-close-on-sleep' is now deprecated. A new system +using the builtin sleep library is now available by customizing +'gnus-close-on-sleep'. This will work on all systems that the sleep +library supports. + ** Sieve +++ |
