X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=3b316aa2460be8a6e3b1e2608f7f642273a3f643;hb=0b9de6c151dd32cd48c37f1eb9888365f8952222;hp=3887f6bbbda946c87b42cf89502bbb8a4e457761;hpb=dc67245892de3a05daa77401ba03cc486a7a514a;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3887f6bbb..3b316aa24 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,43 @@ +2001-10-17 Per Abrahamsen + + * gnus-msg.el (gnus-post-method): Changed two instances of + 'active' to 'current' and one 'null' to 'not'. + +2001-10-16 Kai Gro,A_(Bjohann + From Katsumi Yamaoka . + + * message.el (message-setup-fill-variables): Use + `normal-auto-fill-function' instead of `auto-fill-function'. + +2001-10-16 Simon Josefsson + + * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug. + (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME + body. (Mailcrypt seem to do this, but gpg.el doesn't.) + +2001-10-16 Kai Gro,A_(Bjohann + Patch by Oliver Scholz . + + * gnus-draft.el (gnus-draft-edit-message): Add text property + `field' with value `header' to message headers. + * message.el (message-setup-1): Really add text property to all of + the header, not just part of it. + +2001-09-04 21:42:23 Lars Magne Ingebrigtsen + + * gnus-group.el (gnus-group-sort-by-server): Use it. + + * gnus.el (gnus-method-to-full-server-name): New, bogus function. + + * gnus-topic.el (gnus-topic-sort-groups-by-server): New command + and keystroke. + 2001-10-14 Simon Josefsson + * dig.el: Doc fix. + + * smime.el: Doc fix. + * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word charset magic from message.el.