Changes committed gnus (GNUS-NEWS)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: GNUS-NEWS Regenerate. Index: GNUS-NEWS diff -u gnus/GNUS-NEWS:7.63 gnus/GNUS-NEWS:7.64 --- GNUS-NEWS:7.63 Sat Mar 8 16:46:34 2008 +++ GNUS-NEWS Wed Apr 9 23:56:03 2008 @@ -21,11 +21,12 @@ information about nntp marks. Note that downgrading isn't safe in general. -** Incompatibity when switching from Emacs 23 to Emacs 22 In Emacs 23, Gnus -uses Emacs' new internal coding system `utf-8-emacs' for saving articles -drafts and `~/.newsrc.eld'. These file may not be read correctly in -Emacs 22 and below. If you want to Gnus across different Emacs -versions, you may set `mm-auto-save-coding-system' to `emacs-mule'. +** Incompatibility when switching from Emacs 23 to Emacs 22 In Emacs 23, +Gnus uses Emacs' new internal coding system `utf-8-emacs' for saving +articles drafts and `~/.newsrc.eld'. These files may not be read +correctly in Emacs 22 and below. If you want to use Gnus across +different Emacs versions, you may set `mm-auto-save-coding-system' to +`emacs-mule'. ** Lisp files are now installed in `.../site-lisp/gnus/' by default. It defaulted to `.../site-lisp/' formerly. In addition to this, the new @@ -57,12 +58,18 @@ for ManageSieve connections are managed by this mechanism, after querying the user about whether to do so. +** Using EasyPG with Gnus When EasyPG, is available, Gnus will use it +instead of PGG. EasyPG is an Emacs user interface to GNU Privacy Guard. + *Note EasyPG Assistant user's manual: (epa)Top. EasyPG is included in +Emacs 23 and available separately as well. + * Changes in group mode ** Old intermediate incoming mail files (`Incoming*') are deleted after a couple of days, not immediately. *Note Mail Source Customization::. + * Changes in summary and article mode @@ -70,6 +77,9 @@ that are not reused when you select another article. *Note Sticky Articles::. +** Gnus can selectively display `text/html' articles with a WWW browser +with `K H'. *Note MIME Commands::. + ** International host names (IDNA) can now be decoded inside article bodies using `W i' (`gnus-summary-idna-message'). This requires that GNU Libidn (<http://www.gnu.org/software/libidn/>) has been installed. @@ -209,6 +219,7 @@ server buffer) renumbers all articles in a group, starting from 1 and removing gaps. As a consequence, you get a correct total article count (until messages are deleted again). + * Appearance