X-Git-Url: https://git.deb.at/w?p=pkg%2Ft-prot.git;a=blobdiff_plain;f=ChangeLog;h=cd3d928ad09f01eba61770ab14219a2b3d07afb9;hp=afad67ed768909d6965141662a6a8fdd4e1003a6;hb=7e64531ac869e9cf2cb793f4491ee556cc6ebd2d;hpb=b312e19565e5ee609e694c6c22c3760ebc6d28f0 diff --git a/ChangeLog b/ChangeLog index afad67e..cd3d928 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2005-04-25 16:35 Jochen Striepe + + * t-prot: Release as v1.101. + +2005-04-25 15:49 Jochen Striepe + + * t-prot: We must not forget to remove ad and mailing list footers + within the first MIME/Multipart attachment when processing raw + messages (lacking -M). + +2005-04-25 15:29 Jochen Striepe + + * t-prot: Fix a comment. + +2005-04-25 15:28 Jochen Striepe + + * t-prot: Mailing list footers (and probably ad footers) were not + detected when processing raw MIME/Multipart messages: We have to + look at the very end of the message, not only at the end of the + first attachment. Fix this by calling remove_footers() before + dealing with raw multipart attachments. + +2005-04-15 14:08 Jochen Striepe + + * t-prot: Release as v1.100. + +2005-04-15 14:07 Jochen Striepe + + * contrib/filter_innd.pl: We don't submit any headers, so use + --body. Use unlink() instead of system(). Mention the temp file + problem. + +2005-04-15 14:03 Jochen Striepe + + * t-prot, t-prot.1: Add --body to make sure we are not looking for + any headers when there are none in the input. + +2005-04-15 13:42 Jochen Striepe + + * t-prot.1: Add some clarifications and missing details. + +2005-03-31 19:39 Jochen Striepe + + * contrib/t-prot.sl: Use S-Lang calls popen(), fputs(), and + remove() instead of system() and pipe_article() to reduce + flickering (and for cleaner code). Patch by Gregor Herrman, many + thanks! + +2005-03-31 19:20 Jochen Striepe + + * contrib/t-prot.sl: Mention mimedecode as filter for Quoted + Printable. Thanks to Gregor Herrmann. + +2005-03-31 19:17 Jochen Striepe + + * contrib/t-prot.sl: Change key bindings: ESC-0 and ESC-1 are + prefixes for other commands, so we should not overwrite those. + Patch by Gregor Herrmann, many thanks! + 2005-03-24 22:24 Jochen Striepe * t-prot: Release as v1.99.