Released nmh-1.3 RC3.
[mmh] / ChangeLog
2008-05-23 Peter MaydellReleased nmh-1.3 RC3. nmh-1_3_RC3
2008-05-22 Peter MaydellDon't use MB_CUR_MAX if compiling without multibyte...
2008-05-21 Peter MaydellDon't assume realloc() can handle NULL pointers (backpo...
2008-05-21 Peter Maydelladd some table size declarations for the benefit of...
2008-05-21 David Levine* configure.in, INSTALL: if --enable-masquerade is not
2008-05-20 Peter MaydellDon't use $< in target rules in makefiles (backport...
2008-05-04 Peter MaydellReleased nmh 1.3-RC2 nmh-1_3_RC2
2008-05-04 Peter MaydellPort from trunk: bug #23167: sbr/ruserpass.c (ruserpass...
2008-05-04 Peter Maydell* Fixes ported from trunk:
2008-04-30 Peter MaydellPort fixes from trunk (SASL fixes and mishandling of...
2008-04-29 Peter MaydellBackport fix from trunk for SASL bug.
2008-04-27 Peter MaydellBump version number, date for release of 1.3 RC1
2008-04-11 Oliver Kiddlemove most remaining macros out of acconfig.h which...
2008-04-05 Peter Maydell* bug #18655: fix use of admonish() for a fatal error...
2008-04-05 Peter MaydellBug #20028 (Debian bug 399271): fix code assuming that...
2008-01-25 Josh Bressers* uip/mhshowsbr.c (show_all_messages): Be more generous...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-08-21 Josh Bressers* Red Hat Bug #253342: inc.c, utils.c, utils.h: When...
2007-03-21 Peter Maydellbug #18630, #18631, #18632, #18634: various patches...
2007-03-21 Peter Maydellbug #15212: remove configure test for broken AT&T vi...
2006-10-24 David Levine* uip/sendsbr.c: with attachformat values of 1 or 2...
2006-08-27 Josh Bressers* configure.in: If we're not using dotlocking, there...
2006-03-30 David Levine* uip/sendsbr.c: with attachformat values of 1 or 2...
2006-03-09 Josh Bressers* sbr/fmt_rfc2047.c (decode_rfc2047): Don't close the...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-03-05 Oliver Kiddledon't try to malloc 0 bytes if an RFC2047 encoded block...
2006-03-04 Peter MaydellInstall scripts with INSTALL_SCRIPT so INSTALL_PROGRAM...
2006-02-25 David Levine* uip/sendsbr.c: replaced st_mtim with st_mtime, that...
2006-02-21 David Levine* h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,
2006-02-21 David Levine* man/mhbuild.man: wrapped one appearance of "Content...
2006-02-21 Josh Bressers* h/utils.h, sbr/utils.c, uip/flist.c, uip/folder.c...
2006-02-20 Josh Bressers* sbr/m_draft.c, sbr/utils.c, uip/folder.c, uip/inc...
2006-02-18 David LevineAdded support for optional Content_Disposition header...
2006-02-12 David LevineAdded RFC2183 to reference of RFC1806 for Content-Dispo...
2006-01-31 David LevineAdded -nocontentid (and -contentid, for symmetry) switc...
2006-01-29 Oliver Kiddleremove trailing newlines from components to fix bug...
2006-01-18 Oliver Kiddleuse AS_HELP_STRING for formatting help messages
2006-01-18 Oliver Kiddleadd autoconf magic to support old systems that don...
2006-01-18 Oliver Kiddlefix bug with insertion of newline being wrong if the...
2006-01-18 David LevineFixed make_bcc_file () to use contents of From: in...
2006-01-17 Oliver Kiddlemore robust multi-byte/column support for field widths
2006-01-16 Oliver Kiddleremove remnants of code for MMDF
2006-01-16 Oliver Kiddlemultiply buffer size by MB_CUR_MAX so multi-byte chars fit
2006-01-15 Josh Bressers* sbr/fmt_scan.c: Turn the PUTSF macro into a function...
2006-01-07 Josh Bressers* Remove sbr/strerror.c -- strerror(3) is defined in...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2006-01-03 Josh BressersRemove sbr/pwd.c file, moving the pwd() function into...
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-12-24 Peter MaydellAvoid non-portable use of $< outside an inference rule.
2005-12-24 Peter MaydellRework detection and handling of ndbm: we now check...
2005-12-22 Peter MaydellFix stupid accidental dependence on a bash quirk in...
2005-12-15 Peter MaydellImprove the checks for where to find ndbm (dbm_open...
2005-12-15 Peter MaydellChange some non-standard formatting in a previous log...
2005-12-14 Josh Bressers* Fedora Bug #163760: sbr/context_read.c (context_read...
2005-12-12 Josh Bressers* uip/sendsbr.c (annoaux): Fix the call to annotate()
2005-12-08 Jon Steinhart*** empty log message ***
2005-12-05 Josh BressersFix the AC_PATH_PROG default when vi isn't found during...
2005-11-19 Peter MaydellMake it clearer that lower-case envariables aren't...
2005-11-19 Peter MaydellSpecial-case an MHCONTEXT of "/dev/null" and don't...
2005-11-14 Peter Maydell[bug #9813] Don't crash after removing the folder if...
2005-11-13 Peter MaydellPass some globals into sm_init() so that it uses SASL...
2005-11-13 Peter MaydellForgot to quote the bug number in the changelog comment.
2005-11-13 Peter MaydellUse context/ctxpath==NULL to indicate that no context...
2005-11-13 Peter MaydellFix buffer overrun in address parsing code (would only...
2005-11-13 Oliver Kiddleremove link to install-mh that caused problems on some...
2005-11-13 Oliver Kiddlebug #739: install target now depends on all to avoid...
2005-11-10 Josh BressersFix the AC_PATH_PROG default when sendmail isn't found...
2005-11-09 Peter MaydellFix a non-ANSI prototype.
2005-11-08 Oliver KiddleSimon Burge: fix to handle getutent() on NetBSD
2005-11-08 Oliver Kiddleupdate most references to the web page and mailing...
2005-11-08 Oliver Kiddleprepend DESTDIR to install locations
2005-11-08 Oliver Kiddlereplace obsolete autoconf macros
2005-11-06 Peter MaydellFix various buffer overruns in fmt_scan.c; the bulk...
2005-11-06 Peter MaydellFix a compile error if building nmh with --enable-apop.
2005-11-06 Peter MaydellDon't fclose() the file twice in error-exit paths from...
2005-11-06 Peter MaydellRemove space between -o and output filename so it works...
2005-11-06 Peter MaydellAdd an AC_PREREQ so we don't just fail with an obscure...
2005-11-02 Oliver Kiddlefail when kpop connection attempted without KPOP suppor...
2005-11-02 Oliver Kiddlefix for newer version of flex and remove autogenerated...
2005-11-02 Oliver Kiddlespeed up flist by skipping stat on files with numbers...
2005-11-02 Oliver Kiddleinclude new files in distribution
2005-10-05 Oliver KiddleHarald Geyer: back out fork/vfork workaround and handle...
2005-05-18 Oliver Kiddleuse fork instead of vfork on Linux
2005-05-18 Oliver Kiddletest/report error writing to stdout
2005-05-18 Oliver Kiddlecorrect SASL include file locations
2005-05-18 Oliver Kiddleadd bash completion definitions from Debian
2005-05-18 Oliver Kiddlefix a bug affecting AFS where nmh was setting the READO...
2005-05-18 Oliver KiddleCarl Mummert: add unquote() function for removing quote...
2005-05-17 Oliver Kiddlefill in a few of the missing ChangeLog entries
2005-02-23 Oliver Kiddleuse iconv to convert RFC-2047 encoded headers to the...
2005-02-23 Oliver Kiddlefix Debian bug #202667: crash when a message's filename...
2005-02-23 Oliver KiddleUpdated config.guess and config.sub to the most recent...
2005-02-21 Oliver Kiddlefix bug where inc crashed on failing to reopen the...
2005-01-27 Oliver Kiddleacknowledge that my change was based on an older patch...
2005-01-27 Oliver KiddleAdded -proxy option to inc and msgchk
2005-01-27 Oliver KiddleOn systems where it is available, use nl_langinfo to...
2005-01-21 Oliver KiddleUS-ASCII is a subset of UTF-8 so can be handled directl...
2004-12-17 Oliver KiddleFix -part option to mhshow/mhlist/mhstore to find sub...
2003-09-30 Glenn Burkhardtnote recent changes
next