* gnus-news.texi: Mention non-@acronym{ASCII} group names; move new
[gnus] / texi / gnus-news.texi
1 @c -*-texinfo-*-
2
3 @c Copyright (C) 2004, 2005, 2006 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 Lisp files are now installed in @file{.../site-lisp/gnus/} by default.
36 It defaulted to @file{.../site-lisp/} formerly.  In addition to this,
37 the new installer issues a warning if other Gnus installations which
38 will shadow the latest one are detected.  You can then remove those
39 shadows manually or remove them using @code{make
40 remove-installed-shadows}.
41
42 @item
43 New @file{make.bat} for compiling and installing Gnus under MS Windows.
44
45 Use @file{make.bat} if you want to install Gnus under MS Windows, the
46 first argument to the batch-program should be the directory where
47 @file{xemacs.exe} respectively @file{emacs.exe} is located, if you want
48 to install Gnus after compiling it, give @file{make.bat} @code{/copy} as
49 the second parameter.
50
51 @file{make.bat} has been rewritten from scratch, it now features
52 automatic recognition of XEmacs and GNU Emacs, generates
53 @file{gnus-load.el}, checks if errors occur while compilation and
54 generation of info files and reports them at the end of the build
55 process.  It now uses @code{makeinfo} if it is available and falls
56 back to @file{infohack.el} otherwise.  @file{make.bat} should now
57 install all files which are necessary to run Gnus and be generally a
58 complete replacement for the @code{configure; make; make install}
59 cycle used under Unix systems.
60
61 The new @file{make.bat} makes @file{make-x.bat} and @file{xemacs.mak}
62 superfluous, so they have been removed.
63
64 @item @file{~/News/overview/} not used.
65
66 As a result of the following change, the @file{~/News/overview/}
67 directory is not used any more.  You can safely delete the entire
68 hierarchy.
69
70 @c FIXME: `gnus-load' is mentioned in README, which is not included in
71 @c CVS.  We should find a better place for this item.
72 @item
73 @code{(require 'gnus-load)}
74
75 If you use a stand-alone Gnus distribution, you'd better add
76 @code{(require 'gnus-load)} into your @file{~/.emacs} after adding the Gnus
77 lisp directory into load-path.
78
79 File @file{gnus-load.el} contains autoload commands, functions and variables,
80 some of which may not be included in distributions of Emacsen.
81 @end itemize
82
83 @item New packages and libraries within Gnus
84
85 @itemize @bullet
86
87 @item Gnus includes the Emacs Lisp @acronym{SASL} library.
88
89 This provides a clean @acronym{API} to @acronym{SASL} mechanisms from
90 within Emacs.  The user visible aspects of this, compared to the earlier
91 situation, include support for @acronym{DIGEST}-@acronym{MD5} and
92 @acronym{NTLM}.   @xref{Top, ,Emacs SASL, sasl, Emacs SASL}.
93
94 @item ManageSieve connections uses the @acronym{SASL} library by default.
95
96 The primary change this brings is support for @acronym{DIGEST-MD5} and
97 @acronym{NTLM}, when the server supports it.
98
99 @item Gnus includes a password cache mechanism in password.el.
100
101 It is enabled by default (see @code{password-cache}), with a short
102 timeout of 16 seconds (see @code{password-cache-expiry}).  If
103 @acronym{PGG} is used as the @acronym{PGP} back end, the @acronym{PGP}
104 passphrase is managed by this mechanism.  Passwords for ManageSieve
105 connections are managed by this mechanism, after querying the user
106 about whether to do so.
107 @end itemize
108
109 @item Changes in summary and article mode
110
111 @itemize @bullet
112
113 @item Gnus now supports sticky article buffers.  Those are article buffers
114 that are not reused when you select another article.  @xref{Sticky
115 Articles}.
116
117 @item International host names (@acronym{IDNA}) can now be decoded
118 inside article bodies using @kbd{W i}
119 (@code{gnus-summary-idna-message}).  This requires that GNU Libidn
120 (@url{http://www.gnu.org/software/libidn/}) has been installed.
121 @c FIXME: Also mention @code{message-use-idna}?
122
123 @item The non-@acronym{ASCII} group names handling has been much
124 improved.  The back ends that fully support non-@acronym{ASCII} group
125 names are now @code{nntp}, @code{nnml}, and @code{nnrss}.  Also the
126 agent, the cache, and the marks features work with those back-ends.
127 @xref{Non-ASCII Group Names}.
128
129 @item Gnus now displays @acronym{DNS} master files sent as text/dns
130 using dns-mode.
131
132 @item Gnus supports new limiting commands in the Summary buffer:
133 @kbd{/ r} (@code{gnus-summary-limit-to-replied}) and @kbd{/ R}
134 (@code{gnus-summary-limit-to-recipient}).  @xref{Limiting}.
135
136 @item You can now fetch all ticked articles from the server using
137 @kbd{Y t} (@code{gnus-summary-insert-ticked-articles}).  @xref{Summary
138 Generation Commands}.
139
140 @item Gnus supports a new sort command in the Summary buffer:
141 @kbd{C-c C-s C-t} (@code{gnus-summary-sort-by-recipient}).  @xref{Summary
142 Sorting}.
143
144 @item @acronym{S/MIME} now features @acronym{LDAP} user certificate searches.
145 You need to configure the server in @code{smime-ldap-host-list}.
146
147 @item URLs inside Open@acronym{PGP} headers are retrieved and imported
148 to your PGP key ring when you click on them.
149
150 @item
151 Picons can be displayed right from the textual address, see
152 @code{gnus-picon-style}.  @xref{Picons}.
153
154 @item @acronym{ANSI} @acronym{SGR} control sequences can be transformed
155 using @kbd{W A}.
156
157 @acronym{ANSI} sequences are used in some Chinese hierarchies for
158 highlighting articles (@code{gnus-article-treat-ansi-sequences}).
159
160 @item Gnus now MIME decodes articles even when they lack "MIME-Version" header.
161 This changes the default of @code{gnus-article-loose-mime}.
162
163 @item @code{gnus-decay-scores} can be a regexp matching score files.
164 For example, set it to @samp{\\.ADAPT\\'} and only adaptive score files
165 will be decayed.  @xref{Score Decays}.
166
167 @item Strings prefixing to the @code{To} and @code{Newsgroup} headers in
168 summary lines when using @code{gnus-ignored-from-addresses} can be
169 customized with @code{gnus-summary-to-prefix} and
170 @code{gnus-summary-newsgroup-prefix}.  @xref{To From Newsgroups}.
171
172 @item You can replace @acronym{MIME} parts with external bodies.
173 See @code{gnus-mime-replace-part} and @code{gnus-article-replace-part}.
174 @xref{MIME Commands}, @ref{Using MIME}.
175
176 @item
177 The option @code{mm-fill-flowed} can be used to disable treatment of
178 format=flowed messages.  Also, flowed text is disabled when sending
179 inline @acronym{PGP} signed messages.  @xref{Flowed text, ,Flowed text,
180 emacs-mime, The Emacs MIME Manual}.  (New in Gnus 5.10.7)
181 @c This entry is also present in the node "Oort Gnus".
182
183 @end itemize
184
185 @item Changes in Message mode
186
187 @itemize @bullet
188 @item Gnus now supports the ``hashcash'' client puzzle anti-spam mechanism.
189 Use @code{(setq message-generate-hashcash t)} to enable.
190 @xref{Hashcash}.
191
192 @item You can now drag and drop attachments to the Message buffer.
193 See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options}.
194 @xref{MIME, ,MIME, message, Message Manual}.
195
196 @item The option @code{message-yank-empty-prefix} now controls how
197 empty lines are prefixed in cited text.  @xref{Insertion Variables,
198 ,Insertion Variables, message, Message Manual}.
199
200 @item Gnus uses narrowing to hide headers in Message buffers.
201 The @code{References} header is hidden by default.  To make all
202 headers visible, use @code{(setq message-hidden-headers nil)}.
203 @xref{Message Headers, ,Message Headers, message, Message Manual}.
204
205 @item You can highlight different levels of citations like in the
206 article buffer.  See @code{gnus-message-highlight-citation}.
207
208 @item @code{auto-fill-mode} is enabled by default in Message mode.
209 See @code{message-fill-column}.  @xref{Various Message Variables, ,
210 Message Headers, message, Message Manual}.
211
212 @item You can now store signature files in a special directory
213 named @code{message-signature-directory}.
214
215 @item The option @code{message-citation-line-format} controls the format
216 of the "Whomever writes:" line.  You need to set
217 @code{message-citation-line-function} to
218 @code{message-insert-formated-citation-line} as well.
219
220 @item
221 Gnus no longer generate the Sender: header automatically.
222
223 Earlier it was generated when the user configurable email address was
224 different from the Gnus guessed default user address.  As the guessing
225 algorithm is rarely correct these days, and (more controversially) the
226 only use of the Sender: header was to check if you are entitled to
227 cancel/supersede news (which is now solved by Cancel Locks instead,
228 see another entry), generation of the header has been disabled by
229 default.  See the variables @code{message-required-headers},
230 @code{message-required-news-headers}, and
231 @code{message-required-mail-headers}.
232 @end itemize
233
234 @item Changes in back ends
235
236 @itemize @bullet
237 @item The nntp back end stores article marks in @file{~/News/marks}.
238
239 The directory can be changed using the (customizable) variable
240 @code{nntp-marks-directory}, and marks can be disabled using the
241 (back end) variable @code{nntp-marks-is-evil}.  The advantage of this
242 is that you can copy @file{~/News/marks} (using rsync, scp or
243 whatever) to another Gnus installation, and it will realize what
244 articles you have read and marked.  The data in @file{~/News/marks}
245 has priority over the same data in @file{~/.newsrc.eld}.
246
247 @item
248 You can import and export your @acronym{RSS} subscriptions from
249 @acronym{OPML} files.  @xref{RSS}.
250
251 @item @acronym{IMAP} identity (@acronym{RFC} 2971) is supported.
252
253 By default, Gnus does not send any information about itself, but you can
254 customize it using the variable @code{nnimap-id}.
255
256 @item The @code{nnrss} back end now supports multilingual text.
257 Non-@acronym{ASCII} group names for the @code{nnrss} groups are also
258 supported.  @xref{RSS}.
259
260 @item Retrieving mail with @acronym{POP3} is supported over @acronym{SSL}/@acronym{TLS} and with StartTLS.
261
262 @item The nnml back end allows other compression programs beside @file{gzip}
263 for compressed message files.  @xref{Mail Spool}.
264
265 @item The nnml back end supports group compaction.
266
267 This feature, accessible via the functions
268 @code{gnus-group-compact-group} (@kbd{G z} in the group buffer) and
269 @code{gnus-server-compact-server} (@kbd{z} in the server buffer)
270 renumbers all articles in a group, starting from 1 and removing gaps.
271 As a consequence, you get a correct total article count (until
272 messages are deleted again).
273 @end itemize
274
275 @item Appearance
276 @c Maybe it's not worth to separate this from "Miscellaneous"?
277
278 @itemize @bullet
279
280 @item The tool bar has been updated to use GNOME icons.
281 You can also customize the tool bar.  There's no documentation in the
282 manual yet, but @kbd{M-x customize-apropos RET -tool-bar$} should get
283 you started.  (Only for Emacs, not in XEmacs.)
284 @c FIXME: Document this in the manual
285
286 @item The tool bar icons are now (de)activated correctly
287 in the group buffer, see the variable @code{gnus-group-update-tool-bar}.
288 Its default value depends on your Emacs version.
289 @c FIXME: Document this in the manual
290
291 @item You can change the location of XEmacs' toolbars in Gnus buffers.
292 See @code{gnus-use-toolbar} and @code{message-use-toolbar}.
293
294 @end itemize
295
296 @item Miscellaneous changes
297
298 @itemize @bullet
299 @item Having edited the select-method for the foreign server in the
300 server buffer is immediately reflected to the subscription of the groups
301 which use the server in question.  For instance, if you change
302 @code{nntp-via-address} into @samp{bar.example.com} from
303 @samp{foo.example.com}, Gnus will connect to the news host by way of the
304 intermediate host @samp{bar.example.com} from next time.
305
306 @item The @file{all.SCORE} file can be edited from the group buffer
307 using @kbd{W e}.
308
309 @end itemize
310
311 @end itemize
312
313 @c gnus-news.texi ends here.
314
315 @ignore
316    arch-tag: 872c7569-4340-4d73-9d1d-7826d9f94a51
317 @end ignore