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