X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=fc507d4a19f21aa70770c70714a3f4f75b3476ea;hp=838b8117f2811f5419738eeeb57c164713e3be75;hb=6c42153ad9362cc676ea66563bf400d7511b3b68;hpb=9af751035478cdd6d891342bbda914da2371b4bf diff --git a/ChangeLog b/ChangeLog index 838b811..fc507d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +Sat Mar 17 03:18:15 2001 Dan Harkless + + * Ken Hornstein's configure.in Cyrus SASL checks were doing + `x"$with_cyrus_sasl" != "no"' instead of `... != x"no"'. + +Tue Mar 06 21:04:27 2001 Dan Harkless + + * Found some historical information about MH in RFC 808. + Supplemented it with info from Jerry Peek's MH book and added it + to docs/README.about. + +Tue Feb 6 20:35:40 2001 Shantonu Sen + + * sbr/dtime.c Use the same Y2K correction code as dtimep.lex + + * sbr/dtimep.lex Restrict the parser to accept either + a numerical timezone offset, or a symbolic one (e.g. EST), + but not both (Since "2000 -400 EDT" might cause a double + subtraction of 60 minutes if both are parsed. One should be + enough). + +Mon Feb 05 20:22:54 2001 Dan Harkless + + * -L isn't sufficient for specifying the path of the Cyrus SASL + shared library. That'll allow us to link successfully, but on + many/most OSes that won't allow us to find libsasl at runtime. On + Solaris, we need to specify the library path with -R as well (or + else the user will have to use the $LD_LIBRARY_PATH kludge, which + is considered harmful). This fix should be extended to other OSes + as well. + + * Print whether we have SASL support in the "nmh configuration" + summary configure prints out. + + * Say in README.developers to use `\date' in case anyone is like + me and has `date' aliased in their shell to use a nonstandard (but + subjectively more readable) format. + +Thu Jan 25 21:15:52 2001 Shantonu Sen + + * man/mh-chart.man has updated synposes of + all nmh commands. + +Tue Jan 23 20:26:15 2001 Shantonu Sen + + * etc/digestcomps tried to force dates into a + 19xx when it's not necessary. + Fri Jan 19 21:22:08 2001 Shantonu Sen * First round of manpage updates finished. They