2012-11-14 [paul] 3.8.1cvs123
[claws.git] / ChangeLog
index 4fde506bee2f401d56df5ee83efb55d06729c817..30dd19d5a2fdecc7ab40c5b45bce6322afbc0ed4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,237 @@
+2012-11-14 [paul]      3.8.1cvs123
+
+       * po/de.po
+       * po/es.po
+       * po/fi.po
+       * po/fr.po
+       * po/hu.po
+       * po/pt_BR.po
+       * po/sv.po
+       * po/uk.po
+       * po/zh_TW.po
+               updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
+               wwp, Páder Rezső, Frederico Goncalves Guimaraes, Andreas Rönnquist,
+               YUP, Wei-Lun Chao
+
+2012-11-14 [paul]      3.8.1cvs122
+
+       * tools/README
+       * tools/fix_date.sh
+               improvements by wwp
+
+2012-11-14 [colin]     3.8.1cvs121
+
+       * src/action.c
+               And fix warning with breaking functionality
+
+2012-11-14 [paul]      3.8.1cvs120
+
+       * src/action.c
+               revert this change from 3.8.1cvs60, it breaks
+               actions with a pipe
+
+2012-11-14 [colin]     3.8.1cvs119
+
+       * src/common/plugin.c
+               If plugin fails to load from absolute path, try from
+               default plugin path. 
+               Fixes bug #1137, 'loading plugins with same profile on different archs'
+               Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
+               results in wrong paths in clawsrc'
+
+2012-11-12 [colin]     3.8.1cvs118
+
+       * src/messageview.c
+               Fix initial focus on textview. Fixes bug #2776,
+               "Make all menu shortcuts work properly in the message window"
+
+2012-11-09 [colin]     3.8.1cvs117
+
+       * src/etpan/imap-thread.c
+               Specify search charset. Thanks to Aleksei Miheev
+
+2012-11-08 [colin]     3.8.1cvs116
+
+       * src/common/socket.c
+       * src/gtk/gtkutils.c
+               Fix socket communication
+
+2012-11-08 [colin]     3.8.1cvs115
+
+       * src/plugins/pgpcore/sgpgme.c
+               Fix Windows runtime crash
+
+2012-11-08 [colin]     3.8.1cvs114
+
+       * src/gtk/quicksearch.c
+               Fix going active with NULL matchstring (for example
+               when changing type before typing anything)
+
+2012-11-07 [colin]     3.8.1cvs113
+
+       * src/mbox.c
+               Fix Windows build
+
+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