]> diplodocus.org Git - nmh/history - Makefile.am
More cleaned and conversion to the new parameter API.
[nmh] / Makefile.am
2014-02-28 Ken HornsteinSupport complete encoding for encoding Content-Type...
2014-02-25 Ken HornsteinBeginnings of test suite for RFC 2231 support; does...
2014-02-04 Ken HornsteinAdd a new (but incomplete) test for mhbuild's new funct...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-24 Ken HornsteinMove uip/attach.c to sbr/mime_type.c; it was used by...
2014-01-23 Ken HornsteinMake sure we include tiny.jpg we need for the test...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-23 Ken HornsteinFlesh out test-attach, and set it to run as part of...
2014-01-17 David LevineMoved readline check to after termcap/curses check...
2014-01-09 Ken HornsteinPreliminary Attach: header support. Untested just...
2014-01-09 David LevineHard-code the config/version.c target, instead of using...
2014-01-08 David LevineAdded sbr/dtimep.c to CLEANFILES so that make distcheck...
2014-01-06 Ken HornsteinAdd a test for the new curses-based format escapes.
2014-01-05 David LevineMoved the functions that implement whatnow attach from
2014-01-04 Ken HornsteinMake sure scan.curses is installed & distributed.
2014-01-02 Ken HornsteinFix problem with %(putlit) and %(zputlit) causing a...
2014-01-02 Ken HornsteinMove the termsbr code into the libmh library, where...
2013-12-31 Ken HornsteinAdd support for outputing a few (limited) terminal...
2013-12-29 David LevineAdded test/valgrind.supp to EXTRA_DIST in Makefile...
2013-12-14 David LevineAdded POSTLINK to remainder of executables in Makefile.am.
2013-12-14 David LevineFilter out "often/almost always misused" warnings from...
2013-12-06 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2013-12-06 David LevineRenamed test/getfqdn to test/getcanon.
2013-12-05 Ken HornsteinGarbage collect "normalize".
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-12-03 Ken HornsteinFirst round of tests! Still want to do more before...
2013-11-14 Ken HornsteinBreak out the unquote functionality to a separate function.
2013-11-14 Ken HornsteinTest for unquoting, but it doesn't work yet.
2013-10-28 Ken HornsteinTest to make sure mhshow is actually invoking a charset...
2013-10-27 David LevineInterpret a full path argument to mhfixmsg as a filenam...
2013-10-23 Ken HornsteinA little tiny bit closer to working.
2013-04-14 David LevineA "credentials" mh-profile entry has been added. This...
2013-04-04 David LevineAdded vpick to dist_contib_DATA so it gets distributed.
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
2013-03-24 David LevineFinished replacing mh_strcasecmp() with strcasecmp...
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-19 Ken HornsteinMake sure the building of config/config.o and sbr/mts...
2013-03-18 Ken HornsteinAdd ICONVLIB to build rule for mhfixmsg
2013-03-17 David LevineAdded mhfixmsg(1).
2013-03-16 Ken HornsteinAdd information about locking support entries to the...
2013-03-16 Ken HornsteinSupport for locking tests in the test suite.
2013-03-03 David LevineAdded beginnings of storage format spec to new mh-folde...
2013-02-22 Ken HornsteinWhoops, forgot a \ when adding fmttest.man to man_SRCS.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-20 Ken HornsteinMake generating the ChangeLog work if you're building...
2013-02-20 Ken HornsteinThe beginnings of a fmttest man page.
2013-02-11 Ken HornsteinAdd a new test for the MIME functionality in burst.
2013-02-08 Ken HornsteinMake burst(1) be able to burst MIME-formatted messages...
2013-02-07 Ken HornsteinMove etc/gen-ctype-checked into an Automake primary...
2013-02-07 David LevineWhen debugging is enabled, replace the ctype functions...
2013-02-06 Ken HornsteinRemove warning suppression we no longer need. Hooray!
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
2013-02-02 Ken HornsteinMake sure we don't link getcwidth with the nmh libraries.
2013-02-01 Ken HornsteinIf we don't have iconv, skip the multibyte test that...
2013-02-01 Lyndon NerenbergFix configure tests for -Wfoo option support.
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-27 David LevineMerge branch 'm_getfld'
2013-01-26 Ken HornsteinHandle the case in the test suite where wcwidth() can...
2013-01-24 Ken HornsteinFix the format engine so it properly keeps track of...
2013-01-24 David LevineAdded test-msg-buffer-boundaries.
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-18 Ken HornsteinBeginning of implementation of new argsplit() function...
2013-01-18 David LevineAdded test-msg-buffer-boundaries.
2013-01-17 David LevineAdded check of header field body with more than 511
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-14 David LevineMoved test of empty header field from
2013-01-11 David LevineStarted revising m_getfld() code to replace direct...
2013-01-07 Ken HornsteinFix bug where a "cur" sequence that was outside the...
2013-01-04 Ken HornsteinCreate a dependency for mh-chart.man on all of the...
2013-01-02 Ken HornsteinSwitch to using native automake rules for cscope.
2013-01-02 Ken HornsteinChange TLS support to only link the TLS libraries with...
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-12-10 Ken HornsteinThe beginnings of a program to test format functions...
2012-11-26 Ken HornsteinSince pick now uses decode_rfc2047, we need to be sure...
2012-11-25 Ken HornsteinA new test for the POP support in inc. Very simple...
2012-11-23 David LevineAdded test-slocal.
2012-11-09 Paul FoxAdded ml script to docs/contrib.
2012-11-05 David LevineAdded format support for zputlit function escape. ...
2012-10-21 Lyndon NerenbergRemove %nmhdate% substitution from man.sed. It's no...
2012-10-21 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-10-21 David LevineUpdated sendfiles(1):
2012-10-16 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-10-16 Lyndon NerenbergAdd new make targets 'man' and 'cleanman' to build...
2012-10-15 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-10-15 David LevineThe first alias contained in a blind list is now expand...
2012-10-07 David LevineAdded test-anno, test-dist, test-msgchk, and test-rcvtty.
2012-09-19 David LevineDisabled echo of rm -f lines in Makefile to quiet build...
2012-09-19 David LevineReplaced spost with script that exec's post -mts sendma...
2012-08-31 Ken HornsteinNew test for folder -recurse
2012-08-23 Ken HornsteinChange the Bcc: code in post so it includes the From...
2012-08-09 David LevineAdded default_content_type argument to
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-07-12 David LevineAdded -mts switch to post, send, and whom. Replaced...
2012-07-10 David LevineRenamed "sendmail" mts method to "sendmail/smtp", allow...
2012-07-09 David Levinespost(8) has been merged into post(8). Its functionali...
2012-07-04 David LevineAdded test-packf.
2012-07-02 David LevineAdded test-dp, test-fmtdump, test-prompter, test-rcvstore,
2012-07-01 David LevineWrapped some shell variables with quotes so the tests...
next