* gnus-sum.el (gnus-summary-move-article): pass move-is-internal
[gnus] / lisp / ChangeLog
index c5ce302..7c71c7e 100644 (file)
@@ -1,3 +1,56 @@
+2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
+       parameter to invoked gnus-request-move-article; remove the
+       redundant gnus-sum-hint-move-is-internal variable; apply the marks
+       all at once instead of once per article
+       (gnus-summary-remove-process-mark): accept a list of articles as
+       well as a single article for processing
+
+       * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
+
+       * nnml.el (nnml-request-move-article): add move-is-internal parameter
+
+       * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
+
+       * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
+
+       * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
+
+       * nnimap.el (nnimap-request-move-article): add move-is-internal
+       parameter and remove the gnus-sum-hint-move-is-internal variable
+
+       * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
+
+       * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
+
+       * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
+
+       * nndb.el (nndb-request-move-article): add move-is-internal parameter
+
+       * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
+
+       * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
+
+2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
+       a more conservative way.
+
+2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-sum.el (gnus-summary-exit): Move point after displaying the
+       buffer, so it moves the window's cursor.
+
+2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
+
+       * mm-decode.el (mm-dissect-buffer): Pass the from field on to
+       `mm-dissect-multipart' and receive the from field as an (optional)
+       argument from `mm-dissect-multipart'.
+       (mm-dissect-multipart): Receive the from field as an argument and
+       pass it on when we call `mm-dissect-buffer' on MIME parts.
+       Fixes verification/decryption of signed/encrypted MIME parts.
+
 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus-sum.el (gnus-summary-move-article): set
 
 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * nnheader.el (nnheader-find-file-noselect): Added doc string.
+       * nnheader.el (nnheader-find-file-noselect): Add doc string.
 
        * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
-       `nnheader-find-file-noselect' to avoid
-       `large-file-warning-threshold'.
+       `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
 
-       * gnus-sum.el (gnus-summary-caesar-message): Apply
-       `gnus-treat-article' after rotation.
+       * gnus-sum.el (gnus-summary-caesar-message):
+       Apply `gnus-treat-article' after rotation.
 
        * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
        doc string.
 
 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * gnus-registry.el (gnus-registry-delete-group): minor bug fix
+       * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
 
        * gnus.el (gnus-install-group-spam-parameters): Doc fix.