Synch to No Gnus 200603311933.
authoryamaoka <yamaoka>
Sat, 1 Apr 2006 01:38:57 +0000 (01:38 +0000)
committeryamaoka <yamaoka>
Sat, 1 Apr 2006 01:38:57 +0000 (01:38 +0000)
ChangeLog
GNUS-NEWS
Makefile.in
etc/images/README
lisp/ChangeLog
lisp/gnus-group.el
texi/ChangeLog
texi/gnus-ja.texi
texi/gnus-news.texi
texi/gnus.texi

index 0d1862e..c245191 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * 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  <romain@orebokech.com>
 
        * GNUS-NEWS: Generated.
index eb9bd97..7ead1e8 100644 (file)
--- 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".
 
 \f
-* 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'.
 
 \f
-* 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'.
+\f
+* 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.
+
+
+\f
+* 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.
+
 \f
 * 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.
 
-\f
-* 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::.
 
 \f
-* 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::.
+\f
+* 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.
 
 \f
 * For older news, see Gnus info node "New Features".
index 1acb616..3cfc86b 100644 (file)
@@ -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  <lars@ingebrigtsen.no>
 # 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)
index 6d9ce61..57450d7 100644 (file)
@@ -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:
index 94e430d..a4cdeff 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
+       :set.
+
 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
 
        * pgg-gpg.el (pgg-gpg-start-process): Don't bind
index 50209da..1ab2a5a 100644 (file)
@@ -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
index 5d9ed97..fa629cf 100644 (file)
@@ -1,3 +1,15 @@
+2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * 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  <romain@orebokech.com>
+
+       * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
+       to t, not nil (and has for the past eight years).
+
 2006-03-30  Romain Francoise  <romain@orebokech.com>
 
        * gnus-news.texi: Reorder entries in sections.  Fix typos.
index 0904b0d..0e018dd 100644 (file)
@@ -17168,15 +17168,15 @@ gnus \e$B$O!"$9$Y$F$N%0%k!<%W$N<oN`$r:.9g$7$F!"Bg$-$J%0%k!<%W$K9gJ;$5$;$k$3\e(B
 \e$B%k!<%W$r9=@.$9$k%0%k!<%W$K$J$k$3$H$O$G$-$^$;$s!#\e(B
 
 @vindex nnvirtual-always-rescan
-@code{nnvirtual-always-rescan} \e$B$,\e(B @code{nil} \e$B$G$J$1$l$P!"\e(B
-@code{nnvirtual} \e$B$O2>A[%0%k!<%W$KF~$C$?$H$-$K!">o$KL$FI5-;v$rAv::$7$^$9!#\e(B
-\e$B$3$NJQ?t$,\e(B @code{nil} (\e$B$3$l$,%G%#%U%)%k%H\e(B) \e$B$K$J$C$F$$$F!"2>A[%0%k!<%W$r\e(B
-\e$B:n$C$?8e$K9=@.MWAG$N%0%k!<%W$G5-;v$rFI$s$@>l9g$O!"$=$N9=@.MWAG$N%0%k!<%W\e(B
-\e$B$GFI$^$l$?5-;v$O!"2>A[%0%k!<%W$G8=$l$F$7$^$&$G$7$g$&!#6&DL$J9=@.MWAG$N%0\e(B
-\e$B%k!<%W$r;}$DFs$D$N2>A[%0%k!<%W$,$"$k>l9g$K$b!"$3$N1F6A$,$"$j$^$9!#$=$&$$\e(B
-\e$B$&>l9g$K$O!"$3$NJQ?t$r\e(B @code{t} \e$B$K$9$k$Y$-$G$9!#$5$b$J$1$l$P!"2>A[%0%k!<\e(B
-\e$B%W$KF~$kEY$K!"Kh2s$=$N2>A[%0%k!<%W$N>e$G\e(B @code{M-g} \e$B$rC!$$$F$bNI$$$G$7$g\e(B
-\e$B$&\e(B---\e$B$3$l$K$O$[$\F1MM$N8z2L$,$"$j$^$9!#\e(B
+@code{nnvirtual-always-rescan} \e$BJQ?t$,\e(B @code{nil} \e$B$G$J$1$l\e(B
+\e$B$P\e(B (\e$B$=$l!"$D$^$jHs\e(B-@code{nil} \e$B$,%G%#%U%)%k%H\e(B)\e$B!"\e(B@code{nnvirtual} \e$B$O2>A[%0\e(B
+\e$B%k!<%W$KF~$C$?$H$-$K>o$KL$FI5-;v$rAv::$7$^$9!#$3$NJQ?t$,\e(B @code{nil} \e$B$K$J$C\e(B
+\e$B$F$$$F!"2>A[%0%k!<%W$r:n$C$?8e$K9=@.MWAG$N%0%k!<%W$G5-;v$rFI$s$@>l9g$O!"\e(B
+\e$B$=$N9=@.MWAG$N%0%k!<%W$GFI$^$l$?5-;v$O!"2>A[%0%k!<%W$K8=$l$F$7$^$&$G$7$g\e(B
+\e$B$&!#6&DL$J9=@.MWAG$N%0%k!<%W$r;}$DFs$D$N2>A[%0%k!<%W$,$"$k>l9g$K$b!"$3$N\e(B
+\e$B1F6A$,$"$j$^$9!#$=$&$$$&>l9g$K$O!"$3$NJQ?t$r\e(B @code{t} \e$B$K$9$k$Y$-$G$9!#$5\e(B
+\e$B$b$J$1$l$P!"2>A[%0%k!<%W$KF~$kEY$K!"Kh2s$=$N2>A[%0%k!<%W$N>e\e(B
+\e$B$G\e(B @code{M-g} \e$B$rC!$$$F$bNI$$$G$7$g$&\e(B---\e$B$3$l$K$O$[$\F1MM$N8z2L$,$"$j$^$9!#\e(B
 
 @code{nnvirtual} \e$B$O%a!<%k$H%K%e!<%9$NN>J}$N%0%k!<%W$r9=@.MWAG$N%0%k!<%W\e(B
 \e$B$K$9$k$3$H$,$G$-$^$9!#\e(B@code{nnvirtual} \e$B%0%k!<%W$N5-;v$KJVEz$9$k$H$-$O!"\e(B
index ffe8fac..45c2320 100644 (file)
@@ -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
index 99aaafa..14821c5 100644 (file)
@@ -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}