*** empty log message ***
[gnus] / GNUS-NEWS
1 ** Gnus changes.
2
3 *** nntp.el has been totally rewritten in an asynchronous fashion.
4
5 *** Article prefetching functionality has been moved up into 
6 Gnus.  
7
8 *** Scoring can now be performed with logical operators like 
9 `and', `or', `not', and parent redirection.
10
11 *** Article washing status can be displayed in the
12 article mode line.
13
14 *** gnus.el has been split into many smaller files.
15
16 *** Suppression of duplicate articles based on Message-ID.
17
18 (setq gnus-suppress-duplicates t)
19
20 *** New variables for specifying what score and adapt files
21 are to be considered home score and adapt files.  See
22 `gnus-home-score-file' and `gnus-home-adapt-files'.
23
24 *** Groups can inherit group parameters from parent topics.
25
26 *** Article editing has been revamped and is now usable.
27
28 *** Signatures can be recognized in more intelligent fashions.
29 See `gnus-signature-separator' and `gnus-signature-limit'.
30
31 *** Summary pick mode has been made to look more nn-like.
32 Line numbers are displayed and the `.' command can be
33 used to pick articles.
34
35 *** Commands for moving the .newsrc.eld from one server to
36 another have been added.
37
38     `M-x gnus-change-server'
39
40 *** A way to specify that "uninteresting" fields be suppressed when
41 generating lines in buffers.
42
43 *** Several commands in the group buffer can be undone with
44 `M-C-_'.
45
46 *** Scoring can be done on words using the new score type `w'.
47
48 *** Adaptive scoring can be done on a Subject word-by-word basis:
49
50     (setq gnus-use-adaptive-scoring '(word))
51
52 *** Scores can be decayed.
53  
54     (setq gnus-decay-scores t)
55
56 *** Scoring can be performed using a regexp on the Date header.  The
57 Date is normalized to compact ISO 8601 format first.
58
59 *** A new command has been added to remove all data on articles from
60 the native server.
61
62    `M-x gnus-group-clear-data-on-native-groups'
63
64 *** A new command for reading collections of documents
65 (nndoc with nnvirtual on top) has been added -- `M-C-d'.
66
67 *** Process mark sets can be pushed and popped.
68
69 *** A new mail-to-news backend makes it possible to post
70 even when the NNTP server doesn't allow posting.
71 *** Process mark sets can be pushed and popped.
72
73 *** A new mail-to-news backend makes it possible to post
74 even when the NNTP server doesn't allow posting.
75
76 *** A new backend for reading searches from DejaNews has
77 been added.  
78
79     Use the `G n' command in the group buffer to create such
80     a group.
81