]> git.eshelyaron.com Git - emacs.git/commitdiff
Move some descriptions to the right section
authorRobert Pluim <rpluim@gmail.com>
Tue, 29 Jan 2019 10:05:12 +0000 (11:05 +0100)
committerRobert Pluim <rpluim@gmail.com>
Tue, 29 Jan 2019 17:11:19 +0000 (18:11 +0100)
* etc/NEWS: Move ibuffer and gnus change descriptions to
mode-specific section.

etc/NEWS

index c658406bc77a4a949c402cd2bb25487f35809c3a..2bbc38769eab6216ff98d79d1e0aa0457025f53c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -78,20 +78,6 @@ The new command-line argument '--dump-file=FILE' allows to specify a
 non-default '.pdmp' file to load the state from; see the node "Initial
 Options" in the Emacs manual for more information.
 
-** Ibuffer
-
----
-*** All mode filters can now accept a list of symbols.
-This means you can now easily filter several major modes, as well
-as a single mode.
-
-** Gnus
-
-+++
-*** The nnimap backend now has support for IMAP namespaces.
-This feature can be enabled by setting the new 'nnimap-use-namespaces'
-server variable to non-nil.
-
 \f
 * Startup Changes in Emacs 27.1
 
@@ -598,6 +584,11 @@ Of course it will still find it if you have it in ~/.ecompleterc
 
 ** Gnus
 
++++
+*** The nnimap backend now has support for IMAP namespaces.
+This feature can be enabled by setting the new 'nnimap-use-namespaces'
+server variable to non-nil.
+
 +++
 *** A prefix argument to 'gnus-summary-limit-to-score' will limit reverse.
 Limit to articles with score at below.
@@ -725,6 +716,11 @@ can now be searched via 'C-s'.
 ---
 *** New filter 'ibuffer-filter-by-process'; bound to '/E'.
 
+---
+*** All mode filters can now accept a list of symbols.
+This means you can now easily filter several major modes, as well
+as a single mode.
+
 ** Search and Replace
 
 *** Isearch supports a prefix argument for 'C-s' ('isearch-repeat-forward')