Mercurial > emacs
diff lisp/gnus/ChangeLog @ 95451:15ffd5c2dc17
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1192
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 01 Jun 2008 02:34:55 +0000 |
parents | 300e5a5c5a17 |
children | 09c5abcca14d |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Sun Jun 01 01:50:42 2008 +0000 +++ b/lisp/gnus/ChangeLog Sun Jun 01 02:34:55 2008 +0000 @@ -1,3 +1,20 @@ +2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org> + + * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that + are not 2-digit hexadecimal characters that follow `%'s. + +2008-05-29 Reiner Steib <Reiner.Steib@gmx.de> + + * message.el (message-bogus-recipient-p): Fix type in doc string. + Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>. + (message-bogus-addresses): Rename from message-bogus-address-regexp. + Improve custom options. + (message-bogus-recipient-p): Adjust accordingly. + +2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org> + + * nnmairix.el: Require edmacro when compiling with XEmacs. + 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de> * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.