X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=2e03ab674d5771d79dc9bcb1e1258aa556354fc4;hb=8b4410a1f3cb75e3d92b61176397655d509f81ee;hp=0b0c883cc4e34d3373da8b5cde836e57cbef03cd;hpb=a33d9f4d7a1bf4bd4ab286f69af322b5b8d7c946;p=mmh diff --git a/ChangeLog b/ChangeLog index 0b0c883..2e03ab6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2008-08-13 Eric Gillespie + + * test/tests/bad-input/test-header: Add test for it. + + * sbr/m_getfld.c: If we reach the end of the line without finding + a ':' when parsing a header field, treat that line as the + beginning of the body rather than blowing up. These messages are + usually spam, but it's nice to be able to at least scan them. + +2008-08-12 Eric Gillespie + + * test/tests/mhshow/test-qp: Test various valid and invalid + escape sequences. + + * uip/mhparse.c (openQuoted): Simplify the decode-or-show for loop by + peeking ahead to the next byte(s) when encountering '=', and just let + invalid escape sequences through as literals (fixes bug #15245). + +2008-08-12 Peter Maydell + + * autogen.sh (new file): add script for running the GNU + autotools in the right order + * INSTALL: mention that you need to run autogen.sh if you + got nmh from CVS + * docs/README.developers: mention autogen.sh rather than + suggesting running autoheader and autoconf by hand. + * test/setup-test: run autotools via autogen.sh + 2008-08-08 Eric Gillespie * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add support for