X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=bcea34a39377b86752e611484087e98e7188c12d;hp=c50664ad54c5f8d0a1fe3f14bfed6598163ecbfa;hb=e2c71f66b925a33cceb1ea4b75a62a05333d124a;hpb=8979d70884315e7de858d4de2c0bb5287ad7bbbb diff --git a/ChangeLog b/ChangeLog index c50664a..bcea34a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,75 @@ +2005-12-12 Josh Bressers + + * uip/sendsbr.c (annoaux): Fix the call to annotate() fixing a bug + which prevented repl from properly annotating messages. + +2005-12-07 Jon Steinhart + + o Fixed a bug where anno -append put the headers in the wrong place + if applied to a message that didn't contain any headers. + + o Added a special value of "all" to the -number option that causes + anno -delete to delete all matching components instead of just + the first one. + + o Added new -preserve and -nopreserve options. Using -preserve + retains the original last accessed and last modified times on + annotated messages. + +2005-12-05 Josh Bressers + + * Fedora Bug #174983: configure.in: Fix the AC_PATH_PROG default when + vi isn't found during build. + +2005-11-19 Peter Maydell + + * bug #14977: sbr/context_read.c: special case an MHCONTEXT of + "/dev/null" and don't try to lock it. + + * bug #9228, debian bug #146449: man/mh-profile.man: make it clearer + that lower case environment variables (and in particular mheditor) + are internal to nmh and not intended to be set by the user. + +2005-11-09 Peter Maydell + + * sbr/mf.c: fix buffer overrun with absurdly long addresses + (only causes crashes if scan is run with '-width 16536' or similar) + + * bug #7917: sbr/context_foil.c, sbr/context_read.c, + sbr/context_save.c: mark 'no context' with NULL rather than + "/dev/null" so we don't inadvertently try to lock /dev/null (which + takes up to a minute in some locking configurations and makes post + very slow). + + * patch #3913: uip/post.c: pass some globals into sm_init() so that + it uses SASL if necessary. (This bug was preventing Bcc'd emails + from being sent via SASL authenticated SMTP.) + + * bug #9813: uip/rmf.c: don't crash if there's no Current-Folder + entry in the context file. + +2005-11-13 Oliver Kiddle + + * bug #7833: uip/Makefile.in: remove link to install-mh that caused + problems on some systems + + * bug #739: Makefile.in: install target now depends on all to avoid + problem on case-insensitive file systems with the INSTALL file + +2005-11-10 Josh Bressers + + * Fedora Bug #172838: configure.in: Fix the AC_PATH_PROG default when + sendmail isn't found during build. + +2005-11-09 Peter Maydell + + * h/aliasbr.h: fix a non-ANSI prototype. + 2005-11-08 Oliver Kiddle + * Simon Burge: acconfig.h, configure.in, uip/rcvtty.c, uip/slocal.c: + fix to handle getutent() on NetBSD + * INSTALL, README, docs/README.about, man/nmh.man: update most references to the web page and mailing list locations