]> diplodocus.org Git - nmh/shortlog
nmh
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.
2014-01-03 Ken HornsteinGarbage collect some Autoconf cruft that has been aroun...
2014-01-03 Ken HornsteinAlso make sure outc() uses TPUTS_PUTC_ARG.
2014-01-03 Ken HornsteinWhoops, I forgot that AC_CACHE_CHECK calls AC_MSG_RESULT.
2014-01-03 Ken HornsteinCreate an autoconf test to determine the argument of...
2014-01-03 Ken HornsteinRemove checks for termcap.h and ncurses/termcap.h,...
2014-01-03 Ken HornsteinSigh. Fix up missing conversion from clear->ti_clear.
2014-01-03 Ken HornsteinI guess we can't include both termcap and terminfo...
2014-01-03 Ken Hornsteininclude curses.h so this (hopefully) now works on Solaris.
2014-01-03 Ken HornsteinConvert all of the terminal functions over to terminfo...
2014-01-02 Ken HornsteinGarbage collect unused code.
2014-01-02 Ken HornsteinRemove baudrate-handing code.
2014-01-02 Ken HornsteinAlways emit an STR instruction for terminal escape...
2014-01-02 Ken HornsteinSwitch from the M-X format for characters with the...
2014-01-02 Ken HornsteinFix problem with %(putlit) and %(zputlit) causing a...
2014-01-02 Ken HornsteinDrop support for different behavior on hardcopy termina...
2014-01-02 Ken HornsteinMove the termsbr code into the libmh library, where...
2014-01-01 David LevineGive up on fmt_compile.c for now.
2014-01-01 David LevineThat didn't work. Try including termcap.h first, inste...
2014-01-01 David LevineChanged several globals to be static, to avoid collision,
2014-01-01 David LevineTry including termcap.h before curses.h to see if that...
2013-12-31 Ken HornsteinIt looks like some systems also need curses.h as well...
2013-12-31 Ken HornsteinAdd support for outputing a few (limited) terminal...
2013-12-31 Ken HornsteinMake sure that branching instructions are traced even...
2013-12-31 Ken HornsteinChange fmttest to use litputs() on str and output buffe...
2013-12-29 David LevineGeneralized the valgrind suppression for sendmsg via...
2013-12-29 David LevineAdded test/valgrind.supp to EXTRA_DIST in Makefile...
2013-12-29 David LevineRemoved one run_prog from test-pick because it loses...
2013-12-28 David LevineFixed chmod of temp file in prompter. Noticed by valgrind.
2013-12-28 David LevineNull-terminate buffer in mbx_copy() in dropsbr.c. ...
2013-12-28 David LevineAdded support for running the test suite with valgrind...
2013-12-24 David LevineHave configure print out what it detects for the progra...
2013-12-23 David LevineAdded "true" to end of flex fixups in configure.ac...
2013-12-23 David LevineRemoved flex fixup for version 2.5.37, it's not necessa...
2013-12-23 David LevineUse --brief option, if supported, with file --mime.
2013-12-22 David LevineIn test-mhmail, insert semicolon in output of "file...
2013-12-22 David Levinefile --mime on OpenBSD returns strings such as "text...
2013-12-22 David LevineRemoved support for file -i, it just spits out "regular...
2013-12-22 David LevineRemoved temporary printouts.
2013-12-22 David LevineMore debugging statements for OpenBSD.
2013-12-22 David LevineAdded debuging printouts.
2013-12-22 David LevineWhooops, gcc on OpenBSD noticed a nasty in the last...
2013-12-22 David LevineWith whatnow attach, determine the content MIME type...
2013-12-22 David LevineUpdated date on a few man pages.
2013-12-22 David LevineRemoved temporary probes added in commit
2013-12-22 David LevineAdded temporary probes to see what file --mime and...
2013-12-22 David LevineIncreased size of file command buffer in make_mime_comp...
2013-12-14 David LevineCleaned up setting of CFLAGS in configure.ac.
2013-12-14 David LevineAdded POSTLINK to remainder of executables in Makefile.am.
2013-12-14 David LevineThe buildbot was reporting "warning" on stdin, not...
2013-12-14 David LevineThe build failed mysteriously on the OpenBSD buildbot...
2013-12-14 David LevineThat didn't quite work, try reducing size of warning...
2013-12-14 David LevineFilter out "often/almost always misused" warnings from...
2013-12-14 David LevineAdded mention of filename completion at whatnow prompt...
next