120
|
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
|
|
72 *** A new backend for reading searches from Web search engines
|
|
73 (DejaNews, Alta Vista, InReference) has been added.
|
|
74
|
|
75 Use the `G w' command in the group buffer to create such
|
|
76 a group.
|
|
77
|
|
78 *** Groups inside topics can now be sorted using the standard
|
|
79 sorting functions, and each topic can be sorted independently.
|
|
80
|
|
81 See the commands under the `T S' submap.
|
|
82
|
|
83 *** Subsets of the groups can be sorted independently.
|
|
84
|
|
85 See the commands under the `G P' submap.
|
|
86
|
|
87 *** Cached articles can be pulled into the groups.
|
|
88
|
|
89 Use the `Y c' command.
|
|
90
|
|
91 *** Score files are now applied in a more reliable order.
|
|
92
|
|
93 *** Reports on where mail messages end up can be generated.
|
|
94
|
|
95 `M-x nnmail-split-history'
|
|
96
|
|
97 *** More hooks and functions have been added to remove junk
|
|
98 from incoming mail before saving the mail.
|
|
99
|
|
100 See `nnmail-prepare-incoming-header-hook'.
|
|
101
|
|
102 *** The nnml mail backend now understands compressed article files.
|
|
103
|