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