Generated.
[gnus] / GNUS-NEWS
1 GNUS NEWS -- history of user-visible changes.
2
3 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
4    2006, 2007 Free Software Foundation, Inc.
5 See the end of the file for license conditions.
6
7 Please send Gnus bug reports to bugs@gnus.org.
8 For older news, see Gnus info node "New Features".
9
10 \f
11 * Installation changes
12
13 ** Upgrading from previous (stable) version if you have used No Gnus.
14
15 If you have tried No Gnus (the unstable Gnus branch leading to this
16 release) but went back to a stable version, be careful when upgrading to
17 this version.  In particular, you will probably want to remove the
18 `~/News/marks' directory (perhaps selectively), so that flags are read
19 from your `~/.newsrc.eld' instead of from the stale marks file, where
20 this release will store flags for nntp.  See a later entry for more
21 information about nntp marks.  Note that downgrading isn't safe in
22 general.
23
24 ** Lisp files are now installed in `.../site-lisp/gnus/' by default.  It
25 defaulted to `.../site-lisp/' formerly.  In addition to this, the new
26 installer issues a warning if other Gnus installations which will shadow
27 the latest one are detected.  You can then remove those shadows manually
28 or remove them using `make remove-installed-shadows'.
29
30 \f
31 * New packages and libraries within Gnus
32
33 ** Gnus includes the Emacs Lisp SASL library.
34
35 This provides a clean API to SASL mechanisms from within Emacs.  The
36 user visible aspects of this, compared to the earlier situation, include
37 support for DIGEST-MD5 and NTLM.   *Note Emacs SASL: (sasl)Top.
38
39 ** ManageSieve connections uses the SASL library by default.
40
41 The primary change this brings is support for DIGEST-MD5 and NTLM, when
42 the server supports it.
43
44 ** Gnus includes a password cache mechanism in password.el.
45
46 It is enabled by default (see `password-cache'), with a short timeout of
47 16 seconds (see `password-cache-expiry').  If PGG is used as the PGP
48 back end, the PGP passphrase is managed by this mechanism.  Passwords
49 for ManageSieve connections are managed by this mechanism, after
50 querying the user about whether to do so.
51
52 \f
53 * Changes in summary and article mode
54
55 ** Gnus now supports sticky article buffers.  Those are article buffers
56 that are not reused when you select another article.  *Note Sticky
57 Articles::.
58
59 ** International host names (IDNA) can now be decoded inside article bodies
60 using `W i' (`gnus-summary-idna-message').  This requires that GNU Libidn
61 (`http://www.gnu.org/software/libidn/') has been installed.
62
63 ** The non-ASCII group names handling has been much improved.  The back
64 ends that fully support non-ASCII group names are now `nntp', `nnml',
65 and `nnrss'.  Also the agent, the cache, and the marks features work
66 with those back ends.  *Note Non-ASCII Group Names::.
67
68 ** Gnus now displays DNS master files sent as text/dns using dns-mode.
69
70 ** Gnus supports new limiting commands in the Summary buffer: `/ r'
71 (`gnus-summary-limit-to-replied') and `/ R'
72 (`gnus-summary-limit-to-recipient').  *Note Limiting::.
73
74 ** You can now fetch all ticked articles from the server using `Y t'
75 (`gnus-summary-insert-ticked-articles').  *Note Summary Generation
76 Commands::.
77
78 ** Gnus supports a new sort command in the Summary buffer: `C-c C-s C-t'
79 (`gnus-summary-sort-by-recipient').  *Note Summary Sorting::.
80
81 ** S/MIME now features LDAP user certificate searches.  You need to
82 configure the server in `smime-ldap-host-list'.
83
84 ** URLs inside OpenPGP headers are retrieved and imported to your PGP key
85 ring when you click on them.
86
87 ** Picons can be displayed right from the textual address, see
88 `gnus-picon-style'.  *Note Picons::.
89
90 ** ANSI SGR control sequences can be transformed using `W A'.
91
92 ANSI sequences are used in some Chinese hierarchies for highlighting
93 articles (`gnus-article-treat-ansi-sequences').
94
95 ** Gnus now MIME decodes articles even when they lack "MIME-Version" header.
96 This changes the default of `gnus-article-loose-mime'.
97
98 ** `gnus-decay-scores' can be a regexp matching score files.  For example,
99 set it to `\\.ADAPT\\'' and only adaptive score files will be decayed.
100  *Note Score Decays::.
101
102 ** Strings prefixing to the `To' and `Newsgroup' headers in summary lines
103 when using `gnus-ignored-from-addresses' can be customized with
104 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.  *Note To
105 From Newsgroups::.
106
107 ** You can replace MIME parts with external bodies.  See
108 `gnus-mime-replace-part' and `gnus-article-replace-part'.  *Note MIME
109 Commands::, *note Using MIME::.
110
111 ** The option `mm-fill-flowed' can be used to disable treatment of
112 format=flowed messages.  Also, flowed text is disabled when sending
113 inline PGP signed messages.  *Note Flowed text: (emacs-mime)Flowed text.
114 (New in Gnus 5.10.7)
115
116 ** Now the new command `S W' (`gnus-article-wide-reply-with-original') for
117 a wide reply in the article buffer yanks a text that is in the active
118 region, if it is set, as well as the `R'
119 (`gnus-article-reply-with-original') command.  Note that the `R' command
120 in the article buffer no longer accepts a prefix argument, which was
121 used to make it do a wide reply.  *Note Article Keymap::.
122
123
124 \f
125 * Changes in Message mode
126
127 ** Gnus now supports the "hashcash" client puzzle anti-spam mechanism.  Use
128 `(setq message-generate-hashcash t)' to enable.  *Note Hashcash::.
129
130 ** You can now drag and drop attachments to the Message buffer.  See
131 `mml-dnd-protocol-alist' and `mml-dnd-attach-options'.  *Note MIME:
132 (message)MIME.
133
134 ** The option `message-yank-empty-prefix' now controls how empty lines are
135 prefixed in cited text.  *Note Insertion Variables: (message)Insertion
136 Variables.
137
138 ** Gnus uses narrowing to hide headers in Message buffers.  The
139 `References' header is hidden by default.  To make all headers visible,
140 use `(setq message-hidden-headers nil)'.  *Note Message Headers:
141 (message)Message Headers.
142
143 ** You can highlight different levels of citations like in the article
144 buffer.  See `gnus-message-highlight-citation'.
145
146 ** `auto-fill-mode' is enabled by default in Message mode.  See
147 `message-fill-column'.  *Note Message Headers: (message)Various Message
148 Variables.
149
150 ** You can now store signature files in a special directory named
151 `message-signature-directory'.
152
153 ** The option `message-citation-line-format' controls the format of the
154 "Whomever writes:" line.  You need to set
155 `message-citation-line-function' to
156 `message-insert-formatted-citation-line' as well.
157
158 \f
159 * Changes in back ends
160
161 ** The nntp back end stores article marks in `~/News/marks'.
162
163 The directory can be changed using the (customizable) variable
164 `nntp-marks-directory', and marks can be disabled using the (back end)
165 variable `nntp-marks-is-evil'.  The advantage of this is that you can
166 copy `~/News/marks' (using rsync, scp or whatever) to another Gnus
167 installation, and it will realize what articles you have read and
168 marked.  The data in `~/News/marks' has priority over the same data in
169 `~/.newsrc.eld'.
170
171 ** You can import and export your RSS subscriptions from OPML files.  *Note
172 RSS::.
173
174 ** IMAP identity (RFC 2971) is supported.
175
176 By default, Gnus does not send any information about itself, but you can
177 customize it using the variable `nnimap-id'.
178
179 ** The `nnrss' back end now supports multilingual text.  Non-ASCII group
180 names for the `nnrss' groups are also supported.  *Note RSS::.
181
182 ** Retrieving mail with POP3 is supported over SSL/TLS and with StartTLS.
183
184 ** The nnml back end allows other compression programs beside `gzip' for
185 compressed message files.  *Note Mail Spool::.
186
187 ** The nnml back end supports group compaction.
188
189 This feature, accessible via the functions `gnus-group-compact-group'
190 (`G z' in the group buffer) and `gnus-server-compact-server' (`z' in the
191 server buffer) renumbers all articles in a group, starting from 1 and
192 removing gaps.  As a consequence, you get a correct total article count
193 (until messages are deleted again).
194
195 \f
196 * Appearance
197
198 ** The tool bar has been updated to use GNOME icons.  You can also
199 customize the tool bar.  There's no documentation in the manual yet, but
200 `M-x customize-apropos RET -tool-bar$' should get you started.  (Only
201 for Emacs, not in XEmacs.)
202
203 ** The tool bar icons are now (de)activated correctly in the group buffer,
204 see the variable `gnus-group-update-tool-bar'.  Its default value
205 depends on your Emacs version.
206
207 ** You can change the location of XEmacs' toolbars in Gnus buffers.  See
208 `gnus-use-toolbar' and `message-use-toolbar'.
209
210
211 \f
212 * Miscellaneous changes
213
214 ** Having edited the select-method for the foreign server in the server
215 buffer is immediately reflected to the subscription of the groups which
216 use the server in question.  For instance, if you change
217 `nntp-via-address' into `bar.example.com' from `foo.example.com', Gnus
218 will connect to the news host by way of the intermediate host
219 `bar.example.com' from next time.
220
221 ** The `all.SCORE' file can be edited from the group buffer using `W e'.
222
223
224 \f
225 * For older news, see Gnus info node "New Features".
226
227 ----------------------------------------------------------------------
228 \f
229 This file is part of GNU Emacs.
230
231 GNU Emacs is free software; you can redistribute it and/or modify
232 it under the terms of the GNU General Public License as published by
233 the Free Software Foundation; either version 3, or (at your option)
234 any later version.
235
236 GNU Emacs is distributed in the hope that it will be useful,
237 but WITHOUT ANY WARRANTY; without even the implied warranty of
238 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
239 GNU General Public License for more details.
240
241 You should have received a copy of the GNU General Public License
242 along with GNU Emacs; see the file COPYING.  If not, write to the
243 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
244 Boston, MA 02110-1301, USA.
245
246 \f
247 Local variables:
248 mode: outline
249 paragraph-separate: "[  \f]*$"
250 end: