X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=cb6de2633b478097c6dff668fdec7c84dbd57ced;hp=81cf02da6b490677b2e083b4e93b2b7dacc6e862;hb=1856d44cafff88b8721971fbac940a469c81a38b;hpb=3da6cc979e0e8e466f760acc113314c57176fea9 diff --git a/ChangeLog b/ChangeLog index 81cf02d..cb6de26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,21 +1,110 @@ +Wed Oct 13 15:53:53 1999 Doug Morris + + * Updated manpages Makefile to link mh-profile.5 to + mh_profile.5 after installation. Suggestion from Richard Cohen + . + + * Modified configure.in to check for _IO_write_ptr and libio.h + to determine whether to define LINUX_STDIO instead of using + config.guess. + +Mon Oct 4 15:22:46 1999 Dan Harkless + + * Added '-L' to the calls of 'ls' in configure.in -- I have seen + multiple machines in the past where the mail spool was a symlink + to a directory on another device with more free space. + +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. + + * Commented out #ifdefs for in termsbr.c since + it's needed for ioctl() anyway. This prevents a warning about + implicit definition of ioctl(). + + * Moved guesses performed 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 + COMPLETION-ZSH (only used in make nmhdist). + + * added prototype for ruserpas to . Fixes + warnings in mhparse.c and mhbuildsbr.c. + + * added include checks for and to + prevent warnings in fmt_compile.c, fmt_scan.c, lock_file.c, + sendsbr.c, mhbuildsbr.c, mhcachesbr.c, picksbr.c, and post.c. + + * added include for to ali.c, scan.c, ap.c, + rcvdist.c, rcvstore.c, rcvtty.c, and spost.c to remove + warnings about implicit definition of mts_init(). + + * added to slocal.c to prevent warnings about + function initgroups. + + * added to prevent warning about missing SIGNAL + function. + + * added function prototypes to smtp.c, whatnowproc.c, + mhbuildsbr.c, mhparse.c, mshcmds.c, show.c, whatnow.c, mhl.c + to fix warnings. + + * explicitly declared mbx_style in mshcmds.c and lused in + fmtdump.c as type static int instead of just static to + prevent warnings. + + * various code cleanups to prevent ambiguous statements + (brackets for if/thens and parens for complicated if + statements). + + Sun Sep 12 09:19:27 1999 Doug Morris * commented out _cleanup() in mf.c because it's the only - location in all of the source code where it exists. + location in all of the source code where it exists. It was + preventing compilation on at least linux. * Added check for which is the new location where - linux systems appear to be stuffing this header file. + linux systems appear to be stuffing this header file. Thu Sep 9 23:15:49 1999 Doug Morris * fixed varous mkstmep bugs introduced in 1.0.1 by me. Whups! * added mh_profile SEGV patch from Richard Cohen - that prevents crashing when + that prevents crashing when + mh_profile doesn't end in a newline. A similar patch was + previously sent in by Andrew Bettison . - mh_profile doesn't end in a newline. * fixed bug in associated with MAILGROUP #define (group "mail" - is not universal) -- hard to believe, but true. + is not universal) -- hard to believe, but true. Tue Sep 7 16:47:03 1999 Dan Harkless