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