]> diplodocus.org Git - nmh/shortlog
nmh
2014-01-21 David LevineReplaced use of m_mktemp() with m_mktemp2() so that...
2014-01-21 David LevineRemoved remaining occurrences of char *tmp from uip...
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 David LevineRemoved "tmp" from the uip/mh* programs, so that they...
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.
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...
next