2010-06-29 [pawel] 3.7.6cvs12
[claws.git] / ChangeLog
index 6610a6caa406a4a23a0c1af9ce4c8bec70771e4b..35361f685e12d445d0babbf76f5f914cf32652a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,156 @@
+2010-06-29 [pawel]     3.7.6cvs12
+
+       * src/compose.c
+               Revert 3.7.5cvs41, it breaks templates that use %X
+
+2010-06-23 [wwp]       3.7.6cvs11
+
+       * src/gtk/colorlabel.c
+               Silent up a warning by avoiding possible confusion
+               in logical expression evaluation, thanks to TuxCM.
+
+2010-06-21 [iwkse]     3.7.6cvs10
+
+       * src/gtk/quicksearch.c
+                       Do not add into quicksearch history
+                       matching rules with bad syntax
+
+2010-05-26 [holger]    3.7.6cvs9
+
+       * src/summaryview.c
+       * src/summaryview.h
+               Add function to select rows given a list of messages,
+               complementary to summary_get_selected_msg_list()
+
+2010-05-22 [mir]       3.7.6cvs8
+
+       * src/ldapctrl.c
+          Fix bug 2208. Encode encrypted password to qouted
+          printable to avoid making invalid XML. Encoding
+          will be activated the first time the password is
+          changed.
+
+2010-05-22 [paul]      3.7.6cvs7
+
+       * manual/advanced.xml
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+               after using the compose margin for several days
+               I wanted the old style back - add a new hidden
+               pref 'show_compose_margin' to restore the old
+               behaviour (defaults to FALSE)
+
+2010-05-14 [paul]      3.7.6cvs6
+
+       * src/compose.c
+               add a margin to the compose window text that matches
+               the margin in textview
+
+2010-05-14 [colin]     3.7.6cvs5
+
+       * src/gtk/sslcertwindow.c
+               Fix dangling pointer. Thanks to Michael R!
+
+2010-05-14 [colin]     3.7.6cvs4
+
+       * src/gtk/sslcertwindow.c
+               Fix bug 1993, 'Cannot send mail when SSL certificate is 
+               expired but certificate check is skipped' and maybe
+               bug 2200, 'SSL is not working with POP3'
+
+2010-05-14 [colin]     3.7.6cvs3
+
+       * src/plugins/pgpinline/pgpinline.c
+               Fix bug 2205, 'PGPInline: segfault on malformed mails'
+
+2010-05-04 [iwkse]     3.7.6cvs2
+
+       * src/prefs_message.c
+                       Get a generic name as 'Quotation' for
+                       the frame
+
+2010-05-04 [iwkse]     3.7.6cvs1
+
+       * src/prefs_message.c
+       * src/prefs_common.h
+       * src/prefs_common.c
+       * src/textview.c
+                       Fix #2188
+                       Option for collapsing via double-click
+
+2010-05-01 [paul]      3.7.6
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.7.6 unleashed!
+
+2010-05-01 [paul]      3.7.5cvs55
+
+       * tools/claws.i18n.status.pl
+               add Ukrainian stat
+
+2010-05-01 [paul]      3.7.5cvs54
+
+       * src/gtk/authors.h
+               add YUP, new Ukrainian translator
+
+2010-04-30 [paul]      3.7.5cvs53
+
+       * configure.ac
+       * po/uk.po
+               add Ukrainian translation, submitted by YUP
+       * po/cs.po
+       * po/de.po
+       * po/fi.po
+       * po/hu.po
+       * po/nl.po
+       * po/pt_BR.po
+       * po/pt_PT.po
+       * po/sk.po
+               updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
+               Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
+               Tiago Faria, and Slavko
+
+2010-04-26 [wwp]       3.7.5cvs52
+
+       * po/fr.po
+               Fix capitalization.
+
+2010-04-26 [mones]     3.7.5cvs51
+
+       * po/es.po
+               Updated for release
+
+2010-04-22 [pawel]     3.7.5cvs50
+
+       * src/addressbook.c
+               fix compile warning
+       * src/vcard.c
+               first NULL check pointer, then use it
+
+2010-04-22 [colin]     3.7.5cvs49
+
+       * src/imap.c
+               Fix error message when session isn't established
+       * po/fr.po
+               Update translation and fix a typo in it
+
+2010-04-15 [pawel]     3.7.5cvs48
+
+       * src/prefs_account.c
+               Fix Bug 2144 'When creating an account with IMAP4+SSL,
+                               the port isn't configured properly'
+               When using SSL/TLS tunneling automatically use default
+               ports for encrypted connections: smtps, pop3s, imaps, nntps
+
+2010-04-15 [pawel]     3.7.5cvs47
+
+       * src/action.c
+               Fix crasher in actions using '%f' argument
+               on multiple files with external scripts which
+               don't return any output.
+
 2010-04-14 [colin]     3.7.5cvs46
 
        * src/mainwindow.c