*** empty log message ***
[gnus] / GNUS-NEWS
1 ** Gnus changes.
2
3 *** The Gnus alpha distribution no longer bundles Custom and Widget.
4 If your Emacs doesn't come with these libraries, fetch them from
5 <URL:http://www.dina.kvl.dk/~abraham/custom/>.  You also then need to
6 add the following to the lisp/dgnushack.el file:
7
8      (push "~/lisp/custom" load-path)
9
10 Modify to suit your needs.
11
12 *** New functionality for using Gnus as an offline newsreader has been
13 added.  A plethora of new commands and modes have been added.  See the
14 Gnus manual for the full story.
15
16 *** The nndraft backend has returned, but works differently than
17 before.  All Message buffers are now also articles in the nndraft
18 group, which is created automatically.
19
20 *** `gnus-alter-header-function' can now be used to alter header
21 values.
22
23 *** `gnus-summary-goto-article' now accept Message-ID's.
24
25 *** A new Message command for deleting text in the body of a message
26 outside the region: `C-c C-v'.
27