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