2008-07-07 [colin] 3.5.0cvs18
[claws.git] / ChangeLog
index a5efa03644c026972bc5962a5559cf4e90c36934..4bda753e80526c3aee2f1b2dc5cf3a4d7cf0ddfd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,126 @@
+2008-07-07 [colin]     3.5.0cvs18
+
+       * src/mainwindow.c
+       * src/prefs_toolbar.c
+       * src/stock_pixmap.c
+               Finish fixing bug 1609, 'Icon issues'
+
+2008-07-07 [colin]     3.5.0cvs17
+
+       * src/prefs_common.c
+               Fix the default value
+
+2008-07-07 [colin]     3.5.0cvs16
+
+       * src/prefs_summaries.c
+               Revert my fix to the string, the correct term
+               is indeed Message View
+
+2008-07-07 [colin]     3.5.0cvs15
+
+       * AUTHORS
+       * src/gtk/authors.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_summaries.c
+       * src/summaryview.c
+       * src/gtk/authors.h
+               Change "Always open message when selected" to
+               a tristate (Never/Always/When preview is visible)
+               Patch by Jonathan Corbet <corbet@lwn.net>.
+
+2008-07-06 [paul]      3.5.0cvs14
+
+       * src/addrgather.c
+               improve the layout of the dialogue
+               improve the English
+               add tooltips
+               fix some of the nasty coding style
+       * src/mainwindow.c
+               improve the English
+               add some missing mnemonics
+
+2008-07-05 [paul]      3.5.0cvs13
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+               fix bug 1398, '"Change current account" is
+               available even when there's only one account'
+       * src/plugins/pgpcore/prefs_gpg.c
+               put back a needed include, removed in error
+
+2008-07-05 [colin]     3.5.0cvs12
+
+       * src/mainwindow.c
+               MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
+
+2008-07-05 [colin]     3.5.0cvs11
+
+       * src/news.c
+       * src/news_gtk.c
+               Provide ability to rename newsgroups. Closes
+               bug 1444, 'Add GUI option for renaming 
+               newsgroups'. Patch by Pawel Pekala
+
+2008-07-05 [colin]     3.5.0cvs10
+
+       * src/plugins/pgpcore/passphrase.c
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/pgpcore/select-keys.c
+               Simplify GTK includes (with the advantage
+               of compiling against GTK+2.13); patch by
+               Charles A Edwards
+
+2008-07-05 [colin]     3.5.0cvs9
+
+       * src/wizard.c
+               Add SSL client certificates
+
+2008-07-05 [colin]     3.5.0cvs8
+
+       * src/prefs_account.c
+       * src/common/session.h
+               Fix warnings
+       * src/common/ssl.c
+               Add one path for certs
+
+2008-07-05 [colin]     3.5.0cvs7
+
+       * src/prefs_account.c
+               Fix no-ssl build
+
+2008-07-04 [colin]     3.5.0cvs6
+
+       * src/common/ssl.c
+       * src/common/ssl.h
+       * src/common/ssl_certificate.c
+               Workaround distro bugs and fix certificate checking
+               with OpenSSL
+
+2008-07-04 [colin]     3.5.0cvs5
+
+       * src/filtering.c
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+               Fix some leaks, thanks to Martin Zwickel
+               Rename gnutls functions that do the same
+               as OpenSSL ones, to avoid symbol clashing
+               when Claws is built against GnuTLS and
+               libetpan against OpenSSL
+
+2008-07-04 [paul]      3.5.0cvs4
+
+       * src/prefs_account.c
+               remove 1 forgotten '.'
+
+2008-07-04 [paul]      3.5.0cvs3
+
+       * src/prefs_account.c
+               layout/engrish fixes to the 'Client
+               certificates' frame
+
 2008-07-03 [colin]     3.5.0cvs2
 
        * src/imap.c