Changes committed gnus/texi (ChangeLog gnus-news.texi gnus.texi)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus-news.texi gnus.texi * gnus.texi (MIME Commands): Add gnus-article-browse-html-article. * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article. Add FIXMEs for Bookmarks and gnus-registry-marks. Index: ChangeLog diff -u gnus/texi/ChangeLog:7.389 gnus/texi/ChangeLog:7.390 --- ChangeLog:7.389 Sun Mar 16 10:12:31 2008 +++ ChangeLog Fri Mar 21 19:24:08 2008 @@ -1,3 +1,10 @@ +2008-03-21 Reiner Steib <[email protected]> + + * gnus.texi (MIME Commands): Add gnus-article-browse-html-article. + + * gnus-news.texi: Add EasyPG. Add gnus-article-browse-html-article. + Add FIXMEs for Bookmarks and gnus-registry-marks. + 2008-03-16 Reiner Steib <[email protected]> * gnus.texi (Smileys): Document `smiley-style'. Index: gnus-news.texi diff -u gnus/texi/gnus-news.texi:7.64 gnus/texi/gnus-news.texi:7.65 --- gnus-news.texi:7.64 Sat Mar 8 16:43:00 2008 +++ gnus-news.texi Fri Mar 21 19:24:08 2008 @@ -75,6 +75,12 @@ passphrase is managed by this mechanism. Passwords for ManageSieve connections are managed by this mechanism, after querying the user about whether to do so. + +@item Using EasyPG with Gnus +When EasyPG, is available, Gnus will use it instead of @acronym{PGG}. +EasyPG is an Emacs user interface to GNU Privacy Guard. @xref{Top, +,EasyPG Assistant user's manual, epa, EasyPG Assistant user's manual}. +EasyPG is included in Emacs 23 and available separately as well. @end itemize @item Changes in group mode @@ -98,6 +104,15 @@ that are not reused when you select another article. @xref{Sticky Articles}. +@c @item Bookmarks +@c FIXME: To be added + +@item Gnus can selectively display @samp{text/html} articles +with a WWW browser with @kbd{K H}. @xref{MIME Commands}. + +@c gnus-registry-marks +@c FIXME: To be added + @item International host names (@acronym{IDNA}) can now be decoded inside article bodies using @kbd{W i} (@code{gnus-summary-idna-message}). This requires that GNU Libidn @@ -254,6 +269,13 @@ 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). + +@c @item nnmairix.el +@c FIXME + +@c @item nnir.el +@c FIXME + @end itemize @item Appearance Index: gnus.texi diff -u gnus/texi/gnus.texi:7.272 gnus/texi/gnus.texi:7.273 --- gnus.texi:7.272 Sun Mar 16 10:12:31 2008 +++ gnus.texi Fri Mar 21 19:24:08 2008 @@ -9679,6 +9679,21 @@ the same manner: @table @kbd +@item K H +@kindex K H (Summary) +@findex gnus-article-browse-html-article +View @samp{text/html} parts of the current article with a WWW browser. +The message header is added to the beginning of every html part unless +the prefix argument is given. + +Warning: Spammers use links to images in HTML articles to verify whether +you have read the message. As this command passes the @acronym{HTML} +content to the browser without eliminating these ``web bugs'' you should +only use it for mails from trusted senders. + +If you always want to display @acronym{HTML} parts in the browser, set +@code{mm-text-html-renderer} to @code{nil}. + @item K b @kindex K b (Summary) Make all the @acronym{MIME} parts have buttons in front of them. This is