X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=d08bcdd2406474012282d0f564c83a9d49626805;hb=3bade3916feaf3cb52e1dd8a12004eda26f6980b;hp=2e7678ecec27c010d9a475e02df057fe23efdcdf;hpb=8d3e26681c4341c76fe9a28371a75061678e7df2;p=mmh diff --git a/ChangeLog b/ChangeLog index 2e7678e..d08bcdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,16 @@ +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/prototypes.h: mark adios() as not returning, so gcc - can make a better job of avoiding spurious "uninitialized - variable" warnings. + * 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