X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=dc7324612caaff0909a066fcd9a6f9704c7f6224;hp=7aa74d444baa8dee4fcba043b6b2b23d7d722e89;hb=c085eca6dea41bf9c0ac2749215e256cc54ff628;hpb=ba32dee02e85132dd8bd05fae876692d61c50053 diff --git a/ChangeLog b/ChangeLog index 7aa74d4..dc73246 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,30 @@ +Mon Mar 13 18:26:03 2000 Dan Harkless + + * Applied Sullivan N. Beck 's mhshow-suffix patch: + + With the patch below, you can add lines like: + + mhshow-suffix-application/msword: .doc + mhshow-suffix-application/PostScript: .ps + + to the mhn.defaults file to append the given suffix to a + scratch file. This allows applications which require a + certain suffix to run properly. + + * Removed -force_html from lynx entry in mhn.defaults.sh (I + believe older versions of lynx lack that option) and added + "mhshow-suffix-text/html: .html". + Mon Mar 06 12:20:20 2000 Dan Harkless * Applied Neil W Rickert 's msh.c patch: - I finally tracked down the problem in msh that was causing errors - whenever I tried to examine a 'mmdf' style mailbox. + I finally tracked down the problem in msh that was causing + errors whenever I tried to examine a 'mmdf' style mailbox. - It turns out that not enough memory was being allocated with - calloc(), causing memory pointers to be overwritten and corrupted. + It turns out that not enough memory was being allocated with + calloc(), causing memory pointers to be overwritten and + corrupted. Fri Mar 03 16:07:33 2000 Dan Harkless