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