*** empty log message ***
[gnus] / GNUS-NEWS
1 ** Gnus changes.
2
3 *** The Gnus 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
28 *** You can now post to component group in nnvirtual groups with
29 `C-u C-c C-c'.
30
31 *** `nntp-rlogin-program' -- new variable to ease customization.
32
33 *** `C-u C-c C-c' in `gnus-article-edit-mode' will now inhibit
34 re-highlighting of the article buffer.
35
36 *** New element in `gnus-boring-article-headers' -- `long-to'.
37
38 *** `M-i' symbolic prefix command.  See the section "Symbolic
39 Prefixes" in the Gnus manual for details.
40
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.
43
44 *** `gnus-simplify-subject-functions' variable to allow greater
45 control over simplification.
46
47 *** `A T' -- new command for fetching the current thread.
48
49 *** `/ T' -- new command for including the current thread in the
50 limit.
51
52 *** `M-RET' is a new Message command for breaking cited text.
53
54 *** \\1-expressions are now valid in `nnmail-split-methods'.
55
56 *** The `custom-face-lookup' function has been removed.  
57 If you used this function in your initialization files, you must
58 rewrite them to use `face-spec-set' instead.
59
60 *** Cancelling now uses the current select method.  Symbolic prefix
61 `a' forces normal posting method.
62
63 *** New command to translate M******** sm*rtq**t*s into proper text
64 -- `W d'.
65
66 *** For easier debugging of nntp, you can set `nntp-record-commands'
67 to a non-nil value.
68
69 *** nntp now uses ~/.authinfo, a .netrc-like file, for controlling
70 where and how to send AUTHINFO to NNTP servers.
71
72 *** A command for editing group parameters from the summary buffer
73 has been added.
74
75 *** A history of where mails have been split is available.
76
77 *** A new article date command has been added -- `article-date-iso8601'.
78
79 *** Subjects can be simplified when threading by setting
80 `gnus-score-thread-simplify'.
81
82 *** A new function for citing in Message has been added --
83 `message-cite-original-without-signature'.
84
85 *** `article-strip-all-blank-lines' -- new article command.
86
87 *** A new Message command to kill to the end of the article has
88 been added.
89
90 *** A minimum adaptive score can be specified by using the
91 `gnus-adaptive-word-minimum' variable.
92
93 *** The "lapsed date" article header can be kept continually
94 updated by the `gnus-start-date-timer' command.
95
96 *** Web listserv archives can be read with the nnlistserv backend.
97
98 *** Old dejanews archives can now be read by nnweb.
99
100 *** Byte-compilation of user-specs now works under XEmacs.
101
102 *** `gnus-posting-styles' has been re-activated.