aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2019-01-29 11:05:12 +0100
committerRobert Pluim2019-01-29 18:11:19 +0100
commit7022acb065ab73930c2b4d6ca3ddb3531704d374 (patch)
treeb569232d09c5887bf144ab87145a7a83f14c1166
parent7a1f11deea6bd626f0008b7423ac42378a1bd2ad (diff)
downloademacs-7022acb065ab73930c2b4d6ca3ddb3531704d374.tar.gz
emacs-7022acb065ab73930c2b4d6ca3ddb3531704d374.zip
Move some descriptions to the right section
* etc/NEWS: Move ibuffer and gnus change descriptions to mode-specific section.
-rw-r--r--etc/NEWS24
1 files changed, 10 insertions, 14 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c658406bc77..2bbc38769ea 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -78,20 +78,6 @@ The new command-line argument '--dump-file=FILE' allows to specify a
78non-default '.pdmp' file to load the state from; see the node "Initial 78non-default '.pdmp' file to load the state from; see the node "Initial
79Options" in the Emacs manual for more information. 79Options" in the Emacs manual for more information.
80 80
81** Ibuffer
82
83---
84*** All mode filters can now accept a list of symbols.
85This means you can now easily filter several major modes, as well
86as a single mode.
87
88** Gnus
89
90+++
91*** The nnimap backend now has support for IMAP namespaces.
92This feature can be enabled by setting the new 'nnimap-use-namespaces'
93server variable to non-nil.
94
95 81
96* Startup Changes in Emacs 27.1 82* Startup Changes in Emacs 27.1
97 83
@@ -599,6 +585,11 @@ Of course it will still find it if you have it in ~/.ecompleterc
599** Gnus 585** Gnus
600 586
601+++ 587+++
588*** The nnimap backend now has support for IMAP namespaces.
589This feature can be enabled by setting the new 'nnimap-use-namespaces'
590server variable to non-nil.
591
592+++
602*** A prefix argument to 'gnus-summary-limit-to-score' will limit reverse. 593*** A prefix argument to 'gnus-summary-limit-to-score' will limit reverse.
603Limit to articles with score at below. 594Limit to articles with score at below.
604 595
@@ -725,6 +716,11 @@ can now be searched via 'C-s'.
725--- 716---
726*** New filter 'ibuffer-filter-by-process'; bound to '/E'. 717*** New filter 'ibuffer-filter-by-process'; bound to '/E'.
727 718
719---
720*** All mode filters can now accept a list of symbols.
721This means you can now easily filter several major modes, as well
722as a single mode.
723
728** Search and Replace 724** Search and Replace
729 725
730*** Isearch supports a prefix argument for 'C-s' ('isearch-repeat-forward') 726*** Isearch supports a prefix argument for 'C-s' ('isearch-repeat-forward')