2012-11-14 [paul] 3.8.1cvs123
[claws.git] / ChangeLog
index d73970e1c9b8652690983c3c71927a960f1cbaea..30dd19d5a2fdecc7ab40c5b45bce6322afbc0ed4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,133 @@
+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