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