Andreas Krennmair:
[apps/madmutt.git] / ChangeLog.mutt-ng
index 46b9c72..0dac4d6 100644 (file)
@@ -1,5 +1,56 @@
 Changes specific to mutt-ng:
 
+2005-02-24:
+  * Integrated another sidebar fix and a build fix from Rocco Rutte.
+  * Implemented feature request that the number of tagged messages is shown in the sidebar
+
+2005-02-23:
+  * Integrated assume_charset patch from http://www.emaillab.org/mutt/download15.html.en
+  * Integrated patch by Rocco Rutte to correct minor bugs
+  * Fixed huge multibyte handling fuckup (was I drunk?!)
+  * Integrated sidebar fixed by Rocco Rutte
+
+2005-02-22:
+  * Merged mutt changes
+  * Sidebar now honors the imap_home_namespace
+  * Added "shorten hierarchy" option
+
+2005-02-21:
+  * Merged past mutt changes
+  * Fixed a bug in mutt_FormatString regarding aligning the rest of a string to the right (%>)
+  * Added fix from jschmitt
+
+2005-02-16:
+  * fixed segfault in curs_lib.c
+  * fixed names
+
+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