X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=793193517ad9192db4cc70f51467f3f99e6aa6c6;hb=e9b4dc0cb4a13da6abe919b99a67e1076edd5b6d;hp=49360125d275de24678dd52f4dc5728b573d9b0d;hpb=d036480eb208e821aba1485ec77da7f06bdf13a8;p=mmh diff --git a/ChangeLog b/ChangeLog index 4936012..7931935 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,26 @@ -Mon Sep 13 20:25:21 1999 Doug Morris +Fri Oct 1 22:36:56 1999 Dan Harkless + + * Fixed a portability problem in Doug's fix of a portability + problem in my MAILGROUP autoconf support ('ls -l' vs. 'ls -lg'). + +Sat Sep 25 18:40:43 1999 Ruud de Rooij + + * Added config.sub and config.guess to the list of files to be + distributed. + + * Fixed bug in sbr/fmt_scan.c where an extra newline would be + added if a list of addresses was split over several header lines. + + * In mts/smtp/smtp.c, undefine strlen and strcpy if they are + macros, regardless of platform. + + * Allow q to quit mhshow, and n to skip to next part. Patch from + Kimmo Suominen . + + * Modified mhstore to recognize attachments created by sendfiles + with x-conversions=gzip. + +Mon Sep 13 21:20:10 1999 Doug Morris * added explicit cast to long from time_t for tclock in post.c. @@ -7,6 +29,11 @@ Mon Sep 13 20:25:21 1999 Doug Morris it's needed for ioctl() anyway. This prevents a warning about implicit definition of ioctl(). + * Moved guesses preformed by AC_CANONICAL_SYSTEM back into the + "User Configuration" section of config.h (moved @TOP@ in + acconfig.h) so they're easier to find, should someone actually + want to mess with them. + Sun Sep 12 15:50:34 1999 Doug Morris * updated Makefile.in so it recognized COMPLETION-TCSH and