2012-11-06 [mones] 3.8.1cvs112
[claws.git] / ChangeLog
index d7dc4aa6d766eae8c85e852b4386be125c14b2c5..2e649003a0719c94212add32b81051c8a09bfae4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,177 @@
+2012-11-06 [mones]     3.8.1cvs112
+
+       * doc/man/claws-mail.1
+               Sync with AUTHORS file
+       * src/gtk/quicksearch.c
+               Add number units where appropriate
+
+2012-10-31 [paul]      3.8.1cvs111
+
+       * src/prefs_folder_item.c
+               add missing closing bracket. thanks to Andreas Rönnquist.
+
+2012-10-31 [colin]     3.8.1cvs110
+
+       * src/prefs_folder_item.c
+               Fix prefs text and extra semi-colon. Thanks to Paul!
+
+2012-10-31 [colin]     3.8.1cvs109
+
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/messageview.c
+       * src/prefs_folder_item.c
+               Implement feature from bug #2569, 
+               "select html part on folder specific properties"
+               Patch based on Andrej's patch.
+
+2012-10-29 [wwp]       3.8.1cvs108
+
+       * src/textview.c
+       Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
+       broken URL parsing.
+
+2012-10-25 [colin]     3.8.1cvs107
+
+       * src/textview.c
+               Verify the previous URI wasn't the same...
+               fixes http://www. URIs.
+
+2012-10-25 [colin]     3.8.1cvs106
+
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/textview.c
+               Avoid strlen() on inner loop in textview_make_clickable_parts*()
+               reduces cost of strcasestr() in textview_make_clickable_parts*()
+               from 30% to 15%. Patch by Igor Mammedov
+
+2012-10-25 [colin]     3.8.1cvs105
+
+       * src/textview.c
+               Do not allow search cost to explode in case of bad message
+               parsing in textview_make_clickable_parts_later(); reduces
+               cost of textview_make_clickable_parts_later() from 99% to
+               17% for big bad-case message. Patch by Igor Mammedov
+
+2012-10-25 [colin]     3.8.1cvs104
+
+       * src/textview.c
+       * src/textview.h
+               Avoid strlen() on big buffers, use precomputed length instead
+               it reduces cost of textview_write_line() from 32% to 3% for
+               big messages. Patch by Igor Mammedov
+       * AUTHORS
+       * src/gtk/authors.h
+               Add Igor
+
+2012-10-24 [mones]     3.8.1cvs103
+
+       * src/advsearch.c
+               Trust on IMAP core on-line/off-line management
+               Patch by Sean Buckheister
+
+2012-10-19 [paul]      3.8.1cvs102
+
+       * AUTHORS
+       * src/crash.c
+       * src/gtk/authors.h
+               fix bug 2760, 'display correct libc version in crash dialog 
+               when uclibc is used'.
+               fixes build with uclibc. patch by Natanael Copa.
+
+2012-10-18 [mones]     3.8.1cvs101
+
+       * claws-mail.desktop
+               Fix bug #2761 and remove invalid GTK main category
+
+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