X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=GNUS-NEWS;h=16808afedc2337748aafdab45d185cfa16767d2d;hp=f7bcd56af92dea79bc0e23afd489a959a7e5996e;hb=dea42ba9a9f0bb6c660773ceddc3542b105ee9f9;hpb=488a620a161d20e8610302c4ffa10926ee572778 diff --git a/GNUS-NEWS b/GNUS-NEWS index f7bcd56af..16808afed 100644 --- a/GNUS-NEWS +++ b/GNUS-NEWS @@ -1,6 +1,6 @@ GNUS NEWS -- history of user-visible changes. -Copyright (C) 1999-2012 Free Software Foundation, Inc. +Copyright (C) 1999-2014 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Gnus bug reports to bugs@gnus.org. @@ -9,6 +9,9 @@ For older news, see Gnus info node "New Features". * New features +** New package `gnus-notifications.el' can send notifications when you + receive new messages. + ** If you have the "tnef" program installed, Gnus will display ms-tnef files, aka "winmail.dat". @@ -20,6 +23,22 @@ For older news, see Gnus info node "New Features". ** `backtab' in the summary buffer now selects the previous link in the article buffer. +** Using the "X-Message-SMTP-Method" header in Message buffers now + allows specifying how messages are to be sent. For example: + + X-Message-SMTP-Method: smtp smtp.fsf.org 587 + +** Gnus keeps track of non-existent articles for nnimap groups, so + that sparse IMAP folders now list a correct number of messages in + them. + +** 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. + +** `nnimap-inbox' can now be a list of mail box names. + * For older news, see Gnus info node "New Features". ----------------------------------------------------------------------