aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBasil L. Contovounesios2019-09-27 01:26:03 +0100
committerBasil L. Contovounesios2019-09-27 01:26:03 +0100
commit60d121e87d532682cb1be7c48015dcd5e30db20a (patch)
treeadcde360a5f7c04304ca6ae7b9d352b66b3d8998
parent2712187032d73d6a8b6f8d6a501467a7dc1d0778 (diff)
downloademacs-60d121e87d532682cb1be7c48015dcd5e30db20a.tar.gz
emacs-60d121e87d532682cb1be7c48015dcd5e30db20a.zip
; * etc/NEWS (Gnus): Fix outline levels.
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9735a5512eb..97b96d1e4e8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1044,10 +1044,10 @@ Of course it will still find it if you have it in '~/.ecompleterc'.
1044** Gnus 1044** Gnus
1045 1045
1046+++ 1046+++
1047** The Gnus user variable 'nnimap-expunge' supports three new values: 1047*** The Gnus user variable 'nnimap-expunge' supports three new values:
1048'never' for never expunging messages, 'immediately' for immediately 1048'never' for never expunging messages, 'immediately' for immediately
1049expunging deleted messages, and 'on-exit' to expunge deleted articles 1049expunging deleted messages, and 'on-exit' to expunge deleted articles
1050when exiting the group's summary buffer. Setting 'nnimap-expunge' to 1050when exiting the group's summary buffer. Setting 'nnimap-expunge' to
1051'nil' or 't' is still supported but not recommended, since it may 1051'nil' or 't' is still supported but not recommended, since it may
1052result in Gnus expunging all messages that have been flagged as 1052result in Gnus expunging all messages that have been flagged as
1053deleted by any IMAP client (rather than just those that have been 1053deleted by any IMAP client (rather than just those that have been
@@ -1114,7 +1114,7 @@ This option controls whether and how to use Gnus search groups as
1114'path:' search terms to 'notmuch'. 1114'path:' search terms to 'notmuch'.
1115 1115
1116--- 1116---
1117+++ The buttons in the Gnus article buffer were formerly widgets 1117*** The buttons in the Gnus article buffer were formerly widgets
1118(i.e., buttons from widget.el). This has now changed, and they are 1118(i.e., buttons from widget.el). This has now changed, and they are
1119now buttons (from button.el), and commands like 'TAB' now search for 1119now buttons (from button.el), and commands like 'TAB' now search for
1120buttons instead of widgets. There should be no user-visible changes, 1120buttons instead of widgets. There should be no user-visible changes,