Generated.
[gnus] / GNUS-NEWS
1 GNUS NEWS -- history of user-visible changes.
2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
3 See the end for copying conditions.
4
5 Please send Gnus bug reports to bugs@gnus.org.
6 For older news, see Gnus info node "New Features".
7
8
9 \f
10 * Changes in No Gnus
11
12 ** Upgrading from previous (stable) version if you have used No Gnus.
13
14 If you have tried No Gnus (the unstable Gnus branch leading to this
15 release) but went back to a stable version, be careful when upgrading
16 to this version.  In particular, you will probably want to remove the
17 `~/News/marks' directory (perhaps selectively), so that flags are
18 read from your `~/.newsrc.eld' instead of from the stale marks file,
19 where this release will store flags for nntp.  See a later entry for
20 more information about nntp marks.  Note that downgrading isn't safe
21 in general.
22
23 ** The nntp back end store article marks in `~/News/marks'.
24
25 The directory can be changed using the (customizable) variable
26 `nntp-marks-directory', and marks can be disabled using the (backend)
27 variable `nntp-marks-is-evil'.  The advantage of this is that you can
28 copy `~/News/marks' (using rsync, scp or whatever) to another Gnus
29 installation, and it will realize what articles you have read and
30 marked.  The data in `~/News/marks' has priority over the same data
31 in `~/.newsrc.eld'.
32
33 ** Picons can be displayed right from the textual address, see
34 `gnus-picon-style'
35
36 ** You can import and export your RSS subscriptions from OPML files.
37 *Note RSS::.
38
39 ** The option `mm-fill-flowed' can be used to disable treatment of
40 format=flowed messages.  Also, flowed text is disabled when sending
41 inline PGP signed messages.
42
43 ** You can now drag and drop attachments to the Message buffer.
44
45 ** `/ r' limits the summary buffer to replied articles.
46
47 ** ANSI SGR control sequences can be transformed using `W A'.
48
49 ANSI sequences are used in some Chinese hierarchies for highlighting
50 articles (`gnus-article-treat-ansi-sequences').
51
52 ** Gnus includes an Emacs Lisp SASL library.
53
54 This provide a clean API to SASL mechanisms from within Emacs.  The
55 user visible aspects of this, compared to the earlier situation,
56 include support for DIGEST-MD5 and NTLM.
57
58 ** ManageSieve connections uses the SASL library by default.
59
60 The primary change this brings is support for DIGEST-MD5 and NTLM,
61 when the server support it.
62
63 ** Gnus include a password cache mechanism in password.el.
64
65 It is enabled by default (see `password-cache'), with a short timeout
66 of 16 seconds (see `password-cache-expiry').  If PGG is used as the
67 PGP backend, the PGP passphrase is managed by this mechanism.
68 Passwords for ManageSieve connections are managed by this mechanism,
69 after quering the user about whether to do so.
70
71 ** IMAP identity (RFC 2971) is supported.
72
73 By default, Gnus do not send any information about itself, but you can
74 customize it using the variable `nnimap-id'.
75
76 ** The `all.SCORE' file can be edited from the group buffer using `W e'.
77
78 ** Gnus now MIME decode articles even when they lack "MIME-Version"
79 header.  This changes the default of `gnus-article-loose-mime'.
80
81 \f
82 * For older news, see Gnus info node "New Features".
83
84 ----------------------------------------------------------------------
85 Copyright information:
86
87 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
88
89    Permission is granted to anyone to make or distribute verbatim copies
90    of this document as received, in any medium, provided that the
91    copyright notice and this permission notice are preserved,
92    thus giving the recipient permission to redistribute in turn.
93
94    Permission is granted to distribute modified versions
95    of this document, or of portions of it,
96    under the above conditions, provided also that they
97    carry prominent notices stating who last changed them.
98 \f
99 Local variables:
100 mode: outline
101 paragraph-separate: "[  \f]*$"
102 end: