Synch to No Gnus 200410080724.
[elisp/gnus.git-] / lisp / ChangeLog
index b24f86e..e16fd7d 100644 (file)
@@ -1,3 +1,301 @@
+2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
+
+2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
+       instead of calling `mm-insert-inline', to decode text/* parts
+       before displaying them.
+
+2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-uu.el (mm-uu-text-plain-type): New variable.
+       (mm-uu-pgp-signed-extract-1): Use it.
+       (mm-uu-pgp-encrypted-extract-1): Use it.
+       (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
+       bind mm-uu-text-plain-type with that value.
+       (mm-uu-dissect-text-parts): Pass MIME type and parameters to
+       mm-uu-dissect.
+
+2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-group.el (gnus-update-group-mark-positions):
+       * gnus-sum.el (gnus-update-summary-mark-positions):
+       * message.el (message-check-news-body-syntax):
+       * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
+       of string-as-multibyte.
+
+2004-10-05  Juri Linkov  <juri@jurta.org>
+
+       * gnus-group.el (gnus-update-group-mark-positions):
+       * gnus-sum.el (gnus-update-summary-mark-positions):
+       * message.el (message-check-news-body-syntax):
+       * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
+       8-bit unibyte values to a multibyte string for search functions.
+
+2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-uu.el (mm-uu-dissect): Allow optional arg.
+       (mm-uu-dissect-text-parts): New function.
+
+       * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
+       dissect text parts.
+
+       * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
+       (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
+
+       * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
+
+       * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
+       gnus-current-topics instead of gnus-current-topic.
+
+2004-10-06  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
+
+2004-10-05  Jesper Harder  <harder@ifa.au.dk>
+
+       * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
+       where approriate.
+
+       * nnml.el (nnml-generate-active-info): do.
+
+       * nndiary.el (nndiary-generate-active-info): do.
+
+       * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
+       (gnus-topic-move): do.
+
+       * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
+       (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
+
+       * gnus-srvr.el (gnus-server-prepare)
+       (gnus-server-open-all-servers): do.
+
+       * gnus-msg.el (gnus-summary-cancel-article)
+       (gnus-summary-resend-message)
+       (gnus-summary-mail-crosspost-complaint): do.
+
+       * gnus-move.el (gnus-change-server): do.
+
+       * gnus-group.el (gnus-group-unmark-all-groups)
+       (gnus-group-set-current-level): do.
+
+2004-10-04  Simon Josefsson  <jas@extundo.com>
+
+       * message.el (message-generate-hashcash): Doc fix.
+
+2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
+
+       * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
+       avoid infinite recursion via gnus-get-function.
+
+2004-10-02  Jesper Harder  <harder@ifa.au.dk>
+
+       * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
+
+       * nnfolder.el (nnfolder-generate-active-file): Use dolist.
+
+       * nnmail.el (nnmail-split-history): do.
+
+       * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
+       (nnml-request-delete-group): do.
+
+       * nnslashdot.el (nnslashdot-read-groups): do.
+
+       * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
+       (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
+
+       * nnspool.el (nnspool-find-id): Use with-temp-buffer.
+       (nnspool-sift-nov-with-sed): Use last
+       (nnspool-retrieve-headers-with-nov): Use mapc.
+       (nnspool-request-newgroups): Use dolist.
+       (nnspool-request-group): Use last.
+
+       * nntp.el (nntp-read-server-type): Use dolist.
+
+       * nnvirtual.el (nnvirtual-create-mapping)
+       (nnvirtual-update-read-and-marked): Use dolist.
+       (nnvirtual-convert-headers): Simplify.
+
+2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
+
+       * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
+       support for sync'ing tick marks.
+
+2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
+       there's no visible header.
+
+2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
+
+       * gnus-agent.el (gnus-agent-synchronize-group-flags): When
+       necessary, pass full group name to gnus-request-set-marks.
+       
+2004-10-01  Simon Josefsson  <jas@extundo.com>
+
+       * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
+       acroread.
+
+2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * spam-report.el (spam-report-gmane): Fix interactive.
+
+       * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X. 
+
+       * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
+       when writing file.
+       (gnus-agent-synchronize-flags): Don't default to being
+       interactive. 
+
+2004-09-30  Simon Josefsson  <jas@extundo.com>
+
+       * message.el (message-generate-hashcash): Add.
+       (message-send-mail): Use it, call mail-add-payment.
+
+2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-verify-bogofilter): -V, not -sV option
+
+2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
+
+       * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
+       gnus-requst-update-info with explicit code to sync the in-memory
+       info read flags with the marks being sync'd to the backend.
+
+       *gnus-util.el (gnus-pp): Added optional stream to match pp API.
+       
+2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-verify-bogofilter): new function
+       (spam-check-bogofilter)
+       (spam-bogofilter-register-with-bogofilter): use it
+       (spam-verify-bogofilter): small fixes
+
+2004-09-28  Simon Josefsson  <jas@extundo.com>
+
+       * hashcash.el (hashcash-generate-payment): Revert.
+
+2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
+       gnus-extract-references instead of gnus-split-references
+
+       * gnus-util.el (gnus-extract-references): new function, analogous
+       to gnus-split-references but extracts only the message-ID without
+       anything extra
+
+       * hashcash.el (hashcash-generate-payment)
+       (hashcash-check-payment): do the right thing if hashcash-path is
+       nil (because the hashcash program could not be found)
+
+       * spam.el (spam-use-hashcash): remove comment
+
+2004-09-27  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
+       (gnus-cache-enter-article, gnus-cache-remove-article)
+       (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
+
+       * gnus-async.el (gnus-async-prefetch-remove-group): do.
+
+       * gnus-art.el (article-hide-boring-headers)
+       (article-translate-strings, article-display-face)
+       (gnus-article-mime-match-handle-first)
+       (gnus-article-highlight-headers)
+       (gnus-article-add-buttons-to-head): do.
+
+2004-09-27  Simon Josefsson  <jas@extundo.com>
+
+       * hashcash.el: New version, from
+       http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
+       ../contrib/.
+
+2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
+
+2004-09-26  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-dup.el (gnus-dup-open): Use mapc.
+       (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
+       
+       (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
+       Reported by Stefan Wiens <s.wi@gmx.net>.
+
+       * gnus.el (gnus-shutdown): Use dolist.
+
+       * gnus-undo.el (gnus-undo): Use mapc.
+
+       * nnrss.el (nnrss-generate-active): do.
+
+       * message.el (message-cite-original-without-signature)
+       (message-cite-original): Use mapc.
+       (message-do-actions, message-make-forward-subject): Use dolist.
+
+2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
+
+       * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
+       deletion to remove entire duplicate line.  Fixes merged article
+       number bug.
+       
+2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
+
+       * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
+       servers that are offline.  Avoids having gnus-agent-toggle-plugged
+       first ask if you want to open a server and then, even when you
+       responded with no, asking if you want to synchronize the server's
+       flags.
+       (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
+       multi-line expressions.
+       (gnus-agent-synchronize-group-flags): New internal function.
+       Updates marks in memory (in the info structure) AND in the
+       backend.
+
+       * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
+
+       * nnagent.el (nnagent-request-set-mark): Use
+       gnus-agent-synchronize-group-flags, not backend's request-set-mark
+       method, to ensure that synchronization updates marks in the
+       backend and in the info (in memory) structure.
+       
+2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
+       convention fully; don't miss the root article of a thread; make
+       the X-Draft-From header with correct article numbers.
+
+2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
+
+       * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
+       unless plugged.  Disable the agent so that an open failure causes
+       an error.
+
+       * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
+       Reverted 2004-09-21 change.  The backend must be opened while
+       synchronizing flags even when the backend stores the flags
+       locally.
+
+2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
+       in `header' match.  Reported by Svend Tollak Munkejord.
+
+       * message.el (message-cite-original): Fix use of
+       `message-cite-articles-with-x-no-archive'.
+
+2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
+       (gnus-window-to-buffer): Ditto.
+
+       * mml.el (mml-preview-buffer): New variable.
+       (mml-preview): Manage window layout with gnus-buffer-configuration.
+
+       * gnus-msg.el (gnus-setup-message): Put article numbers into the
+       X-Draft-From header even if those articles aren't quoted.
+
 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
 
        * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
        * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
        "utf-16-le".
 
+2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
+
 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * uudecode.el (uudecode-use-external): Add :version.
        * pgg-def.el (pgg-query-keyserver): Add :version.
 
        * nnmail.el (nnmail-fancy-expiry-targets)
-       (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes): 
+       (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
 
        * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
        (nnimap-retrieve-groups-asynchronous): Add :version.
        * mml.el (mml-content-disposition-parameters)
        (mml-insert-mime-headers-always): Add :version.
 
-       * mm-util.el (mm-coding-system-priorities): 
+       * mm-util.el (mm-coding-system-priorities):
 
        * mm-decode.el (mm-inline-text-html-with-images)
        (mm-keep-viewer-alive-types, mm-external-terminal-program)
        (message-insert-canlock, message-wide-reply-confirm-recipients):
        Change :version.
 
-       * mail-source.el (mail-source-ignore-errors): Added :group, :type
+       * mail-source.el (mail-source-ignore-errors): Add :group, :type
        and :version.
        (mail-source-delete-old-incoming-confirm)
        (mail-source-movemail-program): Add :version.
        * gnus-srvr.el (gnus-server-browse-in-group-buffer)
        (gnus-server-offline-face): Add :version.
 
-       * gnus-score.el (gnus-adaptive-word-length-limit): 
+       * gnus-score.el (gnus-adaptive-word-length-limit):
 
        * gnus-msg.el (gnus-gcc-externalize-attachments)
        (gnus-debug-files, gnus-debug-exclude-variables)
 
 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-sum.el (gnus-fetch-old-headers): Added custom choices `t'
+       * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
        and `invisible'.
 
 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
 
 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-sum.el (gnus-summary-copy-article): Fixed doc string.
+       * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
 
 2004-09-11  Simon Josefsson  <jas@extundo.com>
 
 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * nntp.el (nntp): New customization group.
-       (nntp-authinfo-file): Added customization group.
+       (nntp-authinfo-file): Add customization group.
 
-       * mml2015.el (mml2015-unabbrev-trust-alist): Added customization
-       group.
+       * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
 
        * mml-sec.el (mml-signencrypt-style-alist): Ditto.