2012-11-15 [wwp] 3.9.0cvs3
[claws.git] / ChangeLog
index f9f504ab22d66c62200996348196e59c0b69b3de..4bb0870289e04209f4f796b4dc752241e2459b2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,170 @@
+2012-11-15 [wwp]       3.9.0cvs3
+
+       * doc/man/claws-mail.1
+       * src/main.c
+               Add --cancel-receiving command-line switch.
+
+2012-11-15 [wwp]       3.9.0cvs2
+
+       * src/ssl_manager.c
+       * src/gtk/sslcertwindow.c
+               Fix Capitalization.
+
+2012-11-15 [paul]      3.9.0cvs1
+
+       * po/cs.po
+       * po/fi.po
+       * po/sk.po
+               updates from David Vachulka, Flammie Pirinen, and
+               Slavko
+
+2012-11-14 [paul]      3.9.0
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.9.0 unleashed!
+
+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, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
+               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