2d2bfd7db709cdf69274b4b8f1ae4d66b2d85f3c
[gnus] / GNUS-NEWS
1 ** Gnus changes.
2
3 *** `gnus-select-method' now defaults to `(nntp "news")' instead
4 of `(nntp "localhost")'.
5
6 *** `gnus-read-active-file' now defaults to `some' instead of t.
7
8 *** nntp.el has been totally rewritten in an asynchronous fashion.
9
10 *** Article prefetching functionality has been moved up into 
11 Gnus.  
12
13 *** Scoring can now be performed with logical operators like 
14 `and', `or', `not', and parent redirection.
15
16 *** Article washing status can be displayed in the
17 article mode line.
18
19 *** gnus.el has been split into many smaller files.
20
21 *** Suppression of duplicate articles based on Message-ID.
22
23 (setq gnus-suppress-duplicates t)
24
25 *** New variables for specifying what score and adapt files
26 are to be considered home score and adapt files.  See
27 `gnus-home-score-file' and `gnus-home-adapt-files'.
28
29 *** Groups can inherit group parameters from parent topics.
30
31 *** Article editing has been revamped and is now usable.
32
33 *** Signatures can be recognized in more intelligent fashions.
34 See `gnus-signature-separator' and `gnus-signature-limit'.
35
36 *** Summary pick mode has been made to look more nn-like.
37 Line numbers are displayed and the `.' command can be
38 used to pick articles.
39
40 *** Commands for moving the .newsrc.eld from one server to
41 another have been added.
42
43     `M-x gnus-change-server'
44
45 *** A way to specify that "uninteresting" fields be suppressed when
46 generating lines in buffers.
47
48 *** Several commands in the group buffer can be undone with
49 `M-C-_'.
50
51 *** Scoring can be done on words using the new score type `w'.
52
53 *** Adaptive scoring can be done on a Subject word-by-word basis:
54
55     (setq gnus-use-adaptive-scoring '(word))
56
57 *** Scores can be decayed.
58  
59     (setq gnus-decay-scores t)
60
61 *** Scoring can be performed using a regexp on the Date header.  The
62 Date is normalized to compact ISO 8601 format first.
63
64 *** A new command has been added to remove all data on articles from
65 the native server.
66
67    `M-x gnus-group-clear-data-on-native-groups'
68
69 *** A new command for reading collections of documents
70 (nndoc with nnvirtual on top) has been added -- `M-C-d'.
71
72 *** Process mark sets can be pushed and popped.
73
74 *** A new mail-to-news backend makes it possible to post
75 even when the NNTP server doesn't allow posting.
76
77 *** A new backend for reading searches from Web search engines
78 (DejaNews, Alta Vista, InReference) has been added.
79
80     Use the `G w' command in the group buffer to create such
81     a group.
82
83 *** Groups inside topics can now be sorted using the standard
84 sorting functions, and each topic can be sorted independently.
85
86     See the commands under the `T S' submap.
87
88 *** Subsets of the groups can be sorted independently.
89
90     See the commands under the `G P' submap.
91
92 *** Cached articles can be pulled into the groups.
93   
94     Use the `Y c' command.
95
96 *** Score files are now applied in a more reliable order.
97
98 *** Reports on where mail messages end up can be generated.
99
100     `M-x nnmail-split-history'
101
102 *** More hooks and functions have been added to remove junk
103 from incoming mail before saving the mail.
104  
105     See `nnmail-prepare-incoming-header-hook'.
106
107 *** The nnml mail backend now understands compressed article files.
108