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