T-gnus 6.15.6 revision 01.
[elisp/gnus.git-] / 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-c C-u cycles through the valid
112 values.
113
114 ** Gnus supports Cancel Locks in News.
115
116 This means a header "Cancel-Lock" is inserted in news posting. It is
117 used to determine if you wrote a article or not (for
118 cancelling/superseding).  The behaviour can be changed by customizing
119 `message-insert-canlock'.
120
121 ** Gnus supports server-side mail filtering using Sieve.
122
123 Sieve rules can be added as Group Parameters for groups, and the
124 complete Sieve script is generated using `D g' from the Group buffer,
125 and then uploaded to the server using `C-c C-l' in the generated Sieve
126 buffer.  Search the online Gnus manual for "sieve", and see the new
127 Sieve manual, for more information.
128
129 ** Extended format specs.
130
131 Format spec "%&user-date;" is added into
132 gnus-summary-line-format-alist.  Also, user defined extended format
133 specs are supported.  The extended format specs look like "%u&foo;",
134 which invokes function gnus-user-format-function-foo.  Because "&" is
135 used as the escape character, old user defined format "%u&" is no
136 longer supported.
137
138 ** `/ *' (gnus-summary-limit-include-cached) is rewritten.
139
140 It was aliased to `Y c' (gnus-summary-insert-cached-articles). The new
141 function filters out other articles.
142
143 ** Group names are treated as UTF-8 by default.
144
145 This is supposedly what USEFOR wants to migrate to.  See
146 `gnus-group-name-charset-group-alist' and
147 `gnus-group-name-charset-method-alist' for customization.
148
149 ** The nnml and nnfolder backends store marks for each groups.
150
151 This makes it possible to take backup of nnml/nnfolder servers/groups
152 separately of .newsrc.eld, while preserving marks.  It also makes it
153 possible to share articles and marks between users (without sharing
154 the .newsrc.eld file) within e.g. a department.  It works by storing
155 the marks stored in .newsrc.eld in a per-group file ".marks" (for
156 nnml) and "groupname.mrk" (for nnfolder, named "groupname").  If the
157 nnml/nnfolder is moved to another machine, Gnus will automatically use
158 the .marks or .mrk file instead of the information in .newsrc.eld.
159 The new server variables `nnml-marks-is-evil' and
160 `nnfolder-marks-is-evil' can be used to disable this feature.
161
162 ** The menu bar (in Group and Summary buffer) named "Misc" has been
163 renamed to "Gnus".
164
165 ** The menu bar (in Message mode) named "MML" has been renamed to
166 "Attachments".
167
168 ** gnus-group-charset-alist and gnus-group-ignored-charsets-alist.
169
170 The regexps in these variables are compared with full group names
171 instead of real group names in 5.8.  Users who customize these
172 variables should change those regexps accordingly. For example:
173
174    ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
175
176 ** Gnus supports PGP (RFC 1991/2440), PGP-MIME (RFC 2015/3156) and
177 SMIME.
178
179 ** Gnus inlines external parts (message/external).
180
181 ** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'.
182
183 This change was made to avoid conflict with the standard binding of
184 `back-to-indentation', which is also useful in message mode.
185
186 \f
187 * Changes in Pterodactyl Gnus (5.8/5.9)
188
189 The Gnus NEWS entries are short, but they reflect sweeping changes in
190 four areas: Article display treatment, MIME treatment,
191 internationalization and mail-fetching.
192
193 ** The mail-fetching functions have changed.  See the manual for the
194 many details.  In particular, all procmail fetching variables are gone.
195
196 If you used procmail like in
197
198 (setq nnmail-use-procmail t)
199 (setq nnmail-spool-file 'procmail)
200 (setq nnmail-procmail-directory "~/mail/incoming/")
201 (setq nnmail-procmail-suffix "\\.in")
202
203 this now has changed to 
204
205 (setq mail-sources
206       '((directory :path "~/mail/incoming/"
207                    :suffix ".in")))
208
209 More information is available in the info doc at Select Methods ->
210 Getting Mail -> Mail Sources
211
212 ** Gnus is now a MIME-capable reader.  This affects many parts of
213 Gnus, and adds a slew of new commands.  See the manual for details.
214
215 ** Gnus has also been multilingualized.  This also affects too
216 many parts of Gnus to summarize here, and adds many new variables.
217
218 ** gnus-auto-select-first can now be a function to be
219 called to position point.
220
221 ** The user can now decide which extra headers should be included in
222 summary buffers and NOV files.
223
224 ** `gnus-article-display-hook' has been removed.  Instead, a number
225 of variables starting with `gnus-treat-' have been added.
226
227 ** The Gnus posting styles have been redone again and now works in a
228 subtly different manner.
229
230 ** New web-based backends have been added: nnslashdot, nnwarchive
231 and nnultimate.  nnweb has been revamped, again, to keep up with
232 ever-changing layouts.
233
234 ** Gnus can now read IMAP mail via nnimap.
235
236 \f
237 * For older news, see Gnus info node "New Features".
238
239 ----------------------------------------------------------------------
240 Copyright information:
241
242 Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
243
244    Permission is granted to anyone to make or distribute verbatim copies
245    of this document as received, in any medium, provided that the
246    copyright notice and this permission notice are preserved,
247    thus giving the recipient permission to redistribute in turn.
248
249    Permission is granted to distribute modified versions
250    of this document, or of portions of it,
251    under the above conditions, provided also that they
252    carry prominent notices stating who last changed them.
253 \f
254 Local variables:
255 mode: outline
256 paragraph-separate: "[  \f]*$"
257 end: