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