X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=d08bcdd2406474012282d0f564c83a9d49626805;hb=3bade3916feaf3cb52e1dd8a12004eda26f6980b;hp=8d6c1f1942f44a1586c614c545786966d79df66b;hpb=3adc6332ad97bf689bcfb8ab5fd45c86a6051a77;p=mmh diff --git a/ChangeLog b/ChangeLog index 8d6c1f1..d08bcdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2008-06-12 Josh Bressers + * man/repl.man, etc/mhl.reply: + Add an attribution line when replying to messages. + +2008-06-02 Peter Maydell + + * h/mh.h, h/prototypes.h, sbr/done.c, uip/inc.c, + uip/mhbuild.c, uip/mhlist.c, uip/mhn.c, uip/mhshow.c, + uip/mhstore.c, uip/mhtest.c, uip/packf.c, uip/pick.c, + uip/rcvdist.c, uip/rcvstore.c, uip/sendsbr.c: when + building on gcc, use the noreturn attribute on various + functions (should improve code and avoid some spurious + 'uninitialized variable' warnings). + +2008-06-01 Peter Maydell + + * docs/README.developers: update the bits about doing a + release announcement, now I've actually done one. + +2008-05-22 Peter Maydell + + * uip/scansbr.c: don't use MB_CUR_MAX if we aren't compiled + with multibyte support. + + * uip/whatnowsbr.c: factor out common code for writing ls + shell command, and make it do more sensible buffer length + checks. Also avoid relying on the return value of sprintf(), + as some old systems don't return number of characters written. + +2008-05-21 Peter Maydell + + * sbr/utils.c (mh_xrealloc): don't assume realloc() can + handle NULL pointers; some non-POSIX realloc()s can't. + + * sbr/dtimep.lex: add some table size declarations for the + benefit of elderly lexes with small defaults. + 2008-05-18 David Levine * sbr/addrsbr.c: removed "err" from conditional, because gcc