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