X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=GNUS-NEWS;h=c5fca9de9293bcf73b688fcf581f1cdfb07f5f5e;hp=8c8c7bc2ad37fbd70be3a7e0aa58fd1bc1f833f5;hb=789c31bee0f2558e907a9d174afae38fc44092d6;hpb=76250e1c29f1e6033bc42b6be458227bdbc9dedd diff --git a/GNUS-NEWS b/GNUS-NEWS index 8c8c7bc2a..c5fca9de9 100644 --- a/GNUS-NEWS +++ b/GNUS-NEWS @@ -1,133 +1,60 @@ GNUS NEWS -- history of user-visible changes. -Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. -See the end for copying conditions. + +Copyright (C) 1999-2012 Free Software Foundation, Inc. +See the end of the file for license conditions. Please send Gnus bug reports to bugs@gnus.org. For older news, see Gnus info node "New Features". -* Changes in Oort Gnus - -** Gnus supports server-side mail filtering using Sieve. - -** Extended format specs. - -Format spec "%&user-date;" is added into -gnus-summary-line-format-alist. Also, user defined extended format -specs are supported. The extended format specs look like "%u&foo;", -which invokes function gnus-user-format-function-foo. Because "&" is -used as the escape character, old user defined format "%u&" is no -longer supported. - -** `/ *' (gnus-summary-limit-include-cached) is rewritten. - -It was aliased to `Y c' (gnus-summary-insert-cached-articles). The new -function filters out other articles. - -** Group names are treated as UTF-8 by default. - -This is supposedly what USEFOR wants to migrate to. See -`gnus-group-name-charset-group-alist' and -`gnus-group-name-charset-method-alist' for customization. +* New features -** The nnml and nnfolder backends store marks for each groups. +** If you have the "tnef" program installed, Gnus will display ms-tnef + files, aka "winmail.dat". -This makes it possible to take backup of nnml/nnfolder servers/groups -separately of .newsrc.eld, while preserving marks. It also makes it -possible to share articles and marks between users (without sharing -.newsrc.eld) within e.g. a department. +** Archives (like tar and zip files) will be automatically unpacked, + and the files inside the packages will be displayed as MIME parts. -** The menu bar (in Group and Summary buffer) named "Misc" has been - renamed to "Gnus". +** shr has a new command `z' that cycles through image sizes. -** The menu bar (in Message mode) named "MML" has been renamed to - "Attachments". +** `backtab' in the summary buffer now selects the previous link in + the article buffer. -** gnus-group-charset-alist and gnus-group-ignored-charsets-alist - -The regexps in these variables are compared with full group names -instead of real group names in 5.8. Users who customize these -variables should change those regexps accordingly. For example: - - ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr) - -** Gnus now supports PGP (RFC 1991), PGP-MIME (RFC 2015/3156) and -SMIME. - -** Gnus inlines external parts (message/external). - -** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'. - -This change was made to avoid conflict with the standard binding of -`back-to-indentation', which is also useful in message mode. - - -* Changes in Pterodactyl Gnus (5.8/5.9) +** Using the "X-Message-SMTP-Method" header in Message buffers now + allows specifying how messages are to be sent. For example: -The Gnus NEWS entries are short, but they reflect sweeping changes in -four areas: Article display treatment, MIME treatment, -internationalization and mail-fetching. + X-Message-SMTP-Method: smtp smtp.fsf.org 587 -** The mail-fetching functions have changed. See the manual for the -many details. In particular, all procmail fetching variables are gone. +** Gnus keeps track of non-existent articles for nnimap groups, so + that sparse IMAP folders now list a correct number of messages in + them. -If you used procmail like in +** Gnus will guess the real type of MIME parts of type + application/octet-stream based on the file suffix. So an + application/octet-stream with a name of "rms.jpg" will be displayed + as an image/jpeg type by default, for instance. -(setq nnmail-use-procmail t) -(setq nnmail-spool-file 'procmail) -(setq nnmail-procmail-directory "~/mail/incoming/") -(setq nnmail-procmail-suffix "\\.in") - -this now has changed to - -(setq mail-sources - '((directory :path "~/mail/incoming/" - :suffix ".in"))) - -More information is available in the info doc at Select Methods -> -Getting Mail -> Mail Sources - -** Gnus is now a MIME-capable reader. This affects many parts of -Gnus, and adds a slew of new commands. See the manual for details. - -** Gnus has also been multilingualized. This also affects too -many parts of Gnus to summarize here, and adds many new variables. - -** gnus-auto-select-first can now be a function to be -called to position point. - -** The user can now decide which extra headers should be included in -summary buffers and NOV files. - -** `gnus-article-display-hook' has been removed. Instead, a number -of variables starting with `gnus-treat-' have been added. - -** The Gnus posting styles have been redone again and now works in a -subtly different manner. - -** New web-based backends have been added: nnslashdot, nnwarchive -and nnultimate. nnweb has been revamped, again, to keep up with -ever-changing layouts. - -** Gnus can now read IMAP mail via nnimap. - - +** `nnimap-inbox' can now be a list of mail box names. + * For older news, see Gnus info node "New Features". ---------------------------------------------------------------------- -Copyright information: + +This file is part of GNU Emacs. + +GNU Emacs is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. +GNU Emacs is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. - Permission is granted to anyone to make or distribute verbatim copies - of this document as received, in any medium, provided that the - copyright notice and this permission notice are preserved, - thus giving the recipient permission to redistribute in turn. +You should have received a copy of the GNU General Public License +along with GNU Emacs. If not, see . - Permission is granted to distribute modified versions - of this document, or of portions of it, - under the above conditions, provided also that they - carry prominent notices stating who last changed them. Local variables: mode: outline