(rfc2231-parse-string): Decode encoded value after concatenating segments
[gnus] / lisp / ChangeLog
index 2abb6d3..f131842 100644 (file)
@@ -1,5 +1,99 @@
+2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2231.el (rfc2231-parse-string): Decode encoded value after
+       concatenating segments rather than before concatenating them.
+
+2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-group.el: Move comment to gnus-group-update-tool-bar.
+
+2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * rfc2231.el (rfc2231-parse-string): Sort the parameters first. 
+
+       * message.el (message-forward-make-body-plain): Allow
+       message-forward-ignored-headers to be a list.
+       (message-remove-ignored-headers): Factor out into function.
+       (message-forward-make-body-mml): Use it.
+
+       * imap.el (imap-quote-specials): New function.
+       (imap-login-auth): Quote specials.
+
+       * rfc2231.el (rfc2231-parse-string): Remove dead code.
+       (rfc2231-parse-string): Allow concatanation of parameters that
+       aren't contiguous.  The test case is
+         (mail-header-parse-content-type "message/external-body;
+            name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
+            access-type=LOCAL-FILE;
+            name*1*=plugh%2fhello-sailor%2fbing.pdf")
+
+2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * nntp.el (nntp-accept-process-output): Return the value of
+       `nnheader-accept-process-output'.
+
+2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
+       (gnus-button-alist): Recognize more diff formats.
+       (gnus-button-patch): Strip directory.
+
+2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-util.el (gnus-select-frame-set-input-focus): Check for
+       Emacs 22 when setting focus.
+
+2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-art.el (gnus-article-treat-types): Do treatment of
+       text/x-verbatim parts.
+       (gnus-button-patch): New command.
+
+       * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
+       addresses that contain invalid characters.
+
+2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-put-addresses-in-ecomplete): Use
+       gnus-replace-in-string.
+       (message-is-yours-p): Use the more correct
+       mail-header-parse-address instead of
+       mail-extract-address-components.
+       (message-put-addresses-in-ecomplete): Fix typo.
+
+       * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
+       keystroke. 
+
+       * gnus-art.el (gnus-treatment-function-alist): Change order of
+       newsgroups/generic header folding to avoid double-folding. 
+
+       * message.el (message-hidden-headers): Add X-Draft-From.
+
+       * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
+       command. 
+       (gnus-summary-repeat-search-article-backward): New command. 
+
+       * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
+       groups in the parent topic.
+
+2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
+
+       * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status. 
+       (spam-extra-header-to-number): Return the CRM114 number as a
+       number instead of a string.
+
+2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-art.el (gnus-face-properties-alist): Moved here from
+       gnus-fun.
+
+       * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
+
 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * message.el (message-strip-forbidden-properties): Only display on
+       self-insert-command. 
+
        * hashcash.el (hashcash-insert-payment-async): Remove dead code;
        reindent. 
        (hashcash-insert-payment-async-2): Make sure the buffer is alive.