Remove page breaks after all.
[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 in No Gnus
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 .../site-lisp/gnus/ by default.
36 It defaulted to .../site-lisp/ formerly.  In addition to this, the new
37 installer issues a warning if other Gnus installations which will
38 shadow the latest one are detected.  You can then remove those shadows
39 manually or remove them using @samp{make remove-installed-shadows}.
40 @end itemize
41
42 @item Major new features in No Gnus
43
44 @itemize @bullet
45 @item International host names (@acronym{IDNA}) can now be decoded
46 inside article bodies using @kbd{W i}
47 (@code{gnus-summary-idna-message}).  This requires that GNU Libidn
48 (@url{http://www.gnu.org/software/libidn/}) has been installed.
49
50 @item Gnus includes an Emacs Lisp @acronym{SASL} library.
51
52 This provides a clean @acronym{API} to @acronym{SASL} mechanisms from
53 within Emacs.  The user visible aspects of this, compared to the earlier
54 situation, include support for @acronym{DIGEST}-@acronym{MD5} and
55 @acronym{NTLM}.
56
57 @item ManageSieve connections uses the @acronym{SASL} library by default.
58
59 The primary change this brings is support for @acronym{DIGEST-MD5} and
60 @acronym{NTLM}, when the server supports it.
61
62 @item Gnus includes a password cache mechanism in password.el.
63
64 It is enabled by default (see @code{password-cache}), with a short
65 timeout of 16 seconds (see @code{password-cache-expiry}).  If
66 @acronym{PGG} is used as the @acronym{PGP} back end, the @acronym{PGP}
67 passphrase is managed by this mechanism.  Passwords for ManageSieve
68 connections are managed by this mechanism, after querying the user
69 about whether to do so.
70
71 @item The @file{all.SCORE} file can be edited from the group buffer
72 using @kbd{W e}.
73
74 @item Gnus now views DNS master files sent as text/dns using dns-mode.
75
76 @item Gnus now supports the ``hashcash'' client puzzle anti-spam mechanism.
77 See the Gnus manual, section Hashcash, for more information.  Use
78 @code{(setq message-generate-hashcash t)} to enable.
79
80 @item Gnus supports new limiting commands in the Summary buffer:
81 @kbd{/ r} (@code{gnus-summary-limit-to-replied}) and @kbd{/ R}
82 (@code{gnus-summary-limit-to-recipient}).  @xref{Limiting}.
83
84 @item Gnus supports a new sort command in the Summary buffer:
85 @kbd{C-c C-s C-t} (@code{gnus-summary-sort-by-recipient}).  @xref{Summary
86 Sorting}.
87
88 @item @acronym{S/MIME} now features @acronym{LDAP} user certificate searches.
89 You need to configure the server in @code{smime-ldap-host-list}.
90
91 @item URLs inside OpenPGP: headers are retrieved and imported to your
92 PGP key ring when you click on them.
93 @end itemize
94
95 @item Changes in back ends
96
97 @itemize @bullet
98 @item The nntp back end stores article marks in @file{~/News/marks}.
99
100 The directory can be changed using the (customizable) variable
101 @code{nntp-marks-directory}, and marks can be disabled using the
102 (back end) variable @code{nntp-marks-is-evil}.  The advantage of this
103 is that you can copy @file{~/News/marks} (using rsync, scp or
104 whatever) to another Gnus installation, and it will realize what
105 articles you have read and marked.  The data in @file{~/News/marks}
106 has priority over the same data in @file{~/.newsrc.eld}.
107
108 @item
109 You can import and export your @acronym{RSS} subscriptions from
110 @acronym{OPML} files.  @xref{RSS}.
111
112 @item @acronym{IMAP} identity (@acronym{RFC} 2971) is supported.
113
114 By default, Gnus does not send any information about itself, but you can
115 customize it using the variable @code{nnimap-id}.
116
117 @item The @code{nnrss} back end now supports multilingual text.
118 Non-@acronym{ASCII} group names for the @code{nnrss} groups are also
119 supported.  @xref{RSS}.
120
121 @item Retrieving mail with @acronym{POP3} is supported over @acronym{SSL}/@acronym{TLS} and with StartTLS.
122 @end itemize
123
124 @item Changes in Message
125
126 @itemize @bullet
127 @item You can now drag and drop attachments to the Message buffer.
128 See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options}.
129 @xref{MIME, ,MIME, message, Message Manual}.
130
131 @item The option @code{message-yank-empty-prefix} now controls how
132 empty lines are prefixed in cited text.  @xref{Insertion Variables,
133 ,Insertion Variables, message, Message Manual}.
134
135 @item Gnus uses narrowing to hide headers in Message buffers.
136 The @code{References} header is hidden by default.  To make all
137 headers visible, use @code{(setq message-hidden-headers nil)}.
138
139 @item The nnml back end allows other compression programs beside @file{gzip}
140 for compressed message files.  @xref{Mail Spool}.
141 @end itemize
142
143 @item Other changes in No Gnus
144
145 @itemize @bullet
146 @item
147 Picons can be displayed right from the textual address, see
148 @code{gnus-picon-style}.  @xref{Picons}.
149
150 @item @acronym{ANSI} @acronym{SGR} control sequences can be transformed
151 using @kbd{W A}.
152
153 @acronym{ANSI} sequences are used in some Chinese hierarchies for
154 highlighting articles (@code{gnus-article-treat-ansi-sequences}).
155
156 @item Gnus now MIME decodes articles even when they lack "MIME-Version" header.
157 This changes the default of @code{gnus-article-loose-mime}.
158
159 @item @code{gnus-decay-scores} can be a regexp matching score files.
160 For example, set it to @samp{\\.ADAPT\\'} and only adaptive score files
161 will be decayed.  @xref{Score Decays}.
162
163 @item Strings prefixing to the @code{To} and @code{Newsgroup} headers in
164 summary lines when using @code{gnus-ignored-from-addresses} can be
165 customized with @code{gnus-summary-to-prefix} and
166 @code{gnus-summary-newsgroup-prefix}.  @xref{To From Newsgroups}.
167
168 @item You can replace @acronym{MIME} parts with external bodies.
169 See @code{gnus-mime-replace-part} and @code{gnus-article-replace-part}.
170 @xref{MIME Commands}, @ref{Using MIME}.
171
172 @item Having edited the select-method for the foreign server in the
173 server buffer is immediately reflected to the subscription of the groups
174 which use the server in question.  For instance, if you change
175 @code{nntp-via-address} into @samp{bar.example.com} from
176 @samp{foo.example.com}, Gnus will connect to the news host by way of the
177 intermediate host @samp{bar.example.com} from next time.
178
179 @item You can change the location of XEmacs' toolbars in Gnus buffers.
180 See @code{gnus-use-toolbar} and @code{message-use-toolbar}.
181
182 @c FIXME: Document this in the manual
183 @item The tool bar icons are now (de)activated correctly
184 in the group buffer, see the variable @code{gnus-group-update-tool-bar}.
185 Its default value depends on your Emacs version.
186 @c FIXME: Document this in the manual
187
188 @item
189 The option @code{mm-fill-flowed} can be used to disable treatment of
190 format=flowed messages.  Also, flowed text is disabled when sending
191 inline @acronym{PGP} signed messages.
192 @end itemize
193
194 @end itemize
195
196 @c gnus-news.texi ends here.
197
198 @ignore
199    arch-tag: 872c7569-4340-4d73-9d1d-7826d9f94a51
200 @end ignore