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