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