X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=c7787ee4549e354e17b7794fb7ca87dd28509db1;hp=757d2eb37284592722f5ff3eb4a18f166f99e9dd;hb=ebff0feca0d651c3d0c535a8147963f97807c17a;hpb=008837e090c008e3afe7a9c8667070bafa091e62 diff --git a/ChangeLog b/ChangeLog index 757d2eb..c7787ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +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. + +2006-01-06 Josh Bressers + + * patch #3968: Move the add() function from its own file (add.c) and + into utils.c. There was also a duplicate add() function in mf.c which + has been removed. + +2006-01-02 Josh Bressers + + * Remove sbr/pwd.c file, moving the pwd() function into sbr/utils.c. + 2006-01-01 Josh Bressers * patch #3967: Create a mh_xrealloc function to prevent mistakes when