diff options
| author | Robert Pluim | 2019-01-29 11:05:12 +0100 |
|---|---|---|
| committer | Robert Pluim | 2019-01-29 18:11:19 +0100 |
| commit | 7022acb065ab73930c2b4d6ca3ddb3531704d374 (patch) | |
| tree | b569232d09c5887bf144ab87145a7a83f14c1166 | |
| parent | 7a1f11deea6bd626f0008b7423ac42378a1bd2ad (diff) | |
| download | emacs-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/NEWS | 24 |
1 files changed, 10 insertions, 14 deletions
| @@ -78,20 +78,6 @@ The new command-line argument '--dump-file=FILE' allows to specify a | |||
| 78 | non-default '.pdmp' file to load the state from; see the node "Initial | 78 | non-default '.pdmp' file to load the state from; see the node "Initial |
| 79 | Options" in the Emacs manual for more information. | 79 | Options" in the Emacs manual for more information. |
| 80 | 80 | ||
| 81 | ** Ibuffer | ||
| 82 | |||
| 83 | --- | ||
| 84 | *** All mode filters can now accept a list of symbols. | ||
| 85 | This means you can now easily filter several major modes, as well | ||
| 86 | as a single mode. | ||
| 87 | |||
| 88 | ** Gnus | ||
| 89 | |||
| 90 | +++ | ||
| 91 | *** The nnimap backend now has support for IMAP namespaces. | ||
| 92 | This feature can be enabled by setting the new 'nnimap-use-namespaces' | ||
| 93 | server 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. | ||
| 589 | This feature can be enabled by setting the new 'nnimap-use-namespaces' | ||
| 590 | server 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. |
| 603 | Limit to articles with score at below. | 594 | Limit 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. | ||
| 721 | This means you can now easily filter several major modes, as well | ||
| 722 | as 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') |