From: yamaoka Date: Tue, 6 Dec 2005 09:35:59 +0000 (+0000) Subject: Synch to No Gnus 200512060935. X-Git-Tag: t-gnus-6_17_4-quimby-~193 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0d34be9db1a498249f84bd889455e9500c6156e2;p=elisp%2Fgnus.git- Synch to No Gnus 200512060935. --- diff --git a/ChangeLog b/ChangeLog index 0b421d7..03cdf80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-06 Katsumi Yamaoka + + * GNUS-NEWS: Generated. + 2005-10-31 Lars Magne Ingebrigtsen * Testing CVS setup. Yes. Yes. Yes. Yes. diff --git a/GNUS-NEWS b/GNUS-NEWS index eff30c1..ad65b1a 100644 --- a/GNUS-NEWS +++ b/GNUS-NEWS @@ -5,7 +5,6 @@ See the end for copying conditions. Please send Gnus bug reports to bugs@gnus.org. For older news, see Gnus info node "New Features". - * Changes in No Gnus @@ -45,7 +44,8 @@ inline PGP signed messages. (message)MIME. ** The option `message-yank-empty-prefix' now controls how empty lines -are prefixed in cited text. *Note (message)Insertion Variables::. +are prefixed in cited text. *Note Insertion Variables: +(message)Insertion Variables. ** ANSI SGR control sequences can be transformed using `W A'. @@ -108,8 +108,9 @@ key ring when you click on them. `References' header is hidden by default. To make all headers visible, use `(setq message-hidden-headers nil)'. -** `gnus-decay-scores' can be a regexp matching score files. This only -adaptive score files to decay. *Note Score Decays::. +** `gnus-decay-scores' can be a regexp matching score files. For +example, set it to `\\.ADAPT\\'' and only adaptive score files will +be decayed. *Note Score Decays::. ** S/MIME now features LDAP user certificate searches. You need to configure the server in `smime-ldap-host-list'. @@ -131,6 +132,16 @@ manually or remove them using `make remove-installed-shadows'. ** Retrieving mail with POP3 is supported over SSL/TLS and with StartTLS. +** Having edited the select-method for the foreign server in the server +buffer is immediately reflected to the subscription of the groups +which use the server in question. For instance, if you change +`nntp-via-address' into `bar.example.com' from `foo.example.com', +Gnus will connect to the news host by way of the intermediate host +`bar.example.com' from next time. + +** You can change the location of XEmacs' toolbars in Gnus buffers. See +`gnus-use-toolbar' and `message-use-toolbar'. + * For older news, see Gnus info node "New Features". diff --git a/texi/ChangeLog b/texi/ChangeLog index 189a9d5..34765e4 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2005-12-06 Katsumi Yamaoka + + * gnus-news.el: Markup and description fixes and additions. + 2005-12-05 Katsumi Yamaoka * pgg.texi (User Commands): Fix description of pgg-verify-region. diff --git a/texi/gnus-news.texi b/texi/gnus-news.texi index 4faf9c6..5b669b9 100644 --- a/texi/gnus-news.texi +++ b/texi/gnus-news.texi @@ -57,8 +57,8 @@ See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options}. @xref{MIME, ,MIME, message, Message Manual}. @item The option @code{message-yank-empty-prefix} now controls how -empty lines are prefixed in cited text. -@xref{(message)Insertion Variables}. +empty lines are prefixed in cited text. @xref{Insertion Variables, +,Insertion Variables, message, Message Manual}. @item @acronym{ANSI} @acronym{SGR} control sequences can be transformed using @kbd{W A}. @@ -129,7 +129,8 @@ The @code{References} header is hidden by default. To make all headers visible, use @code{(setq message-hidden-headers nil)}. @item @code{gnus-decay-scores} can be a regexp matching score files. -This only adaptive score files to decay. @xref{Score Decays}. +For example, set it to @samp{\\.ADAPT\\'} and only adaptive score files +will be decayed. @xref{Score Decays}. @item @acronym{S/MIME} now features @acronym{LDAP} user certificate searches. You need to configure the server in @code{smime-ldap-host-list}. @@ -151,5 +152,15 @@ manually or remove them using @samp{make remove-installed-shadows}. @item Retrieving mail with @acronym{POP3} is supported over @acronym{SSL}/@acronym{TLS} and with StartTLS. +@item Having edited the select-method for the foreign server in the +server buffer is immediately reflected to the subscription of the groups +which use the server in question. For instance, if you change +@code{nntp-via-address} into @samp{bar.example.com} from +@samp{foo.example.com}, Gnus will connect to the news host by way of the +intermediate host @samp{bar.example.com} from next time. + +@item You can change the location of XEmacs' toolbars in Gnus buffers. +See @code{gnus-use-toolbar} and @code{message-use-toolbar}. + @end itemize @c gnus-news.texi ends here.