gnus-group-charset-alist and gnus-group-ignored-charsets-alist
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 14 Feb 2001 21:02:17 +0000 (21:02 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 14 Feb 2001 21:02:17 +0000 (21:02 +0000)
GNUS-NEWS

index 2551fa0..6334597 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -8,6 +8,14 @@ For older news, see Gnus info node "New Features".
 \f
 * Changes in Oort Gnus
 
+** 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).