2006-04-23 Andreas Seltenreich <andreas+ding@gate450.dyndns.org> (tiny change)
[gnus] / lisp / ChangeLog
index 786a3a6..952dc57 100644 (file)
+2006-04-23  Andreas Seltenreich  <andreas+ding@gate450.dyndns.org>  (tiny change)
+
+       * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
+       Close.
+
+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>
+
+       * lpath.el: Revert.
+
+       * pgg-gpg.el (pgg-string-to-multibyte): Remove.
+       (pgg-gpg-process-sentinel): Revert.
+
+       * pgg-pgp.el (pgg-pgp-process-region): Revert.
+       (pgg-pgp-lookup-key): Revert.
+
+       * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
+       (pgg-pgp5-lookup-key): Revert.
+
+       * pgg.el (pgg-fetch-key): Revert.
+
+2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Fbind string-as-multibyte for XEmacs.
+
+       * 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.
+
+       * pgg-gpg.el (pgg-string-to-multibyte): New function.
+       (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
+       a multibyte buffer.
+
+       * pgg-pgp.el (pgg-pgp-process-region): Ditto.
+       (pgg-pgp-lookup-key): Ditto.
+
+       * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
+       (pgg-pgp5-lookup-key): Ditto.
+
+       * pgg.el (pgg-fetch-key): Ditto.
+
+2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-user-organization-file): Check several
+       locations of the organization file.
+
+       * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
+       Add gnus-article-view-part-as-type.
+
+       * gnus-art.el (gnus-article-view-part-as-type): New function.
+
+       * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
+       .mobi and .travel.  Remove .nato, .bitnet and .uucp.
+
+       * mml.el: Simplify autoload.
+       (mml-mode): defvar dnd-protocol-alist instead of using
+       symbol-value.
+       (mml-default-directory): New variable.
+       (mml-minibuffer-read-file): Use it.
+       (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
+
+       * message.el (message-citation-line-format): New variable.
+       (message-insert-formated-citation-line): New function.
+       (message-citation-line-function): Add
+       `message-insert-formated-citation-line' to custom type.
+
+       * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
+       to doc string.
+
+       * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
+       depending on mm-verify-option.
+
+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  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * message.el (message-self-insert-commands): Doc fix.
 
        * 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 newline
+       (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.