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