29246313c842ed526f967a0c276b89526cc29d25
[gnus] / texi / gnus-news.texi
1 @c -*-texinfo-*-
2
3 @c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4
5 @c    Permission is granted to anyone to make or distribute verbatim copies
6 @c    of this document as received, in any medium, provided that the
7 @c    copyright notice and this permission notice are preserved,
8 @c    thus giving the recipient permission to redistribute in turn.
9
10 @c    Permission is granted to distribute modified versions
11 @c    of this document, or of portions of it,
12 @c    under the above conditions, provided also that they
13 @c    carry prominent notices stating who last changed them.
14
15 @c This file contains a list of news features Gnus.  It is supposed to be
16 @c included in `gnus.texi'.  `GNUS-NEWS' is automatically generated from
17 @c this file (see `gnus-news.el').
18
19 @itemize @bullet
20
21 @item Installation changes
22
23 @itemize @bullet
24 @item Upgrading from previous (stable) version if you have used No Gnus.
25
26 If you have tried No Gnus (the unstable Gnus branch leading to this
27 release) but went back to a stable version, be careful when upgrading
28 to this version.  In particular, you will probably want to remove the
29 @file{~/News/marks} directory (perhaps selectively), so that flags are
30 read from your @file{~/.newsrc.eld} instead of from the stale marks
31 file, where this release will store flags for nntp.  See a later entry
32 for more information about nntp marks.  Note that downgrading isn't
33 safe in general.
34
35 @item Incompatibility when switching from Emacs 23 to Emacs 22 
36 In Emacs 23, Gnus uses Emacs' new internal coding system @code{utf-8-emacs}
37 for saving articles drafts and @file{~/.newsrc.eld}.  These files may not
38 be read correctly in Emacs 22 and below.  If you want to use Gnus across
39 different Emacs versions, you may set @code{mm-auto-save-coding-system}
40 to @code{emacs-mule}.
41 @c FIXME: Untested.  (Or did anyone test it?)
42 @c Cf. http://thread.gmane.org/gmane.emacs.gnus.general/66251/focus=66344
43
44 @item Lisp files are now installed in @file{.../site-lisp/gnus/} by default.
45 It defaulted to @file{.../site-lisp/} formerly.  In addition to this,
46 the new installer issues a warning if other Gnus installations which
47 will shadow the latest one are detected.  You can then remove those
48 shadows manually or remove them using @code{make
49 remove-installed-shadows}.
50
51 @item The installation directory name is allowed to have spaces and/or tabs.
52 @end itemize
53
54 @item New packages and libraries within Gnus
55
56 @itemize @bullet
57
58 @item Gnus includes the Emacs Lisp @acronym{SASL} library.
59
60 This provides a clean @acronym{API} to @acronym{SASL} mechanisms from
61 within Emacs.  The user visible aspects of this, compared to the earlier
62 situation, include support for @acronym{DIGEST}-@acronym{MD5} and
63 @acronym{NTLM}.   @xref{Top, ,Emacs SASL, sasl, Emacs SASL}.
64
65 @item ManageSieve connections uses the @acronym{SASL} library by default.
66
67 The primary change this brings is support for @acronym{DIGEST-MD5} and
68 @acronym{NTLM}, when the server supports it.
69
70 @item Gnus includes a password cache mechanism in password.el.
71
72 It is enabled by default (see @code{password-cache}), with a short
73 timeout of 16 seconds (see @code{password-cache-expiry}).  If
74 @acronym{PGG} is used as the @acronym{PGP} back end, the @acronym{PGP}
75 passphrase is managed by this mechanism.  Passwords for ManageSieve
76 connections are managed by this mechanism, after querying the user
77 about whether to do so.
78
79 @item Using EasyPG with Gnus
80 When EasyPG, is available, Gnus will use it instead of @acronym{PGG}.
81 EasyPG is an Emacs user interface to GNU Privacy Guard.  @xref{Top,
82 ,EasyPG Assistant user's manual, epa, EasyPG Assistant user's manual}.
83 EasyPG is included in Emacs 23 and available separately as well.
84 @end itemize
85
86 @item Changes in group mode
87 @c ************************
88
89 @itemize @bullet
90 @item
91 Old intermediate incoming mail files (@file{Incoming*}) are deleted
92 after a couple of days, not immediately.  @xref{Mail Source
93 Customization}.
94 (New in Gnus 5.10.10 / No Gnus 0.8)
95 @c This entry is also present in the node "Oort Gnus".
96
97 @end itemize
98
99 @item Changes in summary and article mode
100
101 @itemize @bullet
102
103 @item Gnus now supports sticky article buffers.  Those are article buffers
104 that are not reused when you select another article.  @xref{Sticky
105 Articles}.
106
107 @c @item Bookmarks
108 @c FIXME: To be added
109
110 @item Gnus can selectively display @samp{text/html} articles
111 with a WWW browser with @kbd{K H}.  @xref{MIME Commands}.
112
113 @c gnus-registry-marks
114 @c FIXME: To be added
115
116 @item International host names (@acronym{IDNA}) can now be decoded
117 inside article bodies using @kbd{W i}
118 (@code{gnus-summary-idna-message}).  This requires that GNU Libidn
119 (@url{http://www.gnu.org/software/libidn/}) has been installed.
120 @c FIXME: Also mention @code{message-use-idna}?
121
122 @item The non-@acronym{ASCII} group names handling has been much
123 improved.  The back ends that fully support non-@acronym{ASCII} group
124 names are now @code{nntp}, @code{nnml}, and @code{nnrss}.  Also the
125 agent, the cache, and the marks features work with those back ends.
126 @xref{Non-ASCII Group Names}.
127
128 @item Gnus now displays @acronym{DNS} master files sent as text/dns
129 using dns-mode.
130
131 @item Gnus supports new limiting commands in the Summary buffer:
132 @kbd{/ r} (@code{gnus-summary-limit-to-replied}) and @kbd{/ R}
133 (@code{gnus-summary-limit-to-recipient}).  @xref{Limiting}.
134
135 @item You can now fetch all ticked articles from the server using
136 @kbd{Y t} (@code{gnus-summary-insert-ticked-articles}).  @xref{Summary
137 Generation Commands}.
138
139 @item Gnus supports a new sort command in the Summary buffer:
140 @kbd{C-c C-s C-t} (@code{gnus-summary-sort-by-recipient}).  @xref{Summary
141 Sorting}.
142
143 @item @acronym{S/MIME} now features @acronym{LDAP} user certificate searches.
144 You need to configure the server in @code{smime-ldap-host-list}.
145
146 @item URLs inside Open@acronym{PGP} headers are retrieved and imported
147 to your PGP key ring when you click on them.
148
149 @item
150 Picons can be displayed right from the textual address, see
151 @code{gnus-picon-style}.  @xref{Picons}.
152
153 @item @acronym{ANSI} @acronym{SGR} control sequences can be transformed
154 using @kbd{W A}.
155
156 @acronym{ANSI} sequences are used in some Chinese hierarchies for
157 highlighting articles (@code{gnus-article-treat-ansi-sequences}).
158
159 @item Gnus now MIME decodes articles even when they lack "MIME-Version" header.
160 This changes the default of @code{gnus-article-loose-mime}.
161
162 @item @code{gnus-decay-scores} can be a regexp matching score files.
163 For example, set it to @samp{\\.ADAPT\\'} and only adaptive score files
164 will be decayed.  @xref{Score Decays}.
165
166 @item Strings prefixing to the @code{To} and @code{Newsgroup} headers in
167 summary lines when using @code{gnus-ignored-from-addresses} can be
168 customized with @code{gnus-summary-to-prefix} and
169 @code{gnus-summary-newsgroup-prefix}.  @xref{To From Newsgroups}.
170
171 @item You can replace @acronym{MIME} parts with external bodies.
172 See @code{gnus-mime-replace-part} and @code{gnus-article-replace-part}.
173 @xref{MIME Commands}, @ref{Using MIME}.
174
175 @item
176 The option @code{mm-fill-flowed} can be used to disable treatment of
177 format=flowed messages.  Also, flowed text is disabled when sending
178 inline @acronym{PGP} signed messages.  @xref{Flowed text, ,Flowed text,
179 emacs-mime, The Emacs MIME Manual}.  (New in Gnus 5.10.7)
180 @c This entry is also present in the node "Oort Gnus".
181
182 @item Now the new command @kbd{S W}
183 (@code{gnus-article-wide-reply-with-original}) for a wide reply in the
184 article buffer yanks a text that is in the active region, if it is set,
185 as well as the @kbd{R} (@code{gnus-article-reply-with-original}) command.
186 Note that the @kbd{R} command in the article buffer no longer accepts a
187 prefix argument, which was used to make it do a wide reply.
188 @xref{Article Keymap}.
189
190 @item The new command @kbd{C-h b}
191 (@code{gnus-article-describe-bindings}) used in the article buffer now
192 shows not only the article commands but also the real summary commands
193 that are accessible from the article buffer.
194
195 @end itemize
196
197 @item Changes in Message mode
198
199 @itemize @bullet
200 @item Gnus now supports the ``hashcash'' client puzzle anti-spam mechanism.
201 Use @code{(setq message-generate-hashcash t)} to enable.
202 @xref{Hashcash}.
203
204 @item You can now drag and drop attachments to the Message buffer.
205 See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options}.
206 @xref{MIME, ,MIME, message, Message Manual}.
207
208 @item The option @code{message-yank-empty-prefix} now controls how
209 empty lines are prefixed in cited text.  @xref{Insertion Variables,
210 ,Insertion Variables, message, Message Manual}.
211
212 @item Gnus uses narrowing to hide headers in Message buffers.
213 The @code{References} header is hidden by default.  To make all
214 headers visible, use @code{(setq message-hidden-headers nil)}.
215 @xref{Message Headers, ,Message Headers, message, Message Manual}.
216
217 @item You can highlight different levels of citations like in the
218 article buffer.  See @code{gnus-message-highlight-citation}.
219
220 @item @code{auto-fill-mode} is enabled by default in Message mode.
221 See @code{message-fill-column}.  @xref{Various Message Variables, ,
222 Message Headers, message, Message Manual}.
223
224 @item You can now store signature files in a special directory
225 named @code{message-signature-directory}.
226
227 @item The option @code{message-citation-line-format} controls the format
228 of the "Whomever writes:" line.  You need to set
229 @code{message-citation-line-function} to
230 @code{message-insert-formatted-citation-line} as well.
231 @end itemize
232
233 @item Changes in back ends
234
235 @itemize @bullet
236 @item The nntp back end stores article marks in @file{~/News/marks}.
237
238 The directory can be changed using the (customizable) variable
239 @code{nntp-marks-directory}, and marks can be disabled using the
240 (back end) variable @code{nntp-marks-is-evil}.  The advantage of this
241 is that you can copy @file{~/News/marks} (using rsync, scp or
242 whatever) to another Gnus installation, and it will realize what
243 articles you have read and marked.  The data in @file{~/News/marks}
244 has priority over the same data in @file{~/.newsrc.eld}.
245
246 @item
247 You can import and export your @acronym{RSS} subscriptions from
248 @acronym{OPML} files.  @xref{RSS}.
249
250 @item @acronym{IMAP} identity (@acronym{RFC} 2971) is supported.
251
252 By default, Gnus does not send any information about itself, but you can
253 customize it using the variable @code{nnimap-id}.
254
255 @item The @code{nnrss} back end now supports multilingual text.
256 Non-@acronym{ASCII} group names for the @code{nnrss} groups are also
257 supported.  @xref{RSS}.
258
259 @item Retrieving mail with @acronym{POP3} is supported over @acronym{SSL}/@acronym{TLS} and with StartTLS.
260
261 @item The nnml back end allows other compression programs beside @file{gzip}
262 for compressed message files.  @xref{Mail Spool}.
263
264 @item The nnml back end supports group compaction.
265
266 This feature, accessible via the functions
267 @code{gnus-group-compact-group} (@kbd{G z} in the group buffer) and
268 @code{gnus-server-compact-server} (@kbd{z} in the server buffer)
269 renumbers all articles in a group, starting from 1 and removing gaps.
270 As a consequence, you get a correct total article count (until
271 messages are deleted again).
272
273 @c @item nnmairix.el
274 @c FIXME
275
276 @c @item nnir.el
277 @c FIXME
278
279 @end itemize
280
281 @item Appearance
282 @c Maybe it's not worth to separate this from "Miscellaneous"?
283
284 @itemize @bullet
285
286 @item The tool bar has been updated to use GNOME icons.
287 You can also customize the tool bars: @kbd{M-x customize-apropos RET
288 -tool-bar$} should get you started.  (Only for Emacs, not in XEmacs.)
289 @c FIXME: Document this in the manual
290
291 @item The tool bar icons are now (de)activated correctly
292 in the group buffer, see the variable @code{gnus-group-update-tool-bar}.
293 Its default value depends on your Emacs version.
294 @c FIXME: Document this in the manual
295
296 @item You can change the location of XEmacs' toolbars in Gnus buffers.
297 See @code{gnus-use-toolbar} and @code{message-use-toolbar}.
298
299 @end itemize
300
301 @item Miscellaneous changes
302
303 @itemize @bullet
304 @item Having edited the select-method for the foreign server in the
305 server buffer is immediately reflected to the subscription of the groups
306 which use the server in question.  For instance, if you change
307 @code{nntp-via-address} into @samp{bar.example.com} from
308 @samp{foo.example.com}, Gnus will connect to the news host by way of the
309 intermediate host @samp{bar.example.com} from next time.
310
311 @item The @file{all.SCORE} file can be edited from the group buffer
312 using @kbd{W e}.
313
314 @item You can set @code{gnus-mark-copied-or-moved-articles-as-expirable}
315 to a non-@code{nil} value so that articles that have been read may be
316 marked as expirable automatically when copying or moving them to a group
317 that has auto-expire turned on.  The default is @code{nil} and copying
318 and moving of articles behave as before; i.e., the expirable marks will
319 be unchanged except that the marks will be removed when copying or
320 moving articles to a group that has not turned auto-expire on.
321 @xref{Expiring Mail}.
322
323 @end itemize
324
325 @end itemize
326
327 @c gnus-news.texi ends here.
328
329 @ignore
330    arch-tag: 872c7569-4340-4d73-9d1d-7826d9f94a51
331 @end ignore