Synch with Oort Gnus.
[elisp/gnus.git-] / GNUS-NEWS
1 GNUS NEWS -- history of user-visible changes.
2 Copyright (C) 1999, 2000, 2001, 2002 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-agent
12
13 The Gnus Agent is now enabled by default, and all nntp and nnimap
14 servers from gnus-select-method and gnus-secondary-select-method are
15 agentized by default. Earlier only the server in gnus-select-method
16 was agentized by the default, and the agent was disabled by default.
17 When the agent is enabled, headers are now also retrieved from the
18 Agent cache instead of the backends when possible. Earlier this only
19 happened in the unplugged state.  You can enroll or remove servers
20 with `J a' and `J r' in the server buffer.  Gnus will not download
21 articles into the Agent cache, unless you instruct it to do so,
22 though, by using `J u' or `J s' from the Group buffer.  You revert to
23 the old behaviour of having the Agent disabled with `(setq gnus-agent
24 nil)'.  Note that putting (gnus-agentize) in ~/.gnus is not needed any
25 more.
26
27 ** gnus-summary-line-format
28
29 The default value changed to "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n".
30 Moreover gnus-extra-headers, nnmail-extra-headers and
31 gnus-ignored-from-addresses changed their default so that the users
32 name will be replaced by the recipient's name or the group name
33 posting to for NNTP groups.
34
35 ** deuglify.el (gnus-article-outlook-deuglify-article)
36
37 A new file from Raymond Scholz <rscholz@zonix.de> for deuglifying
38 broken Outlook (Express) articles.
39
40 ** (require 'gnus-load)
41
42 If you use a stand-alone Gnus distribution, you'd better add (require
43 'gnus-load) into your ~/.emacs after adding the Gnus lisp directory
44 into load-path.
45
46 File gnus-load.el contains autoload commands, functions and variables,
47 some of which may not be included in distributions of Emacsen.
48
49 ** gnus-slave-unplugged
50
51 A new command which starts gnus offline in slave mode.
52
53 ** message-insinuate-rmail
54
55 Adding (message-insinuate-rmail) and (setq mail-user-agent
56 'gnus-user-agent) in .emacs convinces RMAIL to compose, reply and
57 forward messages in message-mode, where you can enjoy the power of
58 MML.
59
60 ** message-minibuffer-local-map
61
62 The line below enables BBDB in resending a message:
63
64 (define-key message-minibuffer-local-map [(tab)] 'bbdb-complete-name)
65
66 ** Externalize attachments.
67
68 If gnus-gcc-externalize-attachments (or
69 message-fcc-externalize-attachments) is non-nil, attach local files as
70 external parts.
71
72 Command gnus-mime-save-part-and-strip (bound to \C-o on MIME buttons)
73 saves a part and replaces the part with an external one. It works only
74 on back ends that support editing.
75
76 ** gnus-default-charset
77
78 The default value is determined from the current-language-environment
79 variable, instead of 'iso-8859-1. Also the ".*" item in
80 gnus-group-charset-alist is removed.
81
82 ** gnus-posting-styles
83
84 Add a new format of match like
85
86         ((header "to" "larsi.*org")
87          (Organization "Somewhere, Inc."))
88
89 The old format like the lines below is obsolete.
90
91         (header "to" "larsi.*org"
92          (Organization "Somewhere, Inc."))
93
94 ** message-ignored-news-headers and message-ignored-mail-headers
95
96 X-Draft-From and X-Gnus-Agent-Meta-Information have been added into
97 these two variables. If you customized those, perhaps you need add
98 those two headers too.
99
100 ** Gnus reads the NOV and articles in the Agent if plugged.
101
102 If one reads an article while plugged, and the article already exists
103 in the Agent, it won't get downloaded once more.  (setq
104 gnus-agent-cache nil) reverts to the old behavior.
105
106 ** Gnus supports the "format=flowed" (RFC 2646) parameter.
107
108 On composing messages, it is enabled by `use-hard-newlines'.  Decoding
109 format=flowed was present but not documented in earlier versions.
110
111 ** Gnus supports the generation of RFC 2298 Disposition Notification requests.
112
113 This is invoked with the C-c M-n key binding from message mode.
114
115 ** Gnus supports Maildir groups.
116
117 Gnus includes a new backend nnmaildir.el.
118
119 ** Printing capabilities are enhanced.
120
121 Gnus supports Muttprint natively with O P from the Summary and Article
122 buffers.  Also, each individual MIME part can be printed using p on
123 the MIME button.
124
125 ** Message supports the Importance: (RFC 2156) header.
126
127 In the message buffer, C-c C-f C-i or C-c C-u cycles through the valid
128 values.
129
130 ** Gnus supports Cancel Locks in News.
131
132 This means a header "Cancel-Lock" is inserted in news posting. It is
133 used to determine if you wrote a article or not (for
134 cancelling/superseding).  The behaviour can be changed by customizing
135 `message-insert-canlock'.
136
137 ** Gnus supports server-side mail filtering using Sieve.
138
139 Sieve rules can be added as Group Parameters for groups, and the
140 complete Sieve script is generated using `D g' from the Group buffer,
141 and then uploaded to the server using `C-c C-l' in the generated Sieve
142 buffer.  Search the online Gnus manual for "sieve", and see the new
143 Sieve manual, for more information.
144
145 ** Extended format specs.
146
147 Format spec "%&user-date;" is added into
148 gnus-summary-line-format-alist.  Also, user defined extended format
149 specs are supported.  The extended format specs look like "%u&foo;",
150 which invokes function gnus-user-format-function-foo.  Because "&" is
151 used as the escape character, old user defined format "%u&" is no
152 longer supported.
153
154 ** `/ *' (gnus-summary-limit-include-cached) is rewritten.
155
156 It was aliased to `Y c' (gnus-summary-insert-cached-articles). The new
157 function filters out other articles.
158
159 ** Group names are treated as UTF-8 by default.
160
161 This is supposedly what USEFOR wants to migrate to.  See
162 `gnus-group-name-charset-group-alist' and
163 `gnus-group-name-charset-method-alist' for customization.
164
165 ** The nnml and nnfolder backends store marks for each groups.
166
167 This makes it possible to take backup of nnml/nnfolder servers/groups
168 separately of .newsrc.eld, while preserving marks.  It also makes it
169 possible to share articles and marks between users (without sharing
170 the .newsrc.eld file) within e.g. a department.  It works by storing
171 the marks stored in .newsrc.eld in a per-group file ".marks" (for
172 nnml) and "groupname.mrk" (for nnfolder, named "groupname").  If the
173 nnml/nnfolder is moved to another machine, Gnus will automatically use
174 the .marks or .mrk file instead of the information in .newsrc.eld.
175 The new server variables `nnml-marks-is-evil' and
176 `nnfolder-marks-is-evil' can be used to disable this feature.
177
178 ** The menu bar (in Group and Summary buffer) named "Misc" has been
179 renamed to "Gnus".
180
181 ** The menu bar (in Message mode) named "MML" has been renamed to
182 "Attachments".
183
184 ** gnus-group-charset-alist and gnus-group-ignored-charsets-alist.
185
186 The regexps in these variables are compared with full group names
187 instead of real group names in 5.8.  Users who customize these
188 variables should change those regexps accordingly. For example:
189
190    ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
191
192 ** Gnus supports PGP (RFC 1991/2440), PGP/MIME (RFC 2015/3156) and
193 S/MIME (RFC 2630-2633).
194
195 ** Gnus inlines external parts (message/external).
196
197 ** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'.
198
199 This change was made to avoid conflict with the standard binding of
200 `back-to-indentation', which is also useful in message mode.
201
202 \f
203 * Changes in Pterodactyl Gnus (5.8/5.9)
204
205 The Gnus NEWS entries are short, but they reflect sweeping changes in
206 four areas: Article display treatment, MIME treatment,
207 internationalization and mail-fetching.
208
209 ** The mail-fetching functions have changed.  See the manual for the
210 many details.  In particular, all procmail fetching variables are gone.
211
212 If you used procmail like in
213
214 (setq nnmail-use-procmail t)
215 (setq nnmail-spool-file 'procmail)
216 (setq nnmail-procmail-directory "~/mail/incoming/")
217 (setq nnmail-procmail-suffix "\\.in")
218
219 this now has changed to 
220
221 (setq mail-sources
222       '((directory :path "~/mail/incoming/"
223                    :suffix ".in")))
224
225 More information is available in the info doc at Select Methods ->
226 Getting Mail -> Mail Sources
227
228 ** Gnus is now a MIME-capable reader.  This affects many parts of
229 Gnus, and adds a slew of new commands.  See the manual for details.
230
231 ** Gnus has also been multilingualized.  This also affects too
232 many parts of Gnus to summarize here, and adds many new variables.
233
234 ** gnus-auto-select-first can now be a function to be
235 called to position point.
236
237 ** The user can now decide which extra headers should be included in
238 summary buffers and NOV files.
239
240 ** `gnus-article-display-hook' has been removed.  Instead, a number
241 of variables starting with `gnus-treat-' have been added.
242
243 ** The Gnus posting styles have been redone again and now works in a
244 subtly different manner.
245
246 ** New web-based backends have been added: nnslashdot, nnwarchive
247 and nnultimate.  nnweb has been revamped, again, to keep up with
248 ever-changing layouts.
249
250 ** Gnus can now read IMAP mail via nnimap.
251
252 \f
253 * For older news, see Gnus info node "New Features".
254
255 ----------------------------------------------------------------------
256 Copyright information:
257
258 Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
259
260    Permission is granted to anyone to make or distribute verbatim copies
261    of this document as received, in any medium, provided that the
262    copyright notice and this permission notice are preserved,
263    thus giving the recipient permission to redistribute in turn.
264
265    Permission is granted to distribute modified versions
266    of this document, or of portions of it,
267    under the above conditions, provided also that they
268    carry prominent notices stating who last changed them.
269 \f
270 Local variables:
271 mode: outline
272 paragraph-separate: "[  \f]*$"
273 end: