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:
8 (push "~/lisp/custom" load-path)
10 Modify to suit your needs.
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.
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.
20 *** `gnus-alter-header-function' can now be used to alter header
23 *** `gnus-summary-goto-article' now accept Message-ID's.
25 *** A new Message command for deleting text in the body of a message
26 outside the region: `C-c C-v'.
28 *** You can now post to component group in nnvirtual groups with
31 *** `nntp-rlogin-program' -- new variable to ease customization.
33 *** `C-u C-c C-c' in `gnus-article-edit-mode' will now inhibit
34 re-highlighting of the article buffer.
36 *** New element in `gnus-boring-article-headers' -- `long-to'.
38 *** `M-i' symbolic prefix command. See the section "Symbolic
39 Prefixes" in the Gnus manual for details.
41 *** `L' and `I' in the summary buffer now take the symbolic prefix
42 `a' to add the score rule to the "all.SCORE" file.
44 *** `gnus-simplify-subject-functions' variable to allow greater
45 control over simplification.
47 *** `A T' -- new command for fetching the current thread.
49 *** `/ T' -- new command for including the current thread in the
52 *** `M-RET' is a new Message command for breaking cited text.
54 *** \\1-expressions are now valid in `nnmail-split-methods'.