comparison etc/GNUS-NEWS @ 94209:0ffd6dd0f75d

Merge from gnus--devo--0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1118
author Miles Bader <miles@gnu.org>
date Mon, 21 Apr 2008 07:13:33 +0000
parents 4e76a03232e5
children cbf5528cf447
comparison
equal deleted inserted replaced
94208:0e75b2038de2 94209:0ffd6dd0f75d
19 from your `~/.newsrc.eld' instead of from the stale marks file, where 19 from your `~/.newsrc.eld' instead of from the stale marks file, where
20 this release will store flags for nntp. See a later entry for more 20 this release will store flags for nntp. See a later entry for more
21 information about nntp marks. Note that downgrading isn't safe in 21 information about nntp marks. Note that downgrading isn't safe in
22 general. 22 general.
23 23
24 ** Incompatibity when switching from Emacs 23 to Emacs 22 In Emacs 23, Gnus 24 ** Incompatibility when switching from Emacs 23 to Emacs 22 In Emacs 23,
25 uses Emacs' new internal coding system `utf-8-emacs' for saving articles 25 Gnus uses Emacs' new internal coding system `utf-8-emacs' for saving
26 drafts and `~/.newsrc.eld'. These file may not be read correctly in 26 articles drafts and `~/.newsrc.eld'. These files may not be read
27 Emacs 22 and below. If you want to Gnus across different Emacs 27 correctly in Emacs 22 and below. If you want to use Gnus across
28 versions, you may set `mm-auto-save-coding-system' to `emacs-mule'. 28 different Emacs versions, you may set `mm-auto-save-coding-system' to
29 `emacs-mule'.
29 30
30 ** Lisp files are now installed in `.../site-lisp/gnus/' by default. It 31 ** Lisp files are now installed in `.../site-lisp/gnus/' by default. It
31 defaulted to `.../site-lisp/' formerly. In addition to this, the new 32 defaulted to `.../site-lisp/' formerly. In addition to this, the new
32 installer issues a warning if other Gnus installations which will shadow 33 installer issues a warning if other Gnus installations which will shadow
33 the latest one are detected. You can then remove those shadows manually 34 the latest one are detected. You can then remove those shadows manually
55 16 seconds (see `password-cache-expiry'). If PGG is used as the PGP 56 16 seconds (see `password-cache-expiry'). If PGG is used as the PGP
56 back end, the PGP passphrase is managed by this mechanism. Passwords 57 back end, the PGP passphrase is managed by this mechanism. Passwords
57 for ManageSieve connections are managed by this mechanism, after 58 for ManageSieve connections are managed by this mechanism, after
58 querying the user about whether to do so. 59 querying the user about whether to do so.
59 60
61 ** Using EasyPG with Gnus When EasyPG, is available, Gnus will use it
62 instead of PGG. EasyPG is an Emacs user interface to GNU Privacy Guard.
63 *Note EasyPG Assistant user's manual: (epa)Top. EasyPG is included in
64 Emacs 23 and available separately as well.
65
60 66
61 * Changes in group mode 67 * Changes in group mode
62 68
63 ** Old intermediate incoming mail files (`Incoming*') are deleted after a 69 ** Old intermediate incoming mail files (`Incoming*') are deleted after a
64 couple of days, not immediately. *Note Mail Source Customization::. 70 couple of days, not immediately. *Note Mail Source Customization::.
65 (New in Gnus 5.10.10 / Emacs 22.2) 71 (New in Gnus 5.10.10 / Emacs 22.2)
66 72
73
67 74
68 * Changes in summary and article mode 75 * Changes in summary and article mode
69 76
70 ** Gnus now supports sticky article buffers. Those are article buffers 77 ** Gnus now supports sticky article buffers. Those are article buffers
71 that are not reused when you select another article. *Note Sticky 78 that are not reused when you select another article. *Note Sticky
72 Articles::. 79 Articles::.
80
81 ** Gnus can selectively display `text/html' articles with a WWW browser
82 with `K H'. *Note MIME Commands::.
73 83
74 ** International host names (IDNA) can now be decoded inside article bodies 84 ** International host names (IDNA) can now be decoded inside article bodies
75 using `W i' (`gnus-summary-idna-message'). This requires that GNU Libidn 85 using `W i' (`gnus-summary-idna-message'). This requires that GNU Libidn
76 (<http://www.gnu.org/software/libidn/>) has been installed. 86 (<http://www.gnu.org/software/libidn/>) has been installed.
77 87
209 (`G z' in the group buffer) and `gnus-server-compact-server' (`z' in the 219 (`G z' in the group buffer) and `gnus-server-compact-server' (`z' in the
210 server buffer) renumbers all articles in a group, starting from 1 and 220 server buffer) renumbers all articles in a group, starting from 1 and
211 removing gaps. As a consequence, you get a correct total article count 221 removing gaps. As a consequence, you get a correct total article count
212 (until messages are deleted again). 222 (until messages are deleted again).
213 223
224
214 225
215 * Appearance 226 * Appearance
216 227
217 ** The tool bar has been updated to use GNOME icons. You can also 228 ** The tool bar has been updated to use GNOME icons. You can also
218 customize the tool bar. There's no documentation in the manual yet, but 229 customize the tool bars: `M-x customize-apropos RET -tool-bar$' should
219 `M-x customize-apropos RET -tool-bar$' should get you started. (Only 230 get you started. (Only for Emacs, not in XEmacs.)
220 for Emacs, not in XEmacs.)
221 231
222 ** The tool bar icons are now (de)activated correctly in the group buffer, 232 ** The tool bar icons are now (de)activated correctly in the group buffer,
223 see the variable `gnus-group-update-tool-bar'. Its default value 233 see the variable `gnus-group-update-tool-bar'. Its default value
224 depends on your Emacs version. 234 depends on your Emacs version.
225 235