* gnus.el (gnus-group-parameter-value): Take an extra param.
[gnus] / GNUS-NEWS
index d435016..de3a781 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
-** Gnus changes.
+GNUS NEWS -- history of user-visible changes.
+Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+See the end for copying conditions.
 
-*** The Gnus alpha distribution no longer bundles Custom and Widget.
-If your Emacs doesn't come with these libraries, fetch them from
-<URL:http://www.dina.kvl.dk/~abraham/custom/>.  You also then need to
-add the following to the lisp/dgnushack.el file:
+Please send Gnus bug reports to bugs@gnus.org.
+For older news, see Gnus info node "New Features".
 
-     (push "~/lisp/custom" load-path)
+\f
+* Changes in Oort Gnus
 
-Modify to suit your needs.
+** Gnus decodes morse encoded messages if you press W m.
 
-*** New functionality for using Gnus as an offline newsreader has been
-added.  A plethora of new commands and modes have been added.  See the
-Gnus manual for the full story.
+** Unread count correct in nnimap groups.
 
-*** The nndraft backend has returned, but works differently than
-before.  All Message buffers are now also articles in the nndraft
-group, which is created automatically.
+The estimated number of unread articles in the group buffer should now
+be correct for nnimap groups.  This is achieved by calling
+`nnimap-fixup-unread-after-getting-new-news' from the
+`gnus-setup-news-hook' (called on startup) and
+gnus-after-getting-new-news-hook. (called after getting new mail).  If
+you have modified those variables from the default, you may want to
+add n-f-u-a-g-n-n again.  If you were happy with the estimate and want
+to save some (minimal) time when getting new mail, remove the
+function.
 
-*** `gnus-alter-header-function' can now be used to alter header
-values.
+** Group Carbon Copy (GCC) quoting
 
-*** `gnus-summary-goto-article' now accept Message-ID's.
+To support groups that contains SPC and other weird characters, groups
+are quoted before they are placed in the Gcc: header.  This means
+variables such as `gnus-message-archive-group' should no longer
+contain quote characters to make groups containing SPC work.  Also, if
+you are using the string "nnml:foo, nnml:bar" (indicating Gcc into two
+groups) you must change it to return the list ("nnml:foo"&nbs