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