X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=d2a444307e068b2619b1a40b15156abfa0be4350;hb=e5f66154adf0d51a8557c71e80f842f959713c00;hp=aa33b02274bd45885caf0556a8ea0990761ad8b2;hpb=3b176725a91e7598fc51e5adbb5ee036fb9723cc;p=mmh diff --git a/ChangeLog b/ChangeLog index aa33b02..d2a4443 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,57 @@ +Mon May 29 7:48:15 2000 Shantonu Sen + + * Moved the date parsing routines from zotnet/tws to sbr/ (and + tws.h to h/). Updated all source files to reflect to new location + of tws.h. + + * Rewrote dparsetime (dtimep.c) to replace the old + zotnet/tws/dtimep.c, lexstring.c, lexedit.c, and + dtimep.c-lexed. It should now work with flex (although untested + with lex), and requires no sed-ing. For now, I have the lexed + version in the distribution, so that end-users don't need to worry + about running it through flex/lex. I have not added back support + for guessing the time zone when it's not specified. + +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