(gnus-auto-select-part): New variable.
[gnus] / GNUS-NEWS
1 GNUS NEWS -- history of user-visible changes.
2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
3    2005 Free Software Foundation, Inc.
4 See the end for copying conditions.
5
6 Please send Gnus bug reports to bugs@gnus.org.
7 For older news, see Gnus info node "New Features".
8
9
10 \f
11 * Changes in No Gnus
12
13 ** Upgrading from previous (stable) version if you have used No Gnus.
14
15 If you have tried No Gnus (the unstable Gnus branch leading to this
16 release) but went back to a stable version, be careful when upgrading
17 to this version.  In particular, you will probably want to remove the
18 `~/News/marks' directory (perhaps selectively), so that flags are
19 read from your `~/.newsrc.eld' instead of from the stale marks file,
20 where this release will store flags for nntp.  See a later entry for
21 more information about nntp marks.  Note that downgrading isn't safe
22 in general.
23
24 ** The nntp back end store article marks in `~/News/marks'.
25
26 The directory can be changed using the (customizable) variable
27 `nntp-marks-directory', and marks can be disabled using the (back
28 end) variable `nntp-marks-is-evil'.  The advantage of this is that
29 you can copy `~/News/marks' (using rsync, scp or whatever) to another
30 Gnus installation, and it will realize what articles you have read
31 and marked.  The data in `~/News/marks' has priority over the same
32 data in `~/.newsrc.eld'.
33
34 ** Picons can be displayed right from the textual address, see
35 `gnus-picon-style'.  *Note Picons::.
36
37 ** You can import and export your RSS subscriptions from OPML files.
38 *Note RSS::.
39
40 ** The option `mm-fill-flowed' can be used to disable treatment of
41 format=flowed messages.  Also, flowed text is disabled when sending
42 inline PGP signed messages.
43
44 ** You can now drag and drop attachments to the Message buffer.
45
46 ** The option `message-yank-empty-prefix' now controls how empty lines
47 are prefixed in cited text.  *Note (message)Insertion Variables::.
48
49 ** ANSI SGR control sequences can be transformed using `W A'.
50
51 ANSI sequences are used in some Chinese hierarchies for highlighting
52 articles (`gnus-article-treat-ansi-sequences').
53
54 ** International host names (IDNA) can now be decoded inside article
55 bodies using `W i' (`gnus-summary-idna-message').  This require that
56 GNU Libidn (`http://www.gnu.org/software/libidn/') has been installed.
57
58 ** Gnus includes an Emacs Lisp SASL library.
59
60 This provide a&n