X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/856ad5f613c3a0d67b7064a6b4a4d141cef4dae9..4574ff3e6743eb75f965f81f812f927d2a477618:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 48a5ee1c..a42dd837 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2005-02-23 Oliver Kiddle + + * 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 + find sub-parts of the specified part + 2003-9-30 Glenn Burkhardt * Fix 'pick' so handling of options "-list" and "-seq" are independent.