2012-10-17 [colin] 3.8.1cvs100
[claws.git] / ChangeLog
index f95fdb5e525ce4b12ca5da326b22905d40fd472e..1e0e285f6481dfb3d979bd25aa58b47e113c9579 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,105 @@
+2012-10-17 [colin]     3.8.1cvs100
+
+       * src/common/ssl_certificate.c
+               Fix bug #2759, "Error messages regarding bad
+               client certificates are less than helpful"
+               Based on patch by bug reporter.
+
+2012-10-13 [paul]      3.8.1cvs99
+
+       * src/common/ssl_certificate.c
+               fix build with gnutls 3.1.3
+               Patch by Sean Buckheister.
+
+2012-10-12 [mones]     3.8.1cvs98
+
+       * src/compose.c
+       * src/grouplistdialog.c
+       * src/imap.c
+       * src/news_gtk.c
+       * src/procmime.c
+       * src/procmsg.c
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/etpan/imap-thread.c
+               New slist_free_strings_full wrapper for g_slist_free_full
+               and simplify calls where it was being used
+
+2012-10-12 [colin]     3.8.1cvs97
+
+       * src/common/defs.h
+               Drop include of internal glib header
+               Patch by Werner Koch
+
+2012-10-12 [colin]     3.8.1cvs96
+
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtksctree.c
+               Fix bug #2581, "expander arrows are too tiny to hit with the 
+               mouse". Patch mostly by Tom Horsley
+
+2012-10-12 [iwkse]     3.8.1cvs95
+
+       * src/common/utils.c
+                       g_free *mutex
+
+2012-10-12 [mones]     3.8.1cvs94
+
+       * src/common/utils.c
+               Remove undeclared mutex symbol
+
+2012-10-12 [colin]     3.8.1cvs93
+
+       * src/compose.c
+       * src/prefs_account.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
+               Thanks to Salvatore de Paolis
+
+2012-10-10 [colin]     3.8.1cvs92
+
+       * src/folder.c
+               Fix bug #2744, "Quick search throws bad command 
+               argument error on Microsoft Exchange". Fall back
+               to local search if folder-specific search fails.
+       * src/gtk/quicksearch.c
+               Typo fix.
+
+2012-10-10 [colin]     3.8.1cvs91
+
+       * src/procmsg.h
+               Make what the tags list contain more clear
+
+2012-10-10 [colin]     3.8.1cvs90
+
+       * src/inc.c
+       * src/mbox.c
+       * src/common/smtp.c
+       * src/common/smtp.h
+               Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
+               Patch by "madroach"
+
+2012-10-10 [colin]     3.8.1cvs89
+
+       * autogen.sh
+               Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
+
+2012-10-10 [colin]     3.8.1cvs88
+
+       * src/compose.c
+               Leak fix (thanks Ricardo!)
+
+2012-10-10 [colin]     3.8.1cvs87
+
+       * src/common/utils.c
+               Fix O(n^2) algorithm in remove_numbered_files_not_in_list
+               Initial patch by Igor Mammedov <imammedo@redhat.com> with
+               fixes by Michael Rasmussen and myself.
+               Also revert part of 3.8.1cvs86, g_slist_free_full() 
+               semantics are different from slist_free_strings() in that
+               slist_free_strings does not free the list itself.
+
 2012-10-09 [mones]     3.8.1cvs86
 
        * doc/man/claws-mail.1