gnus.texi (X-Face): Fix.
[gnus] / GNUS-NEWS
1 GNUS NEWS -- history of user-visible changes.
2 Copyright (C) 1999, 2000, 2001, 2002 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 ** Smileys (":-)", ";-)" etc) are now iconized for Emacs too.
12
13 Put (setq gnus-treat-display-smileys nil) in ~/.emacs to disable it.
14
15 ** Gnus no longer generate the Sender: header automatically.
16
17 Earlier it was generated iff the user configurable email address was
18 different from the Gnus guessed default user address.  As the guessing
19 algorithm is rarely correct these days, and (more controversally) the
20 only use of the Sender: header was to check if you are entitled to
21 cancel/supersede news (which is now solved by Cancel Locks instead,
22 see another entry), generation of the header has been disabled by
23 default.  See the variables `message-required-headers',
24 `message-required-news-headers', and `message-required-mail-headers'.
25
26 ** Features from third party message-utils.el added to message.el.
27
28 Message now asks if you wish to remove "(was: <old subject>)" from
29 subject lines (see `message-subject-trailing-was-query').  C-c M-m and
30 C-c M-f inserts markers indicating included text.  C-c C-f a adds a
31 X-No-Archive: header.  Improved crosspost follow behaviour with
32 `message-cross-post-*'.
33
34 ** References and X-Draft-Headers are no longer generated when you
35    start composing messages.
36
37 ** Improved anti-spam features.
38
39 Gnus is now able to take out spam from your mail and news streams
40 using a wide variety of programs and filter rules. Among the supported
41 methods are RBL blocklists, bogofilter and white/blacklists.  Hooks
42 for easy use of external packages such as SpamAssassin and Hashcash
43 are also new.
44
45 ** Easy inclusion of X-Faces headers.
46
47 ** In the summary buffer, the new command / N inserts new messages and
48 / o inserts old messages.
49
50 ** Gnus decodes morse encoded messages if you press W m.
51
52 ** Unread count correct in nnimap groups.
53
54 The estimated number of unread articles in the group buffer should now
55 be correct for nnimap groups.  This is achieved by calling
56 `nnimap-fixup-unread-after-getting-new-news' from the
57 `gnus-setup-news-hook' (called on startup) and
58 gnus-after-getting-new-news-hook. (called after getting new mail).  If
59 you have modified those variables from the default, you may want to
60 add n-f-u-a-g-n-n again.  If you were happy with the estimate and want
61 to save some (minimal) time when getting new mail, remove the
62 function.
63
64 ** Group Carbon Copy (GCC) quoting
65
66 To support groups that contains SPC and other weird characters, groups
67 are quoted before they are placed in the Gcc: header.  This means
68 variables such as `gnus-message-archive-group' should no longer
69 contain quote characters to make groups containing SPC work.  Also, if
70 you are using the string "nnml:foo, nnml:bar" (indicating Gcc into two
71 groups) you must change it to return the list ("nnml:foo" "nnml:bar"),
72 otherwise the Gcc: line will be quoted incorrectly.  Note that
73 returning the string "nnml:foo, nnml:bar" was incorrect earlier, it
74 just didn't generate any problems since it was inserted directly.
75
76 ** ~/News/overview/ not used.
77
78 As a result of the following change, the ~/News/overview/ directory is
79 not used any more.  You can safely delete the entire hierarchy.
80
81 ** gnus-agent
82
83 The Gnus Agent has seen a major updated and is now enabled by default,
84 and all nntp and nnimap servers from gnus-select-method and
85 gnus-secondary-select-method are agentized by default. Earlier only
86 the server in gnus-select-method was agentized by the default, and the
87 agent was disabled by default.  When the agent is enabled, headers are
88 now also retrieved from the Agent cache instead of the backends when
89 possible. Earlier this only happened in the unplugged state.  You can
90 enroll or remove servers with `J a' and `J r' in the server buffer.
91 Gnus will not download articles into the Agent cache, unless you
92 instruct it to do so, though, by using `J u' or `J s' from the Group
93 buffer.  You revert to the old behaviour of having the Agent disabled
94 with `(setq gnus-agent nil)'.  Note that putting (gnus-agentize) in
95 ~/.gnus is not needed any more.
96
97 ** gnus-summary-line-format
98
99 The default value changed to "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n".
100 Moreover gnus-extra-headers, nnmail-extra-headers and
101 gnus-ignored-from-addresses changed their default so that the users
102 name will be replaced by the recipient's name or the group name
103 posting to for NNTP groups.
104
105 ** deuglify.el (gnus-article-outlook-deuglify-article)
106
107 A new file from Raymond Scholz <rscholz@zonix.de> for deuglifying
108 broken Outlook (Express) articles.
109
110 ** (require 'gnus-load)
111
112 If you use a stand-alone Gnus distribution, you'd better add (require
113 'gnus-load) into your ~/.emacs after adding the Gnus lisp directory
114 into load-path.
115
116 File gnus-load.el contains autoload commands, functions and variables,
117 some of which may not be included in distributions of Emacsen.
118
119 ** gnus-slave-unplugged
120
121 A new command which starts gnus offline in slave mode.
122
123 ** message-insinuate-rmail
124
125 Adding (message-insinuate-rmail) and (setq mail-user-agent
126 'gnus-user-agent) in .emacs convinces RMAIL to compose, reply and
127 forward messages in message-mode, where you can enjoy the power of
128 MML.
129
130 ** message-minibuffer-local-map
131
132 The line below enables BBDB in resending a message:
133
134 (define-key message-minibuffer-local-map [(tab)] 'bbdb-complete-name)
135
136 ** Externalize attachments.
137
138 If gnus-gcc-externalize-attachments (or
139 message-fcc-externalize-attachments) is non-nil, attach local files as
140 external parts.
141
142 Command gnus-mime-save-part-and-strip (bound to \C-o on MIME buttons)
143 saves a part and replaces the part with an external one. It works only
144 on back ends that support editing.
145
146 ** gnus-default-charset
147
148 The default value is determined from the current-language-environment
149 variable, instead of 'iso-8859-1. Also the ".*" item in
150 gnus-group-charset-alist is removed.
151
152 ** gnus-posting-styles
153
154 Add a new format of match like
155
156         ((header "to" "larsi.*org")
157          (Organization "Somewhere, Inc."))
158
159 The old format like the lines below is obsolete, but still accepted.
160
161         (header "to" "larsi.*org"
162          (Organization "Somewhere, Inc."))
163
164 ** message-ignored-news-headers and message-ignored-mail-headers
165
166 X-Draft-From and X-Gnus-Agent-Meta-Information have been added into
167 these two variables. If you customized those, perhaps you need add
168 those two headers too.
169
170 ** Gnus reads the NOV and articles in the Agent if plugged.
171
172 If one reads an article while plugged, and the article already exists
173 in the Agent, it won't get downloaded once more.  (setq
174 gnus-agent-cache nil) reverts to the old behavior.
175
176 ** Gnus supports the "format=flowed" (RFC 2646) parameter.
177
178 On composing messages, it is enabled by `use-hard-newlines'.  Decoding
179 format=flowed was present but not documented in earlier versions.
180
181 ** Gnus supports the generation of RFC 2298 Disposition Notification requests.
182
183 This is invoked with the C-c M-n key binding from message mode.
184
185 ** Gnus supports Maildir groups.
186
187 Gnus includes a new backend nnmaildir.el.
188
189 ** Printing capabilities are enhanced.
190
191 Gnus supports Muttprint natively with O P from the Summary and Article
192 buffers.  Also, each individual MIME part can be printed using p on
193 the MIME button.
194
195 ** Message supports the Importance: (RFC 2156) header.
196
197 In the message buffer, C-c C-f C-i or C-u cycles through the valid values.
198
199 ** Gnus supports Cancel Locks in News.
200
201 This means a header "Cancel-Lock" is inserted in news posting. It is
202 used to determine if you wrote a article or not (for
203 cancelling/superseding).  The behaviour can be changed by customizing
204 `message-insert-canlock'.
205
206 ** Gnus supports server-side mail filtering using Sieve.
207
208 Sieve rules can be added as Group Parameters for groups, and the
209 complete Sieve script is generated using `D g' from the Group buffer,
210 and then uploaded to the server using `C-c C-l' in the generated Sieve
211 buffer.  Search the online Gnus manual for "sieve", and see the new
212 Sieve manual, for more information.
213
214 ** Extended format specs.
215
216 Format spec "%&user-date;" is added into
217 gnus-summary-line-format-alist.  Also, user defined extended format
218 specs are supported.  The extended format specs look like "%u&foo;",
219 which invokes function gnus-user-format-function-foo.  Because "&" is
220 used as the escape character, old user defined format "%u&" is no
221 longer supported.
222
223 ** `/ *' (gnus-summary-limit-include-cached) is rewritten.
224
225 It was aliased to `Y c' (gnus-summary-insert-cached-articles). The new
226 function filters out other articles.
227
228 ** Group names are treated as UTF-8 by default.
229
230 This is supposedly what USEFOR wants to migrate to.  See
231 `gnus-group-name-charset-group-alist' and
232 `gnus-group-name-charset-method-alist' for customization.
233
234 ** The nnml and nnfolder backends store marks for each groups.
235
236 This makes it possible to take backup of nnml/nnfolder servers/groups
237 separately of .newsrc.eld, while preserving marks.  It also makes it
238 possible to share articles and marks between users (without sharing
239 the .newsrc.eld file) within e.g. a department.  It works by storing
240 the marks stored in .newsrc.eld in a per-group file ".marks" (for
241 nnml) and "groupname.mrk" (for nnfolder, named "groupname").  If the
242 nnml/nnfolder is moved to another machine, Gnus will automatically use
243 the .marks or .mrk file instead of the information in .newsrc.eld.
244 The new server variables `nnml-marks-is-evil' and
245 `nnfolder-marks-is-evil' can be used to disable this feature.
246
247 ** The menu bar item (in Group and Summary buffer) named "Misc" has
248 been renamed to "Gnus".
249
250 ** The menu bar item (in Message mode) named "MML" has been renamed to
251 "Attachments".
252
253 ** gnus-group-charset-alist and gnus-group-ignored-charsets-alist.
254
255 The regexps in these variables are compared with full group names
256 instead of real group names in 5.8.  Users who customize these
257 variables should change those regexps accordingly. For example:
258
259    ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
260
261 ** Gnus supports PGP (RFC 1991/2440), PGP/MIME (RFC 2015/3156) and
262 ** S/MIME (RFC 2630-2633).
263 It needs an external S/MIME and OpenPGP implementation, but no additional
264 lisp libraries.
265
266 ** Gnus inlines external parts (message/external).
267
268 ** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'.
269
270 This change was made to avoid conflict with the standard binding of
271 `back-to-indentation', which is also useful in message mode.
272
273 ** Bug fixes.
274
275 \f
276 * Changes in Pterodactyl Gnus (5.8/5.9)
277
278 The Gnus NEWS entries are short, but they reflect sweeping changes in
279 four areas: Article display treatment, MIME treatment,
280 internationalization and mail-fetching.
281
282 ** The mail-fetching functions have changed.  See the manual for the
283 many details.  In particular, all procmail fetching variables are gone.
284
285 If you used procmail like in
286
287 (setq nnmail-use-procmail t)
288 (setq nnmail-spool-file 'procmail)
289 (setq nnmail-procmail-directory "~/mail/incoming/")
290 (setq nnmail-procmail-suffix "\\.in")
291
292 this now has changed to 
293
294 (setq mail-sources
295       '((directory :path "~/mail/incoming/"
296                    :suffix ".in")))
297
298 More information is available in the info doc at Select Methods ->
299 Getting Mail -> Mail Sources
300
301 ** Gnus is now a MIME-capable reader.  This affects many parts of
302 Gnus, and adds a slew of new commands.  See the manual for details.
303
304 ** Gnus has also been multilingualized.  This also affects too
305 many parts of Gnus to summarize here, and adds many new variables.
306
307 ** gnus-auto-select-first can now be a function to be
308 called to position point.
309
310 ** The user can now decide which extra headers should be included in
311 summary buffers and NOV files.
312
313 ** `gnus-article-display-hook' has been removed.  Instead, a number
314 of variables starting with `gnus-treat-' have been added.
315
316 ** The Gnus posting styles have been redone again and now works in a
317 subtly different manner.
318
319 ** New web-based backends have been added: nnslashdot, nnwarchive
320 and nnultimate.  nnweb has been revamped, again, to keep up with
321 ever-changing layouts.
322
323 ** Gnus can now read IMAP mail via nnimap.
324
325 \f
326 * For older news, see Gnus info node "New Features".
327
328 ----------------------------------------------------------------------
329 Copyright information:
330
331 Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
332
333    Permission is granted to anyone to make or distribute verbatim copies
334    of this document as received, in any medium, provided that the
335    copyright notice and this permission notice are preserved,
336    thus giving the recipient permission to redistribute in turn.
337
338    Permission is granted to distribute modified versions
339    of this document, or of portions of it,
340    under the above conditions, provided also that they
341    carry prominent notices stating who last changed them.
342 \f
343 Local variables:
344 mode: outline
345 paragraph-separate: "[  \f]*$"
346 end: