X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=04e1694d15cf707a486c887fe5022f1d1ca7d3eb;hb=fc35177f2bf93ba98b0da5691550914409e5bdf4;hp=d26f289f66e4eea6aa7aee146c72ccb36eeaecda;hpb=20fe3a947f2305fb271a811d50f8a7d263511ee7;p=mmh diff --git a/ChangeLog b/ChangeLog index d26f289..04e1694 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Tue May 09 01:13:52 2000 Dan Harkless +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, @@ -12,6 +12,45 @@ Tue May 09 01:13:52 2000 Dan Harkless * Added steps to README.developers saying to change the version number to X.Y.Z+dev. Did a little rearranging and changed the FTP dir from /home/ftp to /var/ftp to reflect Doug's new machine. + + * Changed configure.in to use gcc -Wall even without + --enable-debug, to prevent developers compiling optimized from + introducing warnings, and to give end-users a warm, fuzzy feeling + as they (hopefully) see no warnings come out (except perhaps on + the lex output file) even with -Wall. + + * Renamed getpass() to nmh_getpass() since the prototype for + getpass() varies from OS to OS, and we want to _always_ use our + version of the function. Fixed all the callers to use + nmh_getpass() and added it to prototypes.h. Semi-arbitrarily + upped MAX_PASSWORD_LEN from 128 to 256. buf was being calloc()'d + and the memory leaked -- should have just been declared as static + char array. Prepended "Portions of this code are" to the + copyright message, as this version has been changed significantly + from the BSD version. + + * 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