X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=61342349a82221e9b14cebc5f79bbaf7d063e5ce;hb=7879ea4084333b448c5a3a49c1cb52023e3808d1;hp=cfb8a61ebe0078340e189adcb5f1c0b91fe2e5a7;hpb=75a7e976493fbf8682928cef33a3b33c7096e1ed;p=mmh diff --git a/ChangeLog b/ChangeLog index cfb8a61..6134234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,54 @@ +Sun May 28 17:44:15 CEST 2000 Ruud de Rooij + + * Added autoconf check for getutent(). + * Changed uip/rcvtty.c and uip/slocal.c to use getutent() and + friends. Since I can only check on Linux, please check if + this works on other systems. + +Sun May 28 14:58:49 CEST 2000 Ruud de Rooij + + * Applied patch from Peter Maydell to uip/scansbr.c for more + checks for write failures. + * Unlink temporary file properly in uip/rcvtty.c. + * Moved viamail from bindir to libdir. + * Changed sendfiles into sendfiles.in, so that path to viamail + is patched in. + * Added gzip support to sendfiles. + * Added References header to replcomps and replgroupcomps. + +Sun May 28 14:39:31 CEST 2000 Ruud de Rooij + + * Fixed m_getfld bug which caused segmentation faults when + incorporating messages which ended in multiple linefeeds crossing + a buffer boundary. + +Fri May 26 13:21:59 2000 Dan Harkless + + * msh has been unable to show MIME messages ever since 1.0. Alec + Wolman tracked down the problem to the + -show flag being passed to mhshow. mhshow is equivalent to the + old mhn -show, so we don't need the -show anymore. Removed it. + +Fri May 12 02:51:21 2000 Shantonu Sen + + * zotnet/bboards is not longer built by default. Goal is to move + the assorted functions in zotnet into sbr or some more logical + place. + + * Moved zotnet/mf to sbr, and changed mf.h references accordingly, + as well as Makefiles. + Thu May 11 02:21:34 2000 Shantonu Sen * Simplified sbr/Makefile.in so that both SRCS and OBJS aren't seperately and redundantly defined, but so that OBJS is a pattern-substituted version of SRCS with suffix .c -> .o. This should make maintainability easier. + + * Added section to MACHINES indicating what platforms nmh is known + to compile and work on, just to give users peace of mind, or + something. This is by no means complete or exhaustive, so add + whatever you know works. Tue May 09 20:38:04 2000 Dan Harkless