]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / gnus / ChangeLog
index c66def4af66db248d97f0bb5d7a68cc3d8bf8326..7f0f248c7cfda1ec29851364f4973610dadf6906 100644 (file)
@@ -1,3 +1,89 @@
+2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
+       (mm-copy-to-buffer): Use with-current-buffer.
+       (mm-display-part): Simplify.
+       (mm-inlinable-p): Add optional arg `type'.
+
+       * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED
+       argument.
+       (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
+       Try harder to show the attachment internally or externally using
+       gnus-mime-view-part-as-type.
+
+2006-05-04  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
+       `filename' from Content-Disposition if Content-Type doesn't
+       provide `name'.
+       (gnus-mime-view-part-as-type): Set default instead of
+       initial-input.
+
+2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
+       unibyte after clear-decrypt function runs.
+
+       * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
+       returns as a unibyte string.
+
+2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
+       always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
+       (mml1991-pgg-encrypt): Ditto.
+
+2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * deuglify.el (gnus-outlook-deuglify-unwrap-min)
+       (gnus-outlook-deuglify-unwrap-max): Remove autoload.
+
+       * mml-sec.el (mml-secure-method): New internal variable.
+       (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
+       (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
+       functions using mml-secure-method.  Sync from the trunk.
+
+       * mml.el (mml-mode-map): Add key bindings for those functions.
+       (mml-menu): Simplify security menu entries.  Suggested by Jesper
+       Harder <harder@myrealbox.com>.  Sync from the trunk.
+
+       * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
+       .mobi and .travel.  Remove .nato, .bitnet and .uucp.
+       (message-in-body-p): New function.  Sync from the trunk.
+
+       * 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.
+
+2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
+       binding pgg-* variables; reimplement the section which prevents
+       MIME header from being signed.
+       (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
+       pgg-text-mode; remove a blank line at the top of body.
+
+       * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
+       lines at the top of body; use gnus-newsgroup-charset if there's no
+       Charset header.
+
+2006-04-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-google-wash-article): Sync up to new Google
+       HTML.
+
+2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
+       (mm-uu-pgp-encrypted-test): Ditto.
+       (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
+       between header and body; return application/pgp-encrypted handle
+       if decryption failed; decode decrypted body by charset.
+
+       * mm-decode.el (mm-automatic-display): Don't make application/pgp
+       element match to application/pgp-*.
+
 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-util.el (gnus-replace-in-string): Prefer
 
 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
 
-       * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
-       in elisp.
-       (pgg-gpg-encrypt-symmetric-region): Ditto.
-       (pgg-gpg-sign-region): Ditto.
-
-       * pgg-def.el (pgg-text-mode): New variable.
-
        * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
        (mml2015-pgg-encrypt): Ditto.