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