From: yamaoka Date: Sat, 1 Apr 2006 01:38:57 +0000 (+0000) Subject: Synch to No Gnus 200603311933. X-Git-Tag: t-gnus-6_17_4-quimby-~21 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0fa14f0c26efd061b64f391e0c16c6851d58a68e;p=elisp%2Fgnus.git- Synch to No Gnus 200603311933. --- diff --git a/ChangeLog b/ChangeLog index 0d1862e..c245191 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-03-31 Reiner Steib + + * GNUS-NEWS: Generated. + + * Makefile.in (CVS_IGNORE_FILES): Additions. + (release-files-signed): New target. + + * etc/images/README: Update separator.xpm. + 2006-03-30 Romain Francoise * GNUS-NEWS: Generated. diff --git a/GNUS-NEWS b/GNUS-NEWS index eb9bd97..7ead1e8 100644 --- a/GNUS-NEWS +++ b/GNUS-NEWS @@ -7,7 +7,7 @@ Please send Gnus bug reports to bugs@gnus.org. For older news, see Gnus info node "New Features". -* Installation changes in No Gnus +* Installation changes ** Upgrading from previous (stable) version if you have used No Gnus. @@ -20,24 +20,20 @@ this release will store flags for nntp. See a later entry for more information about nntp marks. Note that downgrading isn't safe in general. -** Lisp files are now installed in .../site-lisp/gnus/ by default. It -defaulted to .../site-lisp/ formerly. In addition to this, the new +** Lisp files are now installed in `.../site-lisp/gnus/' by default. It +defaulted to `.../site-lisp/' formerly. In addition to this, the new installer issues a warning if other Gnus installations which will shadow the latest one are detected. You can then remove those shadows manually or remove them using `make remove-installed-shadows'. -* Major new features in No Gnus +* New packages and libraries within Gnus -** International host names (IDNA) can now be decoded inside article bodies -using `W i' (`gnus-summary-idna-message'). This requires that GNU Libidn -(`http://www.gnu.org/software/libidn/') has been installed. - -** Gnus includes an Emacs Lisp SASL library. +** Gnus includes the Emacs Lisp SASL library. This provides a clean API to SASL mechanisms from within Emacs. The user visible aspects of this, compared to the earlier situation, include -support for DIGEST-MD5 and NTLM. +support for DIGEST-MD5 and NTLM. *Note Emacs SASL: (sasl)Top. ** ManageSieve connections uses the SASL library by default. @@ -52,13 +48,14 @@ back end, the PGP passphrase is managed by this mechanism. Passwords for ManageSieve connections are managed by this mechanism, after querying the user about whether to do so. -** The `all.SCORE' file can be edited from the group buffer using `W e'. + +* Changes in summary and article mode -** Gnus now views DNS master files sent as text/dns using dns-mode. +** International host names (IDNA) can now be decoded inside article bodies +using `W i' (`gnus-summary-idna-message'). This requires that GNU Libidn +(`http://www.gnu.org/software/libidn/') has been installed. -** Gnus now supports the "hashcash" client puzzle anti-spam mechanism. See -the Gnus manual, section Hashcash, for more information. Use `(setq -message-generate-hashcash t)' to enable. +** Gnus now displays DNS master files sent as text/dns using dns-mode. ** Gnus supports new limiting commands in the Summary buffer: `/ r' (`gnus-summary-limit-to-replied') and `/ R' @@ -70,9 +67,57 @@ message-generate-hashcash t)' to enable. ** S/MIME now features LDAP user certificate searches. You need to configure the server in `smime-ldap-host-list'. -** URLs inside OpenPGP: headers are retrieved and imported to your PGP key +** URLs inside OpenPGP headers are retrieved and imported to your PGP key ring when you click on them. +** Picons can be displayed right from the textual address, see +`gnus-picon-style'. *Note Picons::. + +** ANSI SGR control sequences can be transformed using `W A'. + +ANSI sequences are used in some Chinese hierarchies for highlighting +articles (`gnus-article-treat-ansi-sequences'). + +** Gnus now MIME decodes articles even when they lack "MIME-Version" header. +This changes the default of `gnus-article-loose-mime'. + +** `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::. + +** Strings prefixing to the `To' and `Newsgroup' headers in summary lines +when using `gnus-ignored-from-addresses' can be customized with +`gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'. *Note To +From Newsgroups::. + +** You can replace MIME parts with external bodies. See +`gnus-mime-replace-part' and `gnus-article-replace-part'. *Note MIME +Commands::, *Note Using MIME::. + +** The option `mm-fill-flowed' can be used to disable treatment of +format=flowed messages. Also, flowed text is disabled when sending +inline PGP signed messages. *Note Flowed text: (emacs-mime)Flowed text. + + + +* Changes in Message mode + +** Gnus now supports the "hashcash" client puzzle anti-spam mechanism. Use +`(setq message-generate-hashcash t)' to enable. *Note Hashcash::. + +** You can now drag and drop attachments to the Message buffer. See +`mml-dnd-protocol-alist' and `mml-dnd-attach-options'. *Note MIME: +(message)MIME. + +** The option `message-yank-empty-prefix' now controls how empty lines are +prefixed in cited text. *Note Insertion Variables: (message)Insertion +Variables. + +** Gnus uses narrowing to hide headers in Message buffers. The +`References' header is hidden by default. To make all headers visible, +use `(setq message-hidden-headers nil)'. *Note Message Headers: +(message)Message Headers. + * Changes in back ends @@ -99,50 +144,27 @@ names for the `nnrss' groups are also supported. *Note RSS::. ** Retrieving mail with POP3 is supported over SSL/TLS and with StartTLS. - -* Changes in Message - -** You can now drag and drop attachments to the Message buffer. See -`mml-dnd-protocol-alist' and `mml-dnd-attach-options'. *Note MIME: -(message)MIME. - -** The option `message-yank-empty-prefix' now controls how empty lines are -prefixed in cited text. *Note Insertion Variables: (message)Insertion -Variables. - -** Gnus uses narrowing to hide headers in Message buffers. The -`References' header is hidden by default. To make all headers visible, -use `(setq message-hidden-headers nil)'. - ** The nnml back end allows other compression programs beside `gzip' for compressed message files. *Note Mail Spool::. -* Other changes in No Gnus - -** Picons can be displayed right from the textual address, see -`gnus-picon-style'. *Note Picons::. - -** ANSI SGR control sequences can be transformed using `W A'. +* Appearance -ANSI sequences are used in some Chinese hierarchies for highlighting -articles (`gnus-article-treat-ansi-sequences'). +** The tool bar has been updated to use GNOME icons. You can also +customize the tool bar. There's no documentation in the manual yet, but +`M-x customize-apropos RET -tool-bar$' should get you started. (Only +for Emacs, not in XEmacs.) -** Gnus now MIME decodes articles even when they lack "MIME-Version" header. -This changes the default of `gnus-article-loose-mime'. +** The tool bar icons are now (de)activated correctly in the group buffer, +see the variable `gnus-group-update-tool-bar'. Its default value +depends on your Emacs version. -** `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::. +** You can change the location of XEmacs' toolbars in Gnus buffers. See +`gnus-use-toolbar' and `message-use-toolbar'. -** Strings prefixing to the `To' and `Newsgroup' headers in summary lines -when using `gnus-ignored-from-addresses' can be customized with -`gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'. *Note To -From Newsgroups::. -** You can replace MIME parts with external bodies. See -`gnus-mime-replace-part' and `gnus-article-replace-part'. *Note MIME -Commands::, *Note Using MIME::. + +* Miscellaneous changes ** Having edited the select-method for the foreign server in the server buffer is immediately reflected to the subscription of the groups which @@ -151,16 +173,8 @@ use the server in question. For instance, if you change 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'. - -** The tool bar icons are now (de)activated correctly in the group buffer, -see the variable `gnus-group-update-tool-bar'. Its default value -depends on your Emacs version. +** The `all.SCORE' file can be edited from the group buffer using `W e'. -** The option `mm-fill-flowed' can be used to disable treatment of -format=flowed messages. Also, flowed text is disabled when sending -inline PGP signed messages. * For older news, see Gnus info node "New Features". diff --git a/Makefile.in b/Makefile.in index 1acb616..3cfc86b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -41,7 +41,7 @@ EXAMINE_PACKAGEDIR = $(XEMACS) -batch -q -no-site-file -eval \ TAR_BALL_EXTRA = README # Files removed from `cvs export' output before creating the tar-ball: CVS_IGNORE_FILES = .cvsignore contrib/.cvsignore etc/.cvsignore \ - lisp/.cvsignore texi/.cvsignore + lisp/.cvsignore texi/.cvsignore texi/ps/.cvsignore .arch-inventory # Name and mail address in ChangeLog format for the release commit: COMMITTER = Lars Magne Ingebrigtsen # CODENAME for development releases (CODENAME must have a trailing space, @@ -60,7 +60,7 @@ TAG = v5-10 # Procedure: # - release-bump-version # - release-commit -# - release-files +# - release-files or release-files-signed # # # # # # # # # # # End of release variables @@ -271,7 +271,7 @@ release-check-settings: @echo You may now make... @echo release-bump-version @echo release-commit - @echo release-files + @echo release-files or release-files-signed # Needs GNU grep and a recent GNU sed: release-bump-version: release-check-settings @@ -319,7 +319,18 @@ release-commit: release-check-settings release-files: release-make-tar-ball release-diff @echo "Release files have been created:" @ls -l gnus-$(TAG).tar.gz - @ls -l gnus-`echo $(OLD_TAG)%$(TAG)|tr - .|tr -d v|tr % -`.diff.gz + @ls -l gnus-`echo $(OLD_TAG)%$(TAG)|tr - .|tr -d v|tr % -`.diff.gz + +release-files-signed: release-files + read -sp "Enter pass phrase: " phrase ; \ + for i in gnus-$(TAG).tar.gz \ + gnus-`echo $(OLD_TAG)%$(TAG)|tr - .|tr -d v|tr % -`.diff.gz; do \ + echo "$$phrase" | gpg --passphrase-fd 0 --detach-sign $$i ; \ + done; true + @ls -l gnus-$(TAG).tar.gz{.sig,} + @ls -l gnus-`echo $(OLD_TAG)%$(TAG)|tr - .|tr -d v|tr % -`.diff.gz{.sig,} + @gpg --verify gnus-$(TAG).tar.gz{.sig,} + @gpg --verify gnus-`echo $(OLD_TAG)%$(TAG)|tr - .|tr -d v|tr % -`.diff.gz{.sig,} release-cvs-export gnus-$(TAG): release-check-settings rm -fr gnus-$(TAG) diff --git a/etc/images/README b/etc/images/README index 6d9ce61..57450d7 100644 --- a/etc/images/README +++ b/etc/images/README @@ -40,11 +40,6 @@ The following icons were contributed by Adam Sj mail/save.xpm (combining stock_mail, stock_save and stock_convert) -The following icon is from AUCTeX: - - separator.xpm (sep.xpm) - - The folling icon are duplicated from Emacs 22. They are either not present in Emacs 21 or look different there. @@ -59,7 +54,7 @@ Emacs 21 or look different there. right-arrow.xpm save.xpm search.xpm - + separator.xpm The GNOME's stock_*.png files were converted to XPM using the following GIMP script: diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94e430d..a4cdeff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-03-31 Reiner Steib + + * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and + :set. + 2006-03-29 Daiki Ueno * pgg-gpg.el (pgg-gpg-start-process): Don't bind diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index 50209da..1ab2a5a 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -1556,6 +1556,13 @@ if it is a string, only list groups matching REGEXP." "Force updating the group buffer tool bar." :group 'gnus-group :version "22.1" + :initialize 'custom-initialize-default + :set (lambda (symbol value) + (set-default symbol value) + (when (gnus-alive-p) + (with-current-buffer gnus-group-buffer + ;; FIXME: Is there a better way to redraw the group buffer? + (gnus-group-get-new-news 0)))) :type 'boolean) (defun gnus-group-insert-group-line (gnus-tmp-group gnus-tmp-level diff --git a/texi/ChangeLog b/texi/ChangeLog index 5d9ed97..fa629cf 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,15 @@ +2006-03-31 Reiner Steib + + * gnus-news.texi: Restore customizable tool bar item. Markup + fixes. Minor rewording. Add "New packages and libraries", + "summary and article", "Appearance" and "Miscellaneous". Remove + "Major new features" and "Other changes". Add some @xref-s. + +2006-03-31 Romain Francoise + + * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults + to t, not nil (and has for the past eight years). + 2006-03-30 Romain Francoise * gnus-news.texi: Reorder entries in sections. Fix typos. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 0904b0d..0e018dd 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -17168,15 +17168,15 @@ gnus は、すべてのグループの種類を混合して、大きなグループに合併させるこ ループを構成するグループになることはできません。 @vindex nnvirtual-always-rescan -@code{nnvirtual-always-rescan} が @code{nil} でなければ、 -@code{nnvirtual} は仮想グループに入ったときに、常に未読記事を走査します。 -この変数が @code{nil} (これがディフォルト) になっていて、仮想グループを -作った後に構成要素のグループで記事を読んだ場合は、その構成要素のグループ -で読まれた記事は、仮想グループで現れてしまうでしょう。共通な構成要素のグ -ループを持つ二つの仮想グループがある場合にも、この影響があります。そうい -う場合には、この変数を @code{t} にするべきです。さもなければ、仮想グルー -プに入る度に、毎回その仮想グループの上で @code{M-g} を叩いても良いでしょ -う---これにはほぼ同様の効果があります。 +@code{nnvirtual-always-rescan} 変数が @code{nil} でなけれ +ば (それ、つまり非-@code{nil} がディフォルト)、@code{nnvirtual} は仮想グ +ループに入ったときに常に未読記事を走査します。この変数が @code{nil} になっ +ていて、仮想グループを作った後に構成要素のグループで記事を読んだ場合は、 +その構成要素のグループで読まれた記事は、仮想グループに現れてしまうでしょ +う。共通な構成要素のグループを持つ二つの仮想グループがある場合にも、この +影響があります。そういう場合には、この変数を @code{t} にするべきです。さ +もなければ、仮想グループに入る度に、毎回その仮想グループの上 +で @code{M-g} を叩いても良いでしょう---これにはほぼ同様の効果があります。 @code{nnvirtual} はメールとニュースの両方のグループを構成要素のグループ にすることができます。@code{nnvirtual} グループの記事に返答するときは、 diff --git a/texi/gnus-news.texi b/texi/gnus-news.texi index ffe8fac..45c2320 100644 --- a/texi/gnus-news.texi +++ b/texi/gnus-news.texi @@ -18,7 +18,7 @@ @itemize @bullet -@item Installation changes in No Gnus +@item Installation changes @itemize @bullet @item Upgrading from previous (stable) version if you have used No Gnus. @@ -32,27 +32,24 @@ file, where this release will store flags for nntp. See a later entry for more information about nntp marks. Note that downgrading isn't safe in general. -@item Lisp files are now installed in .../site-lisp/gnus/ by default. -It defaulted to .../site-lisp/ formerly. In addition to this, the new -installer issues a warning if other Gnus installations which will -shadow the latest one are detected. You can then remove those shadows -manually or remove them using @samp{make remove-installed-shadows}. +@item Lisp files are now installed in @file{.../site-lisp/gnus/} by default. +It defaulted to @file{.../site-lisp/} formerly. In addition to this, +the new installer issues a warning if other Gnus installations which +will shadow the latest one are detected. You can then remove those +shadows manually or remove them using @code{make +remove-installed-shadows}. @end itemize -@item Major new features in No Gnus +@item New packages and libraries within Gnus @itemize @bullet -@item International host names (@acronym{IDNA}) can now be decoded -inside article bodies using @kbd{W i} -(@code{gnus-summary-idna-message}). This requires that GNU Libidn -(@url{http://www.gnu.org/software/libidn/}) has been installed. -@item Gnus includes an Emacs Lisp @acronym{SASL} library. +@item Gnus includes the Emacs Lisp @acronym{SASL} library. This provides a clean @acronym{API} to @acronym{SASL} mechanisms from within Emacs. The user visible aspects of this, compared to the earlier situation, include support for @acronym{DIGEST}-@acronym{MD5} and -@acronym{NTLM}. +@acronym{NTLM}. @xref{Top, ,Emacs SASL, sasl, Emacs SASL}. @item ManageSieve connections uses the @acronym{SASL} library by default. @@ -67,15 +64,19 @@ timeout of 16 seconds (see @code{password-cache-expiry}). If passphrase is managed by this mechanism. Passwords for ManageSieve connections are managed by this mechanism, after querying the user about whether to do so. +@end itemize -@item The @file{all.SCORE} file can be edited from the group buffer -using @kbd{W e}. +@item Changes in summary and article mode -@item Gnus now views DNS master files sent as text/dns using dns-mode. +@itemize @bullet +@item International host names (@acronym{IDNA}) can now be decoded +inside article bodies using @kbd{W i} +(@code{gnus-summary-idna-message}). This requires that GNU Libidn +(@url{http://www.gnu.org/software/libidn/}) has been installed. +@c FIXME: Also mention @code{message-use-idna}? -@item Gnus now supports the ``hashcash'' client puzzle anti-spam mechanism. -See the Gnus manual, section Hashcash, for more information. Use -@code{(setq message-generate-hashcash t)} to enable. +@item Gnus now displays @acronym{DNS} master files sent as text/dns +using dns-mode. @item Gnus supports new limiting commands in the Summary buffer: @kbd{/ r} (@code{gnus-summary-limit-to-replied}) and @kbd{/ R} @@ -88,8 +89,62 @@ Sorting}. @item @acronym{S/MIME} now features @acronym{LDAP} user certificate searches. You need to configure the server in @code{smime-ldap-host-list}. -@item URLs inside OpenPGP: headers are retrieved and imported to your -PGP key ring when you click on them. +@item URLs inside Open@acronym{PGP} headers are retrieved and imported +to your PGP key ring when you click on them. + +@item +Picons can be displayed right from the textual address, see +@code{gnus-picon-style}. @xref{Picons}. + +@item @acronym{ANSI} @acronym{SGR} control sequences can be transformed +using @kbd{W A}. + +@acronym{ANSI} sequences are used in some Chinese hierarchies for +highlighting articles (@code{gnus-article-treat-ansi-sequences}). + +@item Gnus now MIME decodes articles even when they lack "MIME-Version" header. +This changes the default of @code{gnus-article-loose-mime}. + +@item @code{gnus-decay-scores} can be a regexp matching score files. +For example, set it to @samp{\\.ADAPT\\'} and only adaptive score files +will be decayed. @xref{Score Decays}. + +@item Strings prefixing to the @code{To} and @code{Newsgroup} headers in +summary lines when using @code{gnus-ignored-from-addresses} can be +customized with @code{gnus-summary-to-prefix} and +@code{gnus-summary-newsgroup-prefix}. @xref{To From Newsgroups}. + +@item You can replace @acronym{MIME} parts with external bodies. +See @code{gnus-mime-replace-part} and @code{gnus-article-replace-part}. +@xref{MIME Commands}, @ref{Using MIME}. + +@item +The option @code{mm-fill-flowed} can be used to disable treatment of +format=flowed messages. Also, flowed text is disabled when sending +inline @acronym{PGP} signed messages. +@xref{Flowed text, ,Flowed text, emacs-mime, The Emacs MIME Manual}. + +@end itemize + +@item Changes in Message mode + +@itemize @bullet +@item Gnus now supports the ``hashcash'' client puzzle anti-spam mechanism. +Use @code{(setq message-generate-hashcash t)} to enable. +@xref{Hashcash}. + +@item You can now drag and drop attachments to the Message buffer. +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{Insertion Variables, +,Insertion Variables, message, Message Manual}. + +@item Gnus uses narrowing to hide headers in Message buffers. +The @code{References} header is hidden by default. To make all +headers visible, use @code{(setq message-hidden-headers nil)}. +@xref{Message Headers, ,Message Headers, message, Message Manual}. @end itemize @item Changes in back ends @@ -119,56 +174,35 @@ Non-@acronym{ASCII} group names for the @code{nnrss} groups are also supported. @xref{RSS}. @item Retrieving mail with @acronym{POP3} is supported over @acronym{SSL}/@acronym{TLS} and with StartTLS. -@end itemize - -@item Changes in Message - -@itemize @bullet -@item You can now drag and drop attachments to the Message buffer. -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{Insertion Variables, -,Insertion Variables, message, Message Manual}. - -@item Gnus uses narrowing to hide headers in Message buffers. -The @code{References} header is hidden by default. To make all -headers visible, use @code{(setq message-hidden-headers nil)}. @item The nnml back end allows other compression programs beside @file{gzip} for compressed message files. @xref{Mail Spool}. @end itemize -@item Other changes in No Gnus +@item Appearance +@c Maybe it's not worth to separate this from "Miscellaneous"? @itemize @bullet -@item -Picons can be displayed right from the textual address, see -@code{gnus-picon-style}. @xref{Picons}. - -@item @acronym{ANSI} @acronym{SGR} control sequences can be transformed -using @kbd{W A}. -@acronym{ANSI} sequences are used in some Chinese hierarchies for -highlighting articles (@code{gnus-article-treat-ansi-sequences}). +@item The tool bar has been updated to use GNOME icons. +You can also customize the tool bar. There's no documentation in the +manual yet, but @kbd{M-x customize-apropos RET -tool-bar$} should get +you started. (Only for Emacs, not in XEmacs.) +@c FIXME: Document this in the manual -@item Gnus now MIME decodes articles even when they lack "MIME-Version" header. -This changes the default of @code{gnus-article-loose-mime}. +@item The tool bar icons are now (de)activated correctly +in the group buffer, see the variable @code{gnus-group-update-tool-bar}. +Its default value depends on your Emacs version. +@c FIXME: Document this in the manual -@item @code{gnus-decay-scores} can be a regexp matching score files. -For example, set it to @samp{\\.ADAPT\\'} and only adaptive score files -will be decayed. @xref{Score Decays}. +@item You can change the location of XEmacs' toolbars in Gnus buffers. +See @code{gnus-use-toolbar} and @code{message-use-toolbar}. -@item Strings prefixing to the @code{To} and @code{Newsgroup} headers in -summary lines when using @code{gnus-ignored-from-addresses} can be -customized with @code{gnus-summary-to-prefix} and -@code{gnus-summary-newsgroup-prefix}. @xref{To From Newsgroups}. +@end itemize -@item You can replace @acronym{MIME} parts with external bodies. -See @code{gnus-mime-replace-part} and @code{gnus-article-replace-part}. -@xref{MIME Commands}, @ref{Using MIME}. +@item Miscellaneous changes +@itemize @bullet @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 @@ -176,19 +210,9 @@ which use the server in question. For instance, if you change @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}. - -@c FIXME: Document this in the manual -@item The tool bar icons are now (de)activated correctly -in the group buffer, see the variable @code{gnus-group-update-tool-bar}. -Its default value depends on your Emacs version. -@c FIXME: Document this in the manual +@item The @file{all.SCORE} file can be edited from the group buffer +using @kbd{W e}. -@item -The option @code{mm-fill-flowed} can be used to disable treatment of -format=flowed messages. Also, flowed text is disabled when sending -inline @acronym{PGP} signed messages. @end itemize @end itemize diff --git a/texi/gnus.texi b/texi/gnus.texi index 99aaafa..14821c5 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -17793,16 +17793,16 @@ group have to be alive (i.e., subscribed or unsubscribed). Killed or zombie groups can't be component groups for @code{nnvirtual} groups. @vindex nnvirtual-always-rescan -If the @code{nnvirtual-always-rescan} is non-@code{nil}, -@code{nnvirtual} will always scan groups for unread articles when -entering a virtual group. If this variable is @code{nil} (which is the -default) and you read articles in a component group after the virtual -group has been activated, the read articles from the component group -will show up when you enter the virtual group. You'll also see this -effect if you have two virtual groups that have a component group in -common. If that's the case, you should set this variable to @code{t}. -Or you can just tap @code{M-g} on the virtual group every time before -you enter it---it'll have much the same effect. +If the @code{nnvirtual-always-rescan} variable is non-@code{nil} (which +is the default), @code{nnvirtual} will always scan groups for unread +articles when entering a virtual group. If this variable is @code{nil} +and you read articles in a component group after the virtual group has +been activated, the read articles from the component group will show up +when you enter the virtual group. You'll also see this effect if you +have two virtual groups that have a component group in common. If +that's the case, you should set this variable to @code{t}. Or you can +just tap @code{M-g} on the virtual group every time before you enter +it---it'll have much the same effect. @code{nnvirtual} can have both mail and news groups as component groups. When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}