*** empty log message ***
[bpt/emacs.git] / lisp / gnus / ChangeLog
index d1f63c6..195b778 100644 (file)
 
        * mml.el (mml-mode, mml-dnd-protocol-alist)
        (mml-dnd-attach-options, mml-dnd-attach-file)
-       (mml-attach-file, mml-attach-buffer, mml-attach-external): Sync
-       DND support and use of message-in-body-p from the trunk.
+       (mml-attach-file, mml-attach-buffer, mml-attach-external):
+       Sync DND support and use of message-in-body-p from the trunk.
 
 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
 2006-04-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
-       * nnweb.el (nnweb-google-wash-article): Sync up to new Google
-       HTML.
+       * nnweb.el (nnweb-google-wash-article): Sync up to new Google HTML.
 
 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
        unknown charset.
 
-       * message.el (message-header-synonyms): Add Original-To to the
-       default.
+       * message.el (message-header-synonyms): Add Original-To to the default.
 
-       * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
+       * gnus-sum.el (gnus-get-newsgroup-headers-xover): Group is an
        optional parameter.
 
 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * pgg-gpg.el: Revert to revision 7.15 to allow the use of
-       gpg-agent.
+       * pgg-gpg.el: Revert to revision 7.15 to allow the use of gpg-agent.
 
 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
 
 
 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
-       * nnweb.el (nnweb-google-create-mapping): Update regexp.  Some
-       whitespace was matched into the url, which broke browsing hits
+       * nnweb.el (nnweb-google-create-mapping): Update regexp.
+       Some whitespace was matched into the url, which broke browsing hits
        > 100 when mm-url-use-external was nil.
 
 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
-       :set.
+       * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
 
 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
-       * gnus-art.el (gnus-article-only-boring-p): Bind
-       inhibit-point-motion-hooks to avoid infinite loop when entering
+       * gnus-art.el (gnus-article-only-boring-p):
+       Bind inhibit-point-motion-hooks to avoid infinite loop when entering
        intangible text.  Reported by Ralf Wachinger
        <rwnewsmampfer@geekmail.de>.
 
 
 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mm-decode.el (mm-get-part): Don't use
-       mm-with-unibyte-current-buffer.
+       * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
 
        * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
        characters 160 through 255 in Emacs 23.
 
 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
-       nov.php.
+       * nnweb.el (nnweb-type-definition, nnweb-gmane-search):
+       Use new nov.php.
 
 2006-02-28  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
 
 
 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * spam-report.el (spam-report-gmane-use-article-number): Improve
-       doc string.
+       * spam-report.el (spam-report-gmane-use-article-number):
+       Improve doc string.
        (spam-report-gmane-internal): Check if a suitable header was found
        in the article.
 
        * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
        there's only one active file for all servers.
        (nnweb-request-scan): Make sure nnweb-articles is initialized on
-       solid groups.  Gnus might have used a FAST request to select the
-       group.
+       solid groups.  Gnus might have used a FAST request to select the group.
        (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
        and nnweb-search redundantly in the active file.
-       (nnweb-request-list): Don't list bogus groups.  There can only be
-       one.
+       (nnweb-request-list): Don't list bogus groups.  There can only be one.
        (nnweb-request-create-group): Don't use ARGS.
        (nnweb-possibly-change-server, nnweb-request-group): Remove some
        initialisations.  Let nnoo do the work.
        (message-setup-1): Call `message-use-alternative-email-as-from'
        after `message-setup-hook' to give it precedence over posting
        styles, etc.
-       (message-use-alternative-email-as-from): Add docstring.  Remove
-       the original From header if present.
+       (message-use-alternative-email-as-from): Add docstring.
+       Remove the original From header if present.
 
 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
-       decoded.
-       (mm-uu-diff-extract): Ditto.
+       * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
+       Say the part has been decoded.
 
 2006-01-31  Kevin Ryde  <user42@zip.com.au>