]> diplodocus.org Git - nmh/history - h
Updated MACHINES and SPECS/nmh.spec to reflect packages
[nmh] / h /
2014-02-08 David LevineMoved upcase(), update_attr(), content_charset(), and
2014-02-04 David LevineUse rename(2), not link(2), in m_mktemps() if mkstemps...
2014-02-04 Ken HornsteinSupport for selectable Content-Transfer-Encoding.
2014-02-02 David LevineAdded m_mktemps(), which creates a temporary file with...
2014-02-01 Ken HornsteinMerge branch 'base64-text-fixup'
2014-01-31 Ken HornsteinFix base64 to handle text parts properly; currently...
2014-01-29 Ken HornsteinBeginnings of selectable CTE; allow specification in...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-24 Ken HornsteinMove uip/attach.c to sbr/mime_type.c; it was used by...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 Ken HornsteinConvert whatnow over to using the new Attach header.
2014-01-22 David LevineAdded svector_find() function.
2014-01-22 David LevineExpose get_temp_dir().
2014-01-19 Ken HornsteinAdd support for not outputting any MIME headers when...
2014-01-18 Ken HornsteinBeginning of work to run mhbuild always. A bit more...
2014-01-17 Ken HornsteinAdd support for -auto flag to mhbuild.
2014-01-09 Ken HornsteinPreliminary Attach: header support. Untested just...
2014-01-07 David LevineReplaced hidden make_mime_composition_file_entry()...
2014-01-05 David LevineMoved the functions that implement whatnow attach from
2014-01-03 Ken HornsteinAdd support for %(hascolor), and a new function for...
2014-01-03 Ken HornsteinRemove checks for termcap.h and ncurses/termcap.h,...
2014-01-03 Ken HornsteinConvert all of the terminal functions over to terminfo...
2014-01-02 Ken HornsteinDrop support for different behavior on hardcopy termina...
2013-12-05 Ken HornsteinGarbage collect "normalize".
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-12-02 Ken HornsteinDocument a few more things.
2013-12-02 Ken HornsteinSince our last caller of getlocaladdr() was removed...
2013-11-14 Ken HornsteinBreak out the unquote functionality to a separate function.
2013-11-14 Ken HornsteinSwitch fmttest over to using snprintb() instead of...
2013-11-14 Ken HornsteinDocument snprintb() a bit.
2013-11-11 Ken HornsteinDocument things a bit more.
2013-11-07 Ken HornsteinGetting closer to getting base64 header encoding working.
2013-10-31 Ken HornsteinSupport the -headerencoding switch to select the header...
2013-10-21 Ken HornsteinStart of RFC 2047 encoding code. Not complete in the...
2013-10-21 Ken HornsteinSome comments describing the MIME structures.
2013-10-18 Ken HornsteinMinor comment cleanup.
2013-05-04 David LevineReplaced raw hack to add the credentials profile entry...
2013-04-21 David LevineAdded const to arguments of mf functions.
2013-04-21 David LevineAdded const to argument of getname().
2013-04-21 David LevineAdded const to argument of getcpy().
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-04-14 David LevineA "credentials" mh-profile entry has been added. This...
2013-03-31 David LevineMoved #include <sys/wait.h> to h/nmh.h.
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
2013-03-30 David LevineMoved #include <assert.h> to h/nmh.h.
2013-03-27 Ken HornsteinChange seqset_t to unsigned long to support more sequen...
2013-03-24 David LevineFinished replacing mh_strcasecmp() with strcasecmp...
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-21 Ken HornsteinDon't lock and write the sequence files until after...
2013-03-21 David LevineAdded support for Content-Disposition header (RFC 2183) to
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-03-15 Ken HornsteinMostly complete now, but not yet functional.
2013-03-15 David LevineChanged c_cefile member of struct Content from pointer to
2013-03-14 Ken HornsteinMore locking updates; still doesn't compile yet.
2013-03-14 Ken HornsteinStart of the changes for the new lock code. Does not...
2013-03-12 Ken HornsteinAdd support for RFC-2017, message/external-body content...
2013-02-27 David LevineAdded a handful of functions to the parser to allow...
2013-02-27 David LevineAdded nmh_strcasestr() because POSIX doesn't have strca...
2013-02-26 David LevineAdded cpytrim() function. Unlike trimcpy(), it does...
2013-02-26 David LevineAdded const qualifier to arguments of concat() and...
2013-02-25 David LevineAdded find_str() and rfind_str() to sbr/utils.c
2013-02-25 David LevineAdded const qualifier to char * arguments of add()...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-20 Ken HornsteinBasic format tracing support; seems to work!
2013-02-20 Ken HornsteinSupport callbacks into the format engine. This is...
2013-02-19 Ken Hornsteinfmttest is actually starting to get useful now. Some...
2013-02-16 Ken HornsteinRemove dead UUCP address parsing code. Sadly, this...
2013-02-12 Ken HornsteinRemove "installproc" since it is no longer used.
2013-02-12 Ken HornsteinFinal conversion to new argsplit() code.
2013-02-11 David LevineMultipart parts might have content before the first...
2013-02-08 Ken HornsteinCreate a central prototype for free_content().
2013-02-07 Ken HornsteinMore conversion to argsplit().
2013-02-07 David LevineWhen debugging is enabled, replace the ctype functions...
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
2013-02-05 David LevineChanged m_getfld() to use char instead of unsigned...
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-29 Ken HornsteinThe start of the use of argsplit() to process command...
2013-01-29 David LevineAdded m_getfld_track_filepos() for callers to indicate...
2013-01-29 David LevineAdded scan_reset_m_getfld_state(), for msh only. It...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-24 David LevineAdded functions for inc, msh, rcvtty, and scan to access
2013-01-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2013-01-15 Ken HornsteinSupport the VISUAL and EDITOR environment variables...
2013-01-15 Ken HornsteinRemove the --with-pager configure option and replace...
2013-01-10 Ken HornsteinConvert the MIME content cache switches over to the...
2013-01-10 David LevineAdded explicit third initializer to some swit struct...
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2013-01-06 David LevineRemoved support for #ifdef LBL. It was broken anyways,
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-12-22 David LevineChanged msg_style and msg_delim to be file static to...
2012-12-22 David LevineChanged type of name argument to m_getfld() from unsign...
2012-11-19 Oliver KiddleYozo TODA: fix for mhshow-charset- directives in .mh_pr...
2012-11-19 Ken HornsteinMerge branch 'format-memory-rework'
next