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