X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=13eaf816ec45a1bc803072b02e449ff27735ff80;hb=690baeee8169f93061c4f3cfcb813528ef7b5bde;hp=793193517ad9192db4cc70f51467f3f99e6aa6c6;hpb=e9b4dc0cb4a13da6abe919b99a67e1076edd5b6d;p=mmh diff --git a/ChangeLog b/ChangeLog index 7931935..13eaf81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,60 @@ +Fri Oct 29 06:41:08 1999 Doug Morris + + * Released nmh-1.0.2. + +Tue Oct 26 22:57:00 1999 Doug Morris + + * Added check for whether "libtool" is in fact gnu libtool. If + it is, it is not used. This is the wrong behavior. If vendor + XYZ later on decides to create yet another libtool, we'll be + caught again. This works for now. + + * Minor updates to MACHINES refering to Mac OS X. + +Thu Oct 21 20:45:37 1999 Doug Morris + + * Added check for "libtool" (a ranlib type tool for Mac OS X) + and modified Makefiles so that nmh will build under Mac OS X. + +Sun Oct 17 08:28:56 1999 Ruud de Rooij + + * Changed repl defaults to partly revert to MH behaviour, + "-cc all" is now only implied with -group. + + * The replcomps template includes cc: header again (as in MH). + + * Updated repl man page to reflect these changes. + +Sat Oct 16 02:57:47 1999 Doug Morris + + * Tweaked configure to handle Solaris and SunOS after the BIND + changes. Both need more cleanup. + +Sat Oct 16 00:17:36 1999 Doug Morris + + * Removed BIND define and replaced it with a check for + gethostbyname (to determine if the host is DNS aware) and a + check for sethostent. This appears to be the right thing to + do, but there is no explanation of the reasoning behind the + BIND define in the code and it appears to have been used for + multiple purposes. + +Wed Oct 13 15:53:53 1999 Doug Morris + + * Updated manpages Makefile to link mh-profile.5 to + mh_profile.5 after installation. Suggestion from Richard Cohen + . + + * Modified configure.in to check for _IO_write_ptr and libio.h + to determine whether to define LINUX_STDIO instead of using + config.guess. + +Mon Oct 4 15:22:46 1999 Dan Harkless + + * Added '-L' to the calls of 'ls' in configure.in -- I have seen + multiple machines in the past where the mail spool was a symlink + to a directory on another device with more free space. + Fri Oct 1 22:36:56 1999 Dan Harkless * Fixed a portability problem in Doug's fix of a portability @@ -29,7 +86,7 @@ Mon Sep 13 21:20:10 1999 Doug Morris 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 + * Moved guesses performed 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.