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