aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5414958ad12..7dfb08256f2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1009,6 +1009,14 @@ offers them to the user to open with 'browse-url'.
1009This option controls whether and how to use Gnus search groups as 1009This option controls whether and how to use Gnus search groups as
1010'path:' search terms to 'notmuch'. 1010'path:' search terms to 'notmuch'.
1011 1011
1012---
1013+++ The buttons in the Gnus article buffer were formerly widgets
1014(i.e., buttons from widget.el). This has now changed, and they are
1015now buttons (from button.el), and commands like 'TAB' now search for
1016buttons instead of widgets. There should be no user-visible changes,
1017but out-of-tree code that relied on widgets being present might now
1018fail.
1019
1012** erc 1020** erc
1013 1021
1014--- 1022---