Synch with Oort Gnus.
[elisp/gnus.git-] / GNUS-NEWS
index 2551fa0..898c768 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -8,6 +8,26 @@ For older news, see Gnus info node "New Features".
 \f
 * Changes in Oort Gnus
 
+** Nnml stores marks in the file ".marks" for each groups.
+
+This makes it possible to take backup of nnml servers independently of
+.newsrc.eld.  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
+   "Attachment".
+
+** 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).