]> diplodocus.org Git - nmh/shortlog
nmh
2014-01-24 Ken HornsteinMove uip/attach.c to sbr/mime_type.c; it was used by...
2014-01-24 Ken HornsteinIn my over-eager trimming I didn't realize the fallback...
2014-01-24 Ken HornsteinSwitch from volatile char * to the more correct char...
2014-01-24 David LevineSeparate export from assignment in test-dist and test...
2014-01-23 Ken HornsteinWhoops, forgot to initialize the linked list next point...
2014-01-23 Ken HornsteinMake sure we include tiny.jpg we need for the test...
2014-01-23 Ken HornsteinTry to suppress warnings from changes (but why is this...
2014-01-23 Ken HornsteinHm, maybe I can't put environment variable assignments...
2014-01-23 Ken HornsteinWhoops, forgot a newline.
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-23 Ken HornsteinDocument changes to mhbuild and send.
2014-01-23 Ken HornsteinGarbage collect unused code.
2014-01-23 Ken HornsteinRemove automimeproc functionality; it's redundant now.
2014-01-23 Ken HornsteinUpdate the pending-release-notes for changes.
2014-01-23 Ken HornsteinFlesh out test-attach, and set it to run as part of...
2014-01-22 Ken HornsteinFix mhmail so it works with the new world order.
2014-01-22 Ken HornsteinConvert whatnow over to using the new Attach header.
2014-01-22 Ken HornsteinFixed this to use Attach instead of Nmh-Attachment.
2014-01-22 Ken HornsteinMake viamail read the user's profile; this is required...
2014-01-22 David LevineEnable asserts when debug is enabled, in build_nmh.
2014-01-22 Ken HornsteinFix a bunch of tests for the mhbuild changes; still...
2014-01-21 David LevineExpanded mhpath(1) man page discussion of its handling...
2014-01-20 David LevineUse LC_ALL instead of LC_CTYPE in test-pick because...
2014-01-20 David LevineFixed three LC_ALL settings:
2014-01-20 Ken HornsteinRemove autoconf checks for nl_langinfo() and langinfo.h
2014-01-20 Ken HornsteinCompletely deprecate support for MM_CHARSET.
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2014-01-19 Ken HornsteinDocument the -dist flag.
2014-01-19 Ken HornsteinChange error message so "Unknown error 0" doesn't get...
2014-01-19 Ken HornsteinAdd a test for dist to make sure it works with headers...
2014-01-19 David LevineUpdated MACHINES to show package requirements on Linux...
2014-01-19 Ken HornsteinAdd support for not outputting any MIME headers when...
2014-01-19 Ken HornsteinAllow mhbuild to work when the message body is empty...
2014-01-19 Ken HornsteinRemoved unused argument "file" to user_content().
2014-01-18 Ken HornsteinBeginning of work to run mhbuild always. A bit more...
2014-01-18 Ken HornsteinExplictly return the exit code, so we can portably...
2014-01-18 David LevineRemoved -a option from whatnow attach, in anticipation of
2014-01-17 Ken HornsteinAdd support for -auto flag to mhbuild.
2014-01-17 Ken HornsteinRemove WHATNOW #ifdefs; that code was obsolete a long...
2014-01-17 David LevineMoved readline check to after termcap/curses check...
2014-01-17 David LevineMoved readconfig() of mhn.defaults into construct_build...
2014-01-15 David LevineAdded check to get_file_info() in attach.c for failed...
2014-01-15 David LevineRemoved the tests of attach -v -a from test-attach...
2014-01-14 David LevineModified last check added to test-scan-multibyte so...
2014-01-14 David LevineSkip the last check that I added to test-scan-multibyte...
2014-01-14 David LevineIn cpstripped(), check for negative return value from...
2014-01-13 David LevineBetter fix for test-attach-detach on platforms without...
2014-01-13 David LevineFixed build on Solaris by only checking for -Wno-unused...
2014-01-12 David LevineHacked test-attach-detach to pass on Solaris.
2014-01-12 David LevineFinal fix to test-attach-detach: on some platforms...
2014-01-12 David LevineReally fix mode of file that's used in test-attach...
2014-01-12 David LevineOne final fix to test-attach-detach.
2014-01-12 David LevineFixed test-attach-detach to work with any umask, and...
2014-01-12 David LevineAdded -v and -a switches to whatnow attach so the user...
2014-01-11 David LevineRefined the POSTLINK used on OpenBSD so that it leaves...
2014-01-11 David LevineRefined the autoconf test for -Wno-unused-result so...
2014-01-11 David LevineCalculate port numbers in test suite based on uid so...
2014-01-11 David LevineUpdated Cygwin and Linux build notes.
2014-01-11 David LevineAdded more .exe files to .gitignore.
2014-01-11 David LevineWork around OpenBSD 5.4 file(1), which reports the...
2014-01-11 David LevineReworked attach to add charset to Content-Type string for
2014-01-11 David LevineChanged how build_nmh deals with older mhparam that...
2014-01-11 David LevineReorganized autoconf test for -Qunused-warnings so...
2014-01-11 Ken HornsteinChange test-mhmail so it can handle a MIMETYPEPROC...
2014-01-11 Ken HornsteinSwitch over to using --mime-type, since --mime seems...
2014-01-11 David LevineFixed POSTLINK (on OpenBSD) now that it doesn't use...
2014-01-11 Ken HornsteinMore tests, but not quite there yet.
2014-01-11 Ken HornsteinDon't error out if the message body is empty.
2014-01-11 David LevineOnly add -Qunused-arguments to LDFLAGS if compiler...
2014-01-11 David LevineReworked LFLAGS hack for flex 2.5.35 and 2.5.36 to...
2014-01-11 David LevineNo longer add -g or -s to LDFLAGS. autoconf handles...
2014-01-11 David LevineAdded -Wno-unused-result to silence warnings on Ubuntu.
2014-01-10 Ken HornsteinMake sure we use the 'short' filename and add newlines...
2014-01-10 Ken HornsteinA bit closer, but don't run the test just yet.
2014-01-09 Ken HornsteinPreliminary Attach: header support. Untested just...
2014-01-09 David LevineOpenBSD 5 needs an other-libraries (fourth argument...
2014-01-09 David LevineHard-code the config/version.c target, instead of using...
2014-01-09 David LevineReplace use of awk with sed in test-anno because it...
2014-01-09 David LevineDetect whether or not to use -n with tail in build_nmh.
2014-01-08 David LevineFixed typo in last commit of test-curses.
2014-01-08 David LevineAdded -Txterm-color to tput invocations that didn't...
2014-01-08 David LevineIn test-curses, use termcap codes if terminfo capabilities
2014-01-08 David LevineAdded sbr/dtimep.c to CLEANFILES so that make distcheck...
2014-01-08 David LevineClarified advisory message it test-mhfixmsg if a text...
2014-01-08 Ken HornsteinUpdate this for From, Resent-From, and Envelope-From...
2014-01-07 Ken HornsteinPrevent message status allocation code from overflowing...
2014-01-07 David LevineReplaced hidden make_mime_composition_file_entry()...
2014-01-07 David LevineHere's a better fix for the whatnow tests: set and...
2014-01-06 David LevineRemoved remaining run_prog's from tests that set an
2014-01-06 Ken HornsteinAdd a test for the new curses-based format escapes.
2014-01-05 David LevineFixed description of send -attach switch in whatnow...
2014-01-05 David LevineRemoved remaining globals in uip/attach.c.
2014-01-05 David LevineGot rid of a couple of globals used by attach get_line().
2014-01-05 David LevineMoved the functions that implement whatnow attach from
2014-01-05 David LevineIn whatnow help, don't show that detached can be abbrev...
2014-01-05 Ken HornsteinWhoops, I'm supposed to NUL-terminate the string, not...
2014-01-04 Ken HornsteinMake sure scan.curses is installed & distributed.
2014-01-04 Ken HornsteinSupport for sending color escape sequences retrieved...
2014-01-03 Ken HornsteinAdd support for %(hascolor), and a new function for...
2014-01-03 Ken HornsteinDocument %(nodate), and update things a bit.
next