stupid typo
[gnus] / GNUS-NEWS
1 GNUS NEWS -- history of user-visible changes.
2 Copyright (C) 1999, 2000, 2001, 2002, 2003 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 ** Support for non-ASCII domain names
12
13 Message supports non-ASCII domain names in From:, To: and Cc: and will
14 query you whether to perform encoding when you try to send a message.
15 The variable `message-use-idna' controls this.  Gnus will also decode
16 non-ASCII domain names in From:, To: and Cc: when you view a message.
17 The variable `gnus-use-idna' controls this.
18
19 ** Better handling of Microsoft citation styles
20
21 Gnus now tries to recognize the mangled header block that some Microsoft
22 mailers use to indicate that the rest of the message is a citation, even
23 though it is not quoted in any way.  The variable
24 `gnus-cite-unsightly-citation-regexp' matches the start of these
25 citations.
26
27 ** gnus-article-skip-boring
28
29 If you set `gnus-article-skip-boring' to t, then Gnus will not scroll
30 down to show you a page that contains only boring text, which by
31 default means cited text and signature.  You can customize what is
32 skippable using `gnus-article-boring-faces'.
33
34 This feature is especially useful if you read many articles that
35 consist of a little new content at the top with a long, untrimmed
36 message cited below.
37
38 ** The format spec %C for positioning point has changed to %*.
39
40 ** The new variable `gnus-parameters' can be used to set group parameters.
41
42 Earlier this was done only via `G p' (or `G c'), which stored the
43 parameters in ~/.newsrc.eld, but via this variable you can enjoy the
44 powers of customize, and simplified backups since you set the variable
45 in ~/.emacs instead of ~/.newsrc.eld.  The variable maps regular
46 expressions matching group names to group parameters, a'la:
47
48      (setq gnus-parameters
49            '(("mail\\..*"
50               (gnus-show-threads nil)
51               (gnus-use-scoring nil))
52              ("^nnimap:\\(foo.bar\\)$"
53               (to-group . "\\1"))))
54
55 ** Smileys (":-)", ";-)" etc) are now iconized for Emacs too.
56
57 Put (setq gnus-treat-display-smileys nil) in ~/.emacs to disable it.
58
59 ** Gnus no longer generate the Sender: header automatically.
60
61 Earlier it was generated iff the user configurable email address was
62 different from the Gnus guessed default user address.  As the guessing
63 algorithm is rarely correct these days, and (more controversally) the
64 only use of the Sender: header was to check if you are entitled to
65 cancel/supersede news (which is now solved by Cancel Locks instead,
66 see another entry), generation of the header has been disabled by
67 default.  See the variables `message-required-headers',
68 `message-required-news-headers', and `message-required-mail-headers'.
69
70 ** Features from third party message-utils.el added to message.el.
71
72 Message now asks if you wish to remove "(was: <old subject>)" from
73 subject lines (see `message-subject-trailing-was-query').  C-c M-m and
74 C-c M-f inserts markers indicating included text.  C-c C-f a adds a
75 X-No-Archive: header.  C-c C-f x inserts appropriate headers and a
76 note in the body for cross-postings and followups (see the variables
77 `message-cross-post-*').
78
79 ** References and X-Draft-Headers are no longer generated when you
80    start composing messages.
81
82 ** Improved anti-spam features.
83
84 Gnus is now able to take out spam from your mail and news streams
85 using a wide variety of programs and filter rules. Among the supported
86 methods are RBL blocklists, bogofilter and white/blacklists.  Hooks
87 for easy use of external packages such as SpamAssassin and Hashcash
88 are also new.
89
90 ** Easy inclusion of X-Faces headers.
91
92 ** In the summary buffer, the new command / N inserts new messages and
93 / o inserts old messages.
94
95 ** Gnus decodes morse encoded messages if you press W m.
96
97 ** Unread count correct in nnimap groups.
98
99 The estimated number of unread articles in the group buffer should now
100 be correct for nnimap groups.  This is achieved by calling
101 `nnimap-fixup-unread-after-getting-new-news' from the
102 `gnus-setup-news-hook' (called on startup) and
103 gnus-after-getting-new-news-hook. (called after getting new mail).  If
104 you have modified those variables from the default, you may want to
105 add n-f-u-a-g-n-n again.  If you were happy with the estimate and want
106 to save some (minimal) time when getting new mail, remove the
107 function.
108
109 ** Group Carbon Copy (GCC) quoting
110
111 To support groups that contains SPC and other weird characters, groups
112 are quoted before they are placed in the Gcc: header.  This means
113 variables such as `gnus-message-archive-group' should no longer
114 contain quote characters to make groups containing SPC work.  Also, if
115 you are using the string "nnml:foo, nnml:bar" (indicating Gcc into two
116 groups) you must change it to return the list ("nnml:foo" "nnml:bar"),
117 otherwise the Gcc: line will be quoted incorrectly.  Note that
118 returning the string "nnml:foo, nnml:bar" was incorrect earlier, it
119 just didn't generate any problems since it was inserted directly.
120
121 ** ~/News/overview/ not used.
122
123 As a result of the following change, the ~/News/overview/ directory is
124 not used any more.  You can safely delete the entire hierarchy.
125
126 ** gnus-agent
127
128 The Gnus Agent has seen a major updated and is now enabled by default,
129 and all nntp and nnimap servers from gnus-select-method and
130 gnus-secondary-select-method are agentized by default. Earlier only
131 the server in gnus-select-method was agentized by the default, and the
132 agent was disabled by default.  When the agent is enabled, headers are
133 now also retrieved from the Agent cache instead of the backends when
134 possible. Earlier this only happened in the unplugged state.  You can
135 enroll or remove servers with `J a' and `J r' in the server buffer.
136 Gnus will not download articles into the Agent cache, unless you
137 instruct it to do so, though, by using `J u' or `J s' from the Group
138 buffer.  You revert to the old behaviour of having the Agent disabled
139 with `(setq gnus-agent nil)'.  Note that putting (gnus-agentize) in
140 ~/.gnus is not needed any more.
141
142 ** gnus-summary-line-format
143
144 The default value changed to "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n".
145 Moreover gnus-extra-headers, nnmail-extra-headers and
146 gnus-ignored-from-addresses changed their default so that the users
147 name will be replaced by the recipient's name or the group name
148 posting to for NNTP groups.
149
150 ** deuglify.el (gnus-article-outlook-deuglify-article)
151
152 A new file from Raymond Scholz <rscholz@zonix.de> for deuglifying
153 broken Outlook (Express) articles.
154
155 ** (require 'gnus-load)
156
157 If you use a stand-alone Gnus distribution, you'd better add (require
158 'gnus-load) into your ~/.emacs after adding the Gnus lisp directory
159 into load-path.
160
161 File gnus-load.el contains autoload commands, functions and variables,
162 some of which may not be included in distributions of Emacsen.
163
164 ** gnus-slave-unplugged
165
166 A new command which starts gnus offline in slave mode.
167
168 ** message-insinuate-rmail
169
170 Adding (message-insinuate-rmail) and (setq mail-user-agent
171 'gnus-user-agent) in .emacs convinces RMAIL to compose, reply and
172 forward messages in message-mode, where you can enjoy the power of
173 MML.
174
175 ** message-minibuffer-local-map
176
177 The line below enables BBDB in resending a message:
178
179 (define-key message-minibuffer-local-map [(tab)] 'bbdb-complete-name)
180
181 ** Externalize attachments.
182
183 If gnus-gcc-externalize-attachments (or
184 message-fcc-externalize-attachments) is non-nil, attach local files as
185 external parts.
186
187 Command gnus-mime-save-part-and-strip (bound to \C-o on MIME buttons)
188 saves a part and replaces the part with an external one. It works only
189 on back ends that support editing.
190
191 ** gnus-default-charset
192
193 The default value is determined from the current-language-environment
194 variable, instead of 'iso-8859-1. Also the ".*" item in
195 gnus-group-charset-alist is removed.
196
197 ** gnus-posting-styles
198
199 Add a new format of match like
200
201         ((header "to" "larsi.*org")
202          (Organization "Somewhere, Inc."))
203
204 The old format like the lines below is obsolete, but still accepted.
205
206         (header "to" "larsi.*org"
207          (Organization "Somewhere, Inc."))
208
209 ** message-ignored-news-headers and message-ignored-mail-headers
210
211 X-Draft-From and X-Gnus-Agent-Meta-Information have been added into
212 these two variables. If you customized those, perhaps you need add
213 those two headers too.
214
215 ** Gnus reads the NOV and articles in the Agent if plugged.
216
217 If one reads an article while plugged, and the article already exists
218 in the Agent, it won't get downloaded once more.  (setq
219 gnus-agent-cache nil) reverts to the old behavior.
220
221 ** Gnus supports the "format=flowed" (RFC 2646) parameter.
222
223 On composing messages, it is enabled by `use-hard-newlines'.  Decoding
224 format=flowed was present but not documented in earlier versions.
225
226 ** Gnus supports the generation of RFC 2298 Disposition Notification requests.
227
228 This is invoked with the C-c M-n key binding from message mode.
229
230 ** Gnus supports Maildir groups.
231
232 Gnus includes a new backend nnmaildir.el.
233
234 ** Printing capabilities are enhanced.
235
236 Gnus supports Muttprint natively with O P from the Summary and Article
237 buffers.  Also, each individual MIME part can be printed using p on
238 the MIME button.
239
240 ** Message supports the Importance: (RFC 2156) header.
241
242 In the message buffer, C-c C-f C-i or C-u cycles through the valid values.
243
244 ** Gnus supports Cancel Locks in News.
245
246 This means a header "Cancel-Lock" is inserted in news posting.  It is
247 used to determine if you wrote a article or not (for cancelling and
248 superseding).  Gnus generates a random password string the first time
249 you post a message, and saves it in your ~/.emacs using the Custom
250 system.  While the variable is called `canlock-password', it is not
251 security sensitive data.  Publishing your canlock string on the web
252 will not allow anyone to be able to anything she could not already do.
253 The behaviour can be changed by customizing `message-insert-canlock'.
254
255 ** Gnus supports server-side mail filtering using Sieve.
256
257 Sieve rules can be added as Group Parameters for groups, and the
258 complete Sieve script is generated using `D g' from the Group buffer,
259 and then uploaded to the server using `C-c C-l' in the generated Sieve
260 buffer.  Search the online Gnus manual for "sieve", and see the new
261 Sieve manual, for more information.
262
263 ** Extended format specs.
264
265 Format spec "%&user-date;" is added into
266 gnus-summary-line-format-alist.  Also, user defined extended format
267 specs are supported.  The extended format specs look like "%u&foo;",
268 which invokes function gnus-user-format-function-foo.  Because "&" is
269 used as the escape character, old user defined format "%u&" is no
270 longer supported.
271
272 ** `/ *' (gnus-summary-limit-include-cached) is rewritten.
273
274 It was aliased to `Y c' (gnus-summary-insert-cached-articles). The new
275 function filters out other articles.
276
277 ** Group names are treated as UTF-8 by default.
278
279 This is supposedly what USEFOR wants to migrate to.  See
280 `gnus-group-name-charset-group-alist' and
281 `gnus-group-name-charset-method-alist' for customization.
282
283 ** The nnml and nnfolder backends store marks for each groups.
284
285 This makes it possible to take backup of nnml/nnfolder servers/groups
286 separately of .newsrc.eld, while preserving marks.  It also makes it
287 possible to share articles and marks between users (without sharing
288 the .newsrc.eld file) within e.g. a department.  It works by storing
289 the marks stored in .newsrc.eld in a per-group file ".marks" (for
290 nnml) and "groupname.mrk" (for nnfolder, named "groupname").  If the
291 nnml/nnfolder is moved to another machine, Gnus will automatically use
292 the .marks or .mrk file instead of the information in .newsrc.eld.
293 The new server variables `nnml-marks-is-evil' and
294 `nnfolder-marks-is-evil' can be used to disable this feature.
295
296 ** The menu bar item (in Group and Summary buffer) named "Misc" has
297 been renamed to "Gnus".
298
299 ** The menu bar item (in Message mode) named "MML" has been renamed to
300 "Attachments".
301
302 ** gnus-group-charset-alist and gnus-group-ignored-charsets-alist.
303
304 The regexps in these variables are compared with full group names
305 instead of real group names in 5.8.  Users who customize these
306 variables should change those regexps accordingly. For example:
307
308    ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
309
310 ** Gnus supports PGP (RFC 1991/2440), PGP/MIME (RFC 2015/3156) and
311 ** S/MIME (RFC 2630-2633).
312 It needs an external S/MIME and OpenPGP implementation, but no additional
313 lisp libraries.
314
315 ** Gnus inlines external parts (message/external).
316
317 ** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'.
318
319 This change was made to avoid conflict with the standard binding of
320 `back-to-indentation', which is also useful in message mode.
321
322 ** Bug fixes.
323
324 \f
325 * Changes in Pterodactyl Gnus (5.8/5.9)
326
327 The Gnus NEWS entries are short, but they reflect sweeping changes in
328 four areas: Article display treatment, MIME treatment,
329 internationalization and mail-fetching.
330
331 ** The mail-fetching functions have changed.  See the manual for the
332 many details.  In particular, all procmail fetching variables are gone.
333
334 If you used procmail like in
335
336 (setq nnmail-use-procmail t)
337 (setq nnmail-spool-file 'procmail)
338 (setq nnmail-procmail-directory "~/mail/incoming/")
339 (setq nnmail-procmail-suffix "\\.in")
340
341 this now has changed to 
342
343 (setq mail-sources
344       '((directory :path "~/mail/incoming/"
345                    :suffix ".in")))
346
347 More information is available in the info doc at Select Methods ->
348 Getting Mail -> Mail Sources
349
350 ** Gnus is now a MIME-capable reader.  This affects many parts of
351 Gnus, and adds a slew of new commands.  See the manual for details.
352
353 ** Gnus has also been multilingualized.  This also affects too
354 many parts of Gnus to summarize here, and adds many new variables.
355
356 ** gnus-auto-select-first can now be a function to be
357 called to position point.
358
359 ** The user can now decide which extra headers should be included in
360 summary buffers and NOV files.
361
362 ** `gnus-article-display-hook' has been removed.  Instead, a number
363 of variables starting with `gnus-treat-' have been added.
364
365 ** The Gnus posting styles have been redone again and now works in a
366 subtly different manner.
367
368 ** New web-based backends have been added: nnslashdot, nnwarchive
369 and nnultimate.  nnweb has been revamped, again, to keep up with
370 ever-changing layouts.
371
372 ** Gnus can now read IMAP mail via nnimap.
373
374 \f
375 * For older news, see Gnus info node "New Features".
376
377 ----------------------------------------------------------------------
378 Copyright information:
379
380 Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
381
382    Permission is granted to anyone to make or distribute verbatim copies
383    of this document as received, in any medium, provided that the
384    copyright notice and this permission notice are preserved,
385    thus giving the recipient permission to redistribute in turn.
386
387    Permission is granted to distribute modified versions
388    of this document, or of portions of it,
389    under the above conditions, provided also that they
390    carry prominent notices stating who last changed them.
391 \f
392 Local variables:
393 mode: outline
394 paragraph-separate: "[  \f]*$"
395 end: