* message.el: Require `base64' before `canlock-om' to avoid damage to define
[elisp/gnus.git-] / 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 ** message-ignored-news-headers and message-ignored-mail-headers
12
13 X-Draft-From and X-Gnus-Agent-Meta-Information have been added into
14 these two variables. If you customized those, perhaps you need add
15 those two headers too.
16
17 ** Gnus reads the NOV and articles in the Agent if plugged.
18
19 If one reads an article while plugged, and the article already exists
20 in the Agent, it won't get downloaded once more.  (setq
21 gnus-agent-cache nil) reverts to the old behavior.
22
23 ** Gnus supports the "format=flowed" (RFC 2646) parameter.
24
25 On composing messages, it is enabled by `use-hard-newlines'.  Decoding
26 format=flowed was present but not documented in earlier versions.
27
28 ** Gnus supports the generation of RFC 2298 Disposition Notification requests.
29
30 This is invoked with the C-c M-n key binding from message mode.
31
32 ** Gnus supports Maildir groups.
33
34 Gnus includes a new backend nnmaildir.el.
35
36 ** Printing capabilities are enhanced.
37
38 Gnus supports Muttprint natively with O P from the Summary and Article
39 buffers.  Also, each individual MIME part can be printed using p on
40 the MIME button.
41
42 ** Message supports the Importance: header.
43
44 In the message buffer, C-c C-f C-i or C-c C-u cycles through the valid
45 values.
46
47 ** Gnus supports Cancel Locks in News.
48
49 This means a header "Cancel-Lock" is inserted in news posting. It is
50 used to determine if you wrote a article or not (for
51 cancelling/superseding).  The behaviour can be changed by customizing
52 `message-insert-canlock'.
53
54 ** Gnus supports server-side mail filtering using Sieve.
55
56 Sieve rules can be added as Group Parameters for groups, and the
57 complete Sieve script is generated using `D g' from the Group buffer,
58 and then uploaded to the server using `C-c C-l' in the generated Sieve
59 buffer.  Search the online Gnus manual for "sieve", and see the new
60 Sieve manual, for more information.
61
62 ** Extended format specs.
63
64 Format spec "%&user-date;" is added into
65 gnus-summary-line-format-alist.  Also, user defined extended format
66 specs are supported.  The extended format specs look like "%u&foo;",
67 which invokes function gnus-user-format-function-foo.  Because "&" is
68 used as the escape character, old user defined format "%u&" is no
69 longer supported.
70
71 ** `/ *' (gnus-summary-limit-include-cached) is rewritten.
72
73 It was aliased to `Y c' (gnus-summary-insert-cached-articles). The new
74 function filters out other articles.
75
76 ** Group names are treated as UTF-8 by default.
77
78 This is supposedly what USEFOR wants to migrate to.  See
79 `gnus-group-name-charset-group-alist' and
80 `gnus-group-name-charset-method-alist' for customization.
81
82 ** The nnml and nnfolder backends store marks for each groups.
83
84 This makes it possible to take backup of nnml/nnfolder servers/groups
85 separately of .newsrc.eld, while preserving marks.  It also makes it
86 possible to share articles and marks between users (without sharing
87 the .newsrc.eld file) within e.g. a department.  It works by storing
88 the marks stored in .newsrc.eld in a per-group file ".marks" (for
89 nnml) and "groupname.mrk" (for nnfolder, named "groupname").  If the
90 nnml/nnfolder is moved to another machine, Gnus will automatically use
91 the .marks or .mrk file instead of the information in .newsrc.eld.
92 The new server variables `nnml-marks-is-evil' and
93 `nnfolder-marks-is-evil' can be used to disable this feature.
94
95 ** The menu bar (in Group and Summary buffer) named "Misc" has been
96 renamed to "Gnus".
97
98 ** The menu bar (in Message mode) named "MML" has been renamed to
99 "Attachments".
100
101 ** gnus-group-charset-alist and gnus-group-ignored-charsets-alist.
102
103 The regexps in these variables are compared with full group names
104 instead of real group names in 5.8.  Users who customize these
105 variables should change those regexps accordingly. For example:
106
107    ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
108
109 ** Gnus supports PGP (RFC 1991/2440), PGP-MIME (RFC 2015/3156) and
110 SMIME.
111
112 ** Gnus inlines external parts (message/external).
113
114 ** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'.
115
116 This change was made to avoid conflict with the standard binding of
117 `back-to-indentation', which is also useful in message mode.
118
119 \f
120 * Changes in Pterodactyl Gnus (5.8/5.9)
121
122 The Gnus NEWS entries are short, but they reflect sweeping changes in
123 four areas: Article display treatment, MIME treatment,
124 internationalization and mail-fetching.
125
126 ** The mail-fetching functions have changed.  See the manual for the
127 many details.  In particular, all procmail fetching variables are gone.
128
129 If you used procmail like in
130
131 (setq nnmail-use-procmail t)
132 (setq nnmail-spool-file 'procmail)
133 (setq nnmail-procmail-directory "~/mail/incoming/")
134 (setq nnmail-procmail-suffix "\\.in")
135
136 this now has changed to 
137
138 (setq mail-sources
139       '((directory :path "~/mail/incoming/"
140                    :suffix ".in")))
141
142 More information is available in the info doc at Select Methods ->
143 Getting Mail -> Mail Sources
144
145 ** Gnus is now a MIME-capable reader.  This affects many parts of
146 Gnus, and adds a slew of new commands.  See the manual for details.
147
148 ** Gnus has also been multilingualized.  This also affects too
149 many parts of Gnus to summarize here, and adds many new variables.
150
151 ** gnus-auto-select-first can now be a function to be
152 called to position point.
153
154 ** The user can now decide which extra headers should be included in
155 summary buffers and NOV files.
156
157 ** `gnus-article-display-hook' has been removed.  Instead, a number
158 of variables starting with `gnus-treat-' have been added.
159
160 ** The Gnus posting styles have been redone again and now works in a
161 subtly different manner.
162
163 ** New web-based backends have been added: nnslashdot, nnwarchive
164 and nnultimate.  nnweb has been revamped, again, to keep up with
165 ever-changing layouts.
166
167 ** Gnus can now read IMAP mail via nnimap.
168
169 \f
170 * For older news, see Gnus info node "New Features".
171
172 ----------------------------------------------------------------------
173 Copyright information:
174
175 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
176
177    Permission is granted to anyone to make or distribute verbatim copies
178    of this document as received, in any medium, provided that the
179    copyright notice and this permission notice are preserved,
180    thus giving the recipient permission to redistribute in turn.
181
182    Permission is granted to distribute modified versions
183    of this document, or of portions of it,
184    under the above conditions, provided also that they
185    carry prominent notices stating who last changed them.
186 \f
187 Local variables:
188 mode: outline
189 paragraph-separate: "[  \f]*$"
190 end: