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