X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/aa2501ef873e96a8500c53b05280dcc0ade952c2..84591551ae36c592f59bd369027397ef9f934602:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4adb8806..cc54aebf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2006-01-17 Oliver Kiddle + + * sbr/fmt_scan.c: more robust multi-byte/column support for field + widths, restoring right justification feature + +2006-01-16 Oliver Kiddle + + * h/aliasbr.h, h/rcvmail.h, man/Makefile.in, man/slocal.man, + sbr/lock_file.c, uip/aliasbr.c, uip/dropsbr.c, uip/post.c, + uip/slocal.c, man/mh-mts.man: remove remnants of code for MMDF + + * uip/scansbr.c: multiply buffer size by MB_CUR_MAX so multi-byte + chars fit + +2006-01-14 Josh Bressers + + * sbr/fmt_scan.c: Turn the PUTSF macro into a function capable of + handling multi column characters. + 2006-01-07 Josh Bressers * Remove sbr/strerror.c -- strerror(3) is defined in C89.