X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=ChangeLog.mutt-ng;h=3c0f5dee9b81417a0dc91513e406ffacbb3c8c81;hp=0d768cf5eedc3538128f956a0d4ad0470d817876;hb=1bdbccb7f3e83735873bd0f66cd9f66d5d008342;hpb=e6b4978132b0437f928aa73b22c0a517959f78bb diff --git a/ChangeLog.mutt-ng b/ChangeLog.mutt-ng index 0d768cf..3c0f5de 100644 --- a/ChangeLog.mutt-ng +++ b/ChangeLog.mutt-ng @@ -1,5 +1,44 @@ Changes specific to mutt-ng: +2004-02-16: + * fixed segfault in curs_lib.c + +2005-02-13: + * Merged in mutt changes from 1.5.7 to 1.5.8 + +2005-02-10: + * quoting fix for f=f handler (fix for bug #3345) + +2005-02-06: + * rewrote handler for f=f attachments to produce nicer output + +2005-02-05: + * Made message ID format configurable + * Implemented $signoff_string (fixes feature request #552) + +2005-02-04: + * Fixed another bug in ajg.last-folder patch + +2005-02-03: + * Fixed stupid bug regarding saving attachments + * applied ajg.last-folder patch + +2005-02-02 + * little change to prevent segfaults on ia64; see #285001 in debian bts for + more information + +2005-02-01: + * Merged in mutt changes from 1.5.6 to 1.5.7 + +2005-01-30: + * (Partially?) implemented IMAP reconnecting, needs more testing + +2005-01-29: + * Fixed bugs #3149 and #3161: declarations within functions don't work with gcc 2.95 + * Rename helper programs new names and install documentation into + $prefix/doc/muttng (#3143) + * Fixed Solaris compile problem + 2005-01-23: * Implemented umask option after Wolfgang Karall's idea