* GNUS-NEWS: Copyright and others.
[gnus] / GNUS-NEWS
1 GNUS NEWS -- history of user-visible changes.
2 Copyright (C) 1999, 2000, 2001 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 \f
9 * Changes in Oort Gnus
10
11 ** Gnus now supports PGP-MIME (RFC2015) and SMIME.
12
13 ** Gnus inlines external parts (message/external).
14
15 ** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'.
16
17 This change was made to avoid conflict with the standard binding of
18 `back-to-indentation', which is also useful in message mode.
19
20 \f
21 * Changes in Pterodactyl Gnus (5.8/5.9)
22
23 The Gnus NEWS entries are short, but they reflect sweeping changes in
24 four areas: Article display treatment, MIME treatment,
25 internationalization and mail-fetching.
26
27 ** The mail-fetching functions have changed.  See the manual for the
28 many details.  In particular, all procmail fetching variables are gone.
29
30 If you used procmail like in
31
32 (setq nnmail-use-procmail t)
33 (setq nnmail-spool-file 'procmail)
34 (setq nnmail-procmail-directory "~/mail/incoming/")
35 (setq nnmail-procmail-suffix "\\.in")
36
37 this now has changed to 
38
39 (setq mail-sources
40       '((directory :path "~/mail/incoming/"
41                    :suffix ".in")))
42
43 More information is available in the info doc at Select Methods ->
44 Getting Mail -> Mail Sources
45
46 ** Gnus is now a MIME-capable reader.  This affects many parts of
47 Gnus, and adds a slew of new commands.  See the manual for details.
48
49 ** Gnus has also been multilingualized.  This also affects too
50 many parts of Gnus to summarize here, and adds many new variables.
51
52 ** gnus-auto-select-first can now be a function to be
53 called to position point.
54
55 ** The user can now decide which extra headers should be included in
56 summary buffers and NOV files.
57
58 ** `gnus-article-display-hook' has been removed.  Instead, a number
59 of variables starting with `gnus-treat-' have been added.
60
61 ** The Gnus posting styles have been redone again and now works in a
62 subtly different manner.
63
64 ** New web-based backends have been added: nnslashdot, nnwarchive
65 and nnultimate.  nnweb has been revamped, again, to keep up with
66 ever-changing layouts.
67
68 ** Gnus can now read IMAP mail via nnimap.
69
70 \f
71 * For older news, see Gnus info node "New Features".
72
73 ----------------------------------------------------------------------
74 Copyright information:
75
76 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
77
78    Permission is granted to anyone to make or distribute verbatim copies
79    of this document as received, in any medium, provided that the
80    copyright notice and this permission notice are preserved,
81    thus giving the recipient permission to redistribute in turn.
82
83    Permission is granted to distribute modified versions
84    of this document, or of portions of it,
85    under the above conditions, provided also that they
86    carry prominent notices stating who last changed them.
87 \f
88 Local variables:
89 mode: outline
90 paragraph-separate: "[  \f]*$"
91 end: