X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=d835a071dcee7b3f0f23627b14cd2e45ef780b11;hp=b29df86a89c537a665206f6301291505098b7b56;hb=4c24408bdff496a631709326b0d07a4e12fa9277;hpb=fd686eb9d48a14768c6cb37e92398e84e65e79a7 diff --git a/ChangeLog b/ChangeLog index b29df86..d835a07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2005-02-23 Oliver Kiddle + + * use iconv to convert RFC-2047 encoded headers to the + character set used by the current locale + + * sbr/folder_read.c fix Debian bug #202667: crash when a + message's filename overflows an int when converted + + * Updated config.guess and config.sub to the most recent + versions (from automake 1.9.5) + +2005-02-21 Oliver Kiddle + + * sbr/getpass.c fix bug where inc crashed on failing to reopen + the terminal + +2005-01-27 Oliver Kiddle + + * Added -proxy option to inc and msgchk. Based on old patch + from Michael Richardson. + + * On systems where it is available, use nl_langinfo to get the + character set if MM_CHARSET is unset + +2005-01-21 Oliver Kiddle + + * sbr/check_charset.c US-ASCII is a subset of UTF-8 so can be + handled directly when UTF-8 is being used + 2004-12-17 Oliver Kiddle * uip/mhmisc.c Fix -part option to mhshow/mhlist/mhstore to