X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=c2abd854dca2a52b3f658067781d89b298f091b7;hp=5f2e3a2814cfdb8dcfab3377169168ea0842f4a9;hb=3e2e8b43581f31be0cabe123dade6ff146dd31c7;hpb=e0233d70fb7bfac996b3514ae60d7eedef0e6ad3 diff --git a/ChangeLog b/ChangeLog index 5f2e3a2..c2abd85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,91 @@ -Tue May 09 14:38:32 2000 Dan Harkless +Fri May 30 17:51:48 2000 Dan Harkless + + * etc/Makefile.in was incorrectly installing mts.conf.in and + sendfiles.in -- fixed. Generated sendfiles script was not a + dependency of the `all' target, and was incorrectly included in + the distribution. Changed the suffix for the backed-up previous + versions of the etc files from the ambiguous .old to .prev. Added + call to diff -- only keep the .prev files around if different from + the newly-installed versions (intentionally didn't redirect output + to /dev/null so you'll notice when your changed versions are + getting moved aside). + + * INSTALL never documented the etc/*.old thing. Documented the + new etc/*.prev thing (including a note to watch for diff output). + +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 + 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 * Alphabetized Shantonu's $pop_kinds output on configure's "pop is enabled" line. If POP3 is the only kind of POP enabled, say so, @@ -32,6 +119,25 @@ Tue May 09 14:38:32 2000 Dan Harkless * Added "nmh-local functions to use in preference to OS versions" section to README.developers (currently just says to use nmh_getpass() instead of system getpass()). + + * Prepended "Portions of this code are" to the copyright message + in ruserpass.c also. + + * Added mts.conf.5 page per Neil W Rickert 's + report: + + This happens on solaris: + + % man mts.conf + windex entry incorrect: mts.conf(5) not found. + No manual entry for mts.conf. + + It is fixed by + + % echo ".so man5/mh-tailor.5" > mts.conf.5 + + done in the man5 directory. We need to add 'mts.conf.5' as a + reference sourcing mh-tailor.5. Mon May 08 23:51:55 2000 Dan Harkless @@ -64,6 +170,17 @@ Mon May 08 23:51:55 2000 Dan Harkless * Changed DIFFERENCES to say that RPOP is not currently supported rather than implying it by saying that APOP, KPOP, and POP[3] are. +Sun May 07 18:16:43 2000 Shantonu Sen + + * Imported NetBSD version of getpass() and made extensive + revisions for compatibility with programs that pipe the password + to stdin, such as exmh. + + * Removed tests for system ruserpass() which sometimes gave + phantom positive results. Also, bext to use internal functions if + we ever want to change .netrc format to something else, or access + other files. + Sat May 06 08:28:09 2000 Dan Harkless * Restored lost version histories for those moved files by doing a