2008-09-07 [colin] 3.5.0cvs92
[claws.git] / ChangeLog
index 424755b37b989d055ea8dfa7eeaaa8b4cf355358..807dad429b5ddee749d98aa512bcd7d37e892a60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,84 @@
+2008-09-07 [colin]     3.5.0cvs92
+
+       * src/textview.c
+               Fix bug 1712, 'invalid "Phishing attempt warning" 
+               when linked text ends with spaces'
+
+2008-09-05 [colin]     3.5.0cvs91
+
+       * src/procmime.c
+               Maybe fix bug 1711, 'Save-as attachment crashes'
+               Possibly wrong free() due to pointer shifting
+
+2008-09-05 [colin]     3.5.0cvs90
+
+       * src/compose.c
+               Fix bug 1710, 'User misreads "Discard Message" 
+               as "Discard Changes"'. Propose to save or discard
+               only the latest changes when closing an existing
+               draft. Autosave may still have saved parts of the
+               edit session.
+
+2008-09-04 [colin]     3.5.0cvs89
+
+       * src/summaryview.c
+               Fix bug 1707, 'Segfault when sorting on non-visible column'
+
+2008-09-01 [colin]     3.5.0cvs88
+
+       * src/imap.c
+       * src/summaryview.c
+       * src/common/tags.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Store spam flag on IMAP (Junk/NonJunk, as 
+               ThunderBird does - this is nonstandard)
+
+2008-08-31 [wwp]       3.5.0cvs87
+
+       * ChangeLog
+               Fix globish edition^Wediting.
+
+2008-08-31 [wwp]       3.5.0cvs86
+
+       * src/addressbook.c
+               Don't break nickname editing for non-LDAP books (nickname
+               value was overwritten when editing existing contact, this
+               came from 3.0.2cvs109).
+
+2008-08-30 [colin]     3.5.0cvs85
+
+       * src/mainwindow.c
+       * src/summaryview.c
+               Fix "Apply tags..." key shortcut
+
+2008-08-29 [iwkse]     3.5.0cvs84
+
+       * src/summaryview.c
+                       Bit of clean:)
+
+2008-08-29 [iwkse]     3.5.0cvs83
+
+       * src/summaryview.c
+                       Disable "Move to trash" action if
+                       we are in a trash-like folder.
+                       Thanks to colinl
+
+2008-08-29 [paul]      3.5.0cvs82
+
+       * configure.ac
+               bump up libetpan version requirement since
+               0.55 is released now
+
+2008-08-28 [wwp]       3.5.0cvs81
+
+       * src/account.c
+       * src/pop.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Add finer granularity to the POP3's remove-after delay (now in
+               hours in addition to in days), patch by Paul Rolland.
+
 2008-08-28 [wwp]       3.5.0cvs80
 
        * src/gtk/combobox.c