]> diplodocus.org Git - nmh/shortlog
nmh
2014-04-10 Ken HornsteinFix test for inlineonly.
2014-04-10 David LevineAdded -dump to w3m and elinks invocations in mhn.defaults.
2014-04-10 Lyndon NerenbergWhen lkfopendata() fails, seqfile is being freed too...
2014-04-10 Lyndon NerenbergI missed one spot in getln() where the new quoting...
2014-04-10 Lyndon NerenbergIf getln() sees a newline as its first character, it...
2014-04-10 Lyndon NerenbergClang's static analyzer reports a potential NULL pointe...
2014-04-10 Lyndon NerenbergRemove dead initialization of fp in main().
2014-04-10 David LevineAdded -dump (and -child) to lynx invocation when it...
2014-04-10 Ken HornsteinFormatting fix, from Mikhail <mp39590@gmail.com>.
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-09 David LevineThe size reported by mhshow test-charset is different...
2014-04-09 David LevineUse *ct->c_ceclosefnx() instead of clsoe_encoding(...
2014-04-09 Ken HornsteinMerge branch 'mhshow-fixup'
2014-04-09 Ken HornsteinDocument and distribute mhshow.marker
2014-04-09 Ken HornsteinDocument the changes made to mhshow.
2014-04-09 Ken HornsteinChange from "concat" to "concatsw" so we don't conflict...
2014-04-09 Ken HornsteinAdd new flags for -concat/-noconcat, -inlineonly/-noinl...
2014-04-09 Ken HornsteinChange things so we only supply a form filename; most...
2014-04-09 Ken HornsteinNow only display text and inline content by default.
2014-04-09 David Levinelkopen_dot() would block forever if another process...
2014-04-06 David LevineInstead of relying on errno to determine if locking...
2014-04-06 David LevineDon't ignore return value of lkfopendata(), most notably of
2014-04-05 David LevineUpdate context and sequences before showing messages...
2014-04-03 Ken HornsteinMoving closer to fixing mhshow completely. Includes...
2014-03-26 Ken HornsteinStart of changes for mhshow; compiles, but does nothing...
2014-03-23 David Levinemhn.defaults.sh really doesn't need to look in /usr...
2014-03-23 David LevineAdded mhshow-show-application/pdf detection to mhn...
2014-03-23 David LevineNote that order is preserved for messages that have...
2014-03-21 Ken HornsteinMove pidcheck() into mhshowsbr.c (the only consumer...
2014-03-21 Ken HornsteinRemove support for -pause/-nopause switches to mhshow...
2014-03-21 Ken HornsteinRemove support for parallel content display. This...
2014-03-20 David LevineFixed quoting of charset value in mhn.defaults.sh.
2014-03-16 David LevineRenamed mkstemp(1) man page to mh-mkstemp(1), so it...
2014-03-16 Lyndon NerenbergUpdate the manpage style guide to be consistent about...
2014-03-16 David LevineFixed formatting of program name in mh-mime(7) man...
2014-03-16 David LevineMoved "mhparam iconv" description to mhparam(1) man...
2014-03-15 David LevineFixed some of the issues noted by clang --analyze with
2014-03-15 David LevineFixed fixup of sbr/dtimep.c with flex 2.5.36.
2014-03-15 David LevineModified probe to output sbr/dtimep.c. The flex versio...
2014-03-15 David LevineAdded probe to configure.ac to output flex version...
2014-03-15 David LevineCompare character with EOF using signed comparison...
2014-03-14 Ken HornsteinSigh. Make localmbox work even if we're not using...
2014-03-14 Ken HornsteinWhoops, missed a warning groff found.
2014-03-14 Ken HornsteinFix some typos and make some style changes suggested...
2014-03-14 Ken HornsteinAdd support for printing iconv and localmbox.
2014-03-13 Ken HornsteinUpdate for mh-mime.
2014-03-13 Ken HornsteinCreate new mh-mime man page, with overview of how MIME...
2014-03-13 Ken HornsteinUpdate and fix some formatting issues.
2014-03-11 David LevineFixed test-mkstemp to work on platforms that don't...
2014-03-11 David LevineCheck for text/html display programs in this order...
2014-03-07 Ken HornsteinFix minor typo.
2014-03-07 Lyndon NerenbergImport Dave Crocker's brief history of email developmen...
2014-03-07 David LevineFixed test/getcwidth.c to build without MULTIBYTE_SUPPORT.
2014-03-07 David LevineFixed a few very minor issues that cppcheck noticed.
2014-03-07 David LevineRemoved declaration of unused sm_reply from post.c.
2014-03-07 David LevineMade a couple of globals static in smtp.c.
2014-03-07 David LevineChanged unused symbol that gen-ctype-checked creates...
2014-03-07 David LevineAdded remedy for compile warnings when built with ...
2014-03-07 David LevineRemove backup file at end of test-ext-params, and a...
2014-03-06 Ken HornsteinPut in check so "attach" is rejected when the draft...
2014-03-06 Ken HornsteinUpdate test to match reality
2014-03-06 Ken HornsteinUpdate documentation to match reality.
2014-03-06 Ken HornsteinPrevent crash if editfile() is called and both "*ed...
2014-03-06 Ken HornsteinRemove unneeded assignment.
2014-03-06 Ken HornsteinFix up some warnings and problems when iconv doesn...
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-06 Ken HornsteinUpdate pending-release-notes.
2014-03-06 Ken HornsteinMore tests for extended-parameter parsing.
2014-03-05 Ken HornsteinAdd extra argument to add_param() so it can use the...
2014-03-05 Ken HornsteinA more complicated RFC 2231 parsing example.
2014-03-05 Ken HornsteinWhoops, a little TOO hasty on the last bugfix; put...
2014-03-05 Ken HornsteinSwitch over to using the token parser instead of isspac...
2014-03-05 Ken HornsteinMove language tag parser into the block so it only...
2014-03-05 Ken HornsteinChange disposition output slightly.
2014-03-05 Ken HornsteinUpdate information to mention RFC 2231.
2014-03-05 Ken HornsteinAdd message/external-body test.
2014-03-05 Ken HornsteinUpdate mhlist and other relevant utilities to output...
2014-03-05 Ken HornsteinSome tests for RFC 2231 decoding; seems like it works...
2014-03-05 Ken HornsteinFix up some error reporting, and reassemble partial...
2014-03-05 Ken HornsteinFix up a few pointer mishaps; this should now get every...
2014-03-05 Ken HornsteinWhoops, forgot to set the name element of the partial...
2014-03-05 Ken HornsteinA few minor fixups; the parser now passes the test...
2014-03-04 Ken HornsteinFixes for the MIME parser; kinda works for regular...
2014-03-04 Ken HornsteinMore work on extended parameter parser. Does not compi...
2014-03-03 David LevineIn test/common.sh.in trap, cd to $MH_TEST_DIR before...
2014-03-03 Ken HornsteinMake parse_header_attrs() a private function (there...
2014-03-03 Ken HornsteinConvert unqp() to decode_qp(), and make it a public...
2014-03-03 David LevineAdded mkstemp(1), wrapper around mkstemp(3)/mkstemps...
2014-03-03 David LevineAdded convenience function die() to mhmail.
2014-03-03 Ken HornsteinSwitch over get_ctinfo() to determine the filename...
2014-03-02 David LevineAdded recommendation to use nmh-storage profile setting or
2014-03-02 David LevineAdded check of -noverbose to test-mhstore.
2014-03-02 David LevineAdded commented explaining use of ci_attrs[0] in
2014-03-02 Ken HornsteinWhoops, forgot to TEST THIS OUT first.
2014-03-02 Ken HornsteinFor some reason viamail listed mhoutsbr as a dependency...
2014-03-02 Ken HornsteinMore cleaned and conversion to the new parameter API.
2014-03-02 Ken HornsteinAdd a new get_param_value(); redo iconv() parameter...
2014-03-01 David LevineRemoved recommendation from mhstore man page that users...
2014-03-01 David LevineAdded description of switches.
2014-03-01 David Levinemhstore(1) now obeys its -noverbose switch.
next