Add Cancel-Locks.
[gnus] / GNUS-NEWS
1 GNUS NEWS -- history of user-visible changes.
2 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
3 See the end for copying conditions.
4
5 Please send Gnus bug reports to bugs@gnus.org.
6 For older news, see Gnus info node "New Features".
7
8 \f
9 * Changes in Oort Gnus
10
11 ** Gnus supports Cancel Locks in News.
12
13 This means a header "Cancel-Lock" is inserted in news posting. It is
14 used to determine if you wrote a article or not (for
15 cancelling/superseding).  The behaviour can be changed by customizing
16 `message-insert-canlock'.
17
18 ** Gnus supports server-side mail filtering using Sieve.
19
20 Sieve rules can be added as Group Parameters for groups, and the
21 complete Sieve script is generated using `D g' from the Group buffer,
22 and then uploaded to the server using `C-c C-l' in the generated Sieve
23 buffer.  Search the online Gnus manual for "sieve", and see the new
24 Sieve manual, for more information.
25
26 ** Extended format specs.
27
28 Format spec "%&user-date;" is added into
29 gnus-summary-line-format-alist.  Also, user defined extended format
30 specs are supported.  The extended format specs look like "%u&foo;",
31 which invokes function gnus-user-format-function-foo.  Because "&" is
32 used as the escape character, old user defined format "%u&" is no
33 longer supported.
34
35 ** `/ *' (gnus-summary-limit-include-cached) is rewritten.
36
37 It was aliased to `Y c' (gnus-summary-insert-cached-articles). The new
38 function filters out other articles.
39
40 ** Group names are treated as UTF-8 by default.
41
42 This is supposedly what USEFOR wants to migrate to.  See
43 `gnus-group-name-charset-group-alist' and
44 `gnus-group-name-charset-method-alist' for customization.
45
46 ** The nnml and nnfolder backends store marks for each groups.
47
48 This makes it possible to take backup of nnml/nnfolder servers/groups
49 separately of .newsrc.eld, while preserving marks.  It also makes it
50 possible to share articles and marks between users (without sharing
51 the .newsrc.eld file) within e.g. a department.  It works by storing
52 the marks stored in .newsrc.eld in a per-group file ".marks" (for
53 nnml) and "groupname.mrk" (for nnfolder, named "groupname").  If the
54 nnml/nnfolder is moved to another machine, Gnus will automatically use
55 the .marks or .mrk file instead of the information in .newsrc.eld.
56 The new server variables `nnml-marks-is-evil' and
57 `nnfolder-marks-is-evil' can be used to disable this feature.
58
59 ** The menu bar (in Group and Summary buffer) named "Misc" has been
60 renamed to "Gnus".
61
62 ** The menu bar (in Message mode) named "MML" has been renamed to
63 "Attachments".
64
65 ** gnus-group-charset-alist and gnus-group-ignored-charsets-alist.
66
67 The regexps in these variables are compared with full group names
68 instead of real group names in 5.8.  Users who customize these
69 variables should change those regexps accordingly. For example:
70
71    ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
72
73 ** Gnus supports PGP (RFC 1991/2440), PGP-MIME (RFC 2015/3156) and
74 SMIME.
75
76 ** Gnus inlines external parts (message/external).
77
78 ** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'.
79
80 This change was made to avoid conflict with the standard binding of
81 `back-to-indentation', which is also useful in message mode.
82
83 \f
84 * Changes in Pterodactyl Gnus (5.8/5.9)
85
86 The Gnus NEWS entries are short, but they reflect sweeping changes in
87 four areas: Article display treatment, MIME treatment,
88 internationalization and mail-fetching.
89
90 ** The mail-fetching functions have changed.  See the manual for the
91 many details.  In particular, all procmail fetching variables are gone.
92
93 If you used procmail like in
94
95 (setq nnmail-use-procmail t)
96 (setq nnmail-spool-file 'procmail)
97 (setq nnmail-procmail-directory "~/mail/incoming/")
98 (setq nnmail-procmail-suffix "\\.in")
99
100 this now has changed to 
101
102 (setq mail-sources
103       '((directory :path "~/mail/incoming/"
104                    :suffix ".in")))
105
106 More information is available in the info doc at Select Methods ->
107 Getting Mail -> Mail Sources
108
109 ** Gnus is now a MIME-capable reader.  This affects many parts of
110 Gnus, and adds a slew of new commands.  See the manual for details.
111
112 ** Gnus has also been multilingualized.  This also affects too
113 many parts of Gnus to summarize here, and adds many new variables.
114
115 ** gnus-auto-select-first can now be a function to be
116 called to position point.
117
118 ** The user can now decide which extra headers should be included in
119 summary buffers and NOV files.
120
121 ** `gnus-article-display-hook' has been removed.  Instead, a number
122 of variables starting with `gnus-treat-' have been added.
123
124 ** The Gnus posting styles have been redone again and now works in a
125 subtly different manner.
126
127 ** New web-based backends have been added: nnslashdot, nnwarchive
128 and nnultimate.  nnweb has been revamped, again, to keep up with
129 ever-changing layouts.
130
131 ** Gnus can now read IMAP mail via nnimap.
132
133 \f
134 * For older news, see Gnus info node "New Features".
135
136 ----------------------------------------------------------------------
137 Copyright information:
138
139 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
140
141    Permission is granted to anyone to make or distribute verbatim copies
142    of this document as received, in any medium, provided that the
143    copyright notice and this permission notice are preserved,
144    thus giving the recipient permission to redistribute in turn.
145
146    Permission is granted to distribute modified versions
147    of this document, or of portions of it,
148    under the above conditions, provided also that they
149    carry prominent notices stating who last changed them.
150 \f
151 Local variables:
152 mode: outline
153 paragraph-separate: "[  \f]*$"
154 end: