# HG changeset patch # User Dave Love # Date 970840392 0 # Node ID 89cafc535a06e46a84d11ee456cb5d81faa1cc65 # Parent 5b42e5f7e809c01a30f7d7e9688eee98591f26c4 *** empty log message *** diff -r 5b42e5f7e809 -r 89cafc535a06 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Fri Oct 06 13:35:20 2000 +0000 +++ b/lisp/gnus/ChangeLog Fri Oct 06 13:53:12 2000 +0000 @@ -1,3 +1,31 @@ +2000-10-05 Dave Love + + * rfc1843.el: Require cl when compiling. + + * qp.el (mm-decode-coding-region, mm-encode-coding-region): + Autoload. + (quoted-printable-decode-region): Rename arg which confused + charset with coding-system. Don't use nonascii-insert-offset. + Coding-system encode the region initially. Don't recognize `==' + as valid QP. Coding-system decode the region finally. + (quoted-printable-decode-string): Rename arg which confused + charset with coding-system. + + * mm-bodies.el: Require mm-uu, Don't require qp, uudecode. + (mm-encode-body): Apply mm-charset-to-coding-system to arg of + mm-encode-coding-region. + (mm-decode-body, mm-decode-string): Rename variables which + confused charset with coding-system. + (binhex-decode-region): Don't autoload. + (mm-body-encoding): Require message. + (mm-decode-content-transfer-encoding): Require mm-uu in relevant + cond branches. + + * gnus-art.el (article-de-quoted-unreadable) + (article-de-base64-unreadable): Fold search case + rather than downcasing string. Apply mm-charset-to-coding-system + to arg of quoted-printable-decode-region. + 2000-10-05 Stefan Monnier * nnfolder.el (nnfolder-ignore-active-file): Typos.