X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=a92dd7bf405ac8b9f2de380104facc38ac60e5d2;hb=4a78892df0b95cc22a976632445f3dca8893aae4;hp=796c9b19afcf5cbc127758e547fc983ea67dfaac;hpb=045b9601403a216c400642229f2b291f85f88f7d;p=mmh diff --git a/ChangeLog b/ChangeLog index 796c9b1..a92dd7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,72 @@ +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 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 + 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. 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. + 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 - mh_profile doesn't end in a newline. + that prevents crashing when + mh_profile doesn't end in a newline. A similar patch was + previously sent in by Andrew Bettison . + * 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