Synch with Oort Gnus.
[elisp/gnus.git-] / GNUS-NEWS
index 2551fa0..8f63ecb 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -8,6 +8,27 @@ For older news, see Gnus info node "New Features".
 \f
 * Changes in Oort Gnus
 
+** The nnml and nnfolder backends store marks for each groups.
+
+This makes it possible to take backup of nnml/nnfolder servers/groups
+separately of .newsrc.eld, while preserving marks.  It also makes it
+possible to share articles and marks between users (without sharing
+.newsrc.eld) within e.g. a department.
+
+** The menu bar (in Group and Summary buffer) named "Misc" has been
+   renamed to "Gnus".
+
+** The menu bar (in Message mode) named "MML" has been renamed to
+   "Attachments".
+
+** gnus-group-charset-alist and gnus-group-ignored-charsets-alist
+
+The regexps in these variables are compared with full group names
+instead of real group names in 5.8.  Users who customize these
+variables should change those regexps accordingly. For example:
+
+   ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
+
 ** Gnus now supports PGP-MIME (RFC2015) and SMIME.
 
 ** Gnus inlines external parts (message/external).