2007-12-01 [paul] 3.1.0cvs46
[claws.git] / ChangeLog
index 7ff396a09dbbda8fef8b79489dddee23cd655203..e19cc8c0a0d37a817817f08a4b94f2a12b9383c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2007-12-01 [paul]      3.1.0cvs46
+
+       * po/POTFILES.in
+               add the new addrcustomattr.c file
+
+2007-11-29 [colin]     3.1.0cvs45
+
+       * src/common/ssl_certificate.c
+               Use the more modern getaddrinfo instead of 
+               gethostbyname when possible
+
+2007-11-28 [colin]     3.1.0cvs44
+
+       * src/summaryview.c
+               Maybe fix bug 1410 and other crash reports
+               in summaryview since cvs38.
+
+2007-11-28 [wwp]       3.1.0cvs43
+
+       * src/prefs_summary_open.c
+               Guard against an empty list of actions to perform
+               when opening a folder (or migration defaults could
+               be introduced, confusing).
+
+2007-11-28 [colin]     3.1.0cvs42
+
+       * src/folderview.c
+               Fix mark all read from folder's contextual menu
+
+2007-11-27 [colin]     3.1.0cvs41
+
+       * src/imap.c
+       * src/imap.h
+       * src/imap_gtk.c
+       * src/prefs_account.c
+       * src/etpan/imap-thread.c
+               A few fixes to the IMAP flags handling: Optimisations,
+               two crashers, mention that Bandwitdh-efficient mode
+               prevents tag fetching.
+               Fix M-UTF7 in subscription dialog.
+
+2007-11-27 [colin]     3.1.0cvs40
+
+       * src/folder.c
+       * src/mbox.c
+       * src/summaryview.c
+               Make filtering faster on flags change: Batch original 
+               folderitem, where we'll do flags/tags changes.
+
 2007-11-27 [colin]     3.1.0cvs39
 
        * src/filtering.c