2006-08-14 [cleroy] 2.4.0cvs50
[claws.git] / ChangeLog
index c79356ab8efc935f036b695874c52e2b4dfbfd2a..08960d837dc707ee58b26799438536345e0beb9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,109 @@
+2006-08-14 [cleroy]    2.4.0cvs50
+
+       * src/gtk/pluginwindow.c
+               New layout (maybe to be changed?)
+       * src/gtk/gtkutils.c
+               Fix a bit label_window
+       * src/plugins/pgpcore/passphrase.c
+       * src/plugins/pgpcore/passphrase.h
+       * src/plugins/pgpcore/plugin.c
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/pgpcore/prefs_gpg.h
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpcore/sgpgme.h
+               Allow to create a PGP private key via the GUI
+
+2006-08-14 [wwp]       2.4.0cvs49
+
+       * src/addressbook_foldersel.c
+               fix strict ISO C90 compliance.
+
+2006-08-14 [paul]      2.4.0cvs48
+
+       * src/gtk/prefswindow.c
+               re-set scrolled window on opening
+               Patch by Ticho
+
+2006-08-14 [paul]
+
+       2.5.0-rc1 released
+
+2006-08-14 [paul]      2.4.0cvs47
+
+       * src/prefs_display_header.c
+               re-enable user-defined Displayed Headers
+
+2006-08-14 [paul]      2.4.0cvs46
+
+       * src/prefs_account.c
+               use GTK_STOCK_EDIT
+
+2006-08-13 [colin]     2.4.0cvs45
+
+       * src/common/utils.c
+               Fix "a" in quote when the original message is empty,
+               by using \0 instead of 'a' to test writability of
+               temp files.
+
+2006-08-13 [wwp]       2.4.0cvs44
+
+       * src/plugins/spamassassin/spamassassin.c
+               fix capitalization of "SpamAssassin" in some debug, log and
+               dialog messages.
+
+2006-08-13 [paul]      2.4.0cvs43
+
+       * src/editldap.c
+               fix overlapping widgets
+       * src/prefs_account.c
+               fix translation of protocol_names[]
+               fix label disappearing off the edge of the
+               visible area
+
+2006-08-12 [paul]      2.4.0cvs42
+
+       * manual/plugins.xml
+               update IRC channel info before it gets forgotten
+               about
+
+2006-08-11 [colin]     2.4.0cvs41
+
+       * src/compose.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/summaryview.c
+       * src/toolbar.c
+               Grey out the Send button if
+               - Queue folders are empty, or
+               - We're sending already
+
+2006-08-11 [wwp]       2.4.0cvs40
+
+       * src/main.c
+               fix a logic issue when quitting while a compose window is
+               still open, thanks to Colin.
+
+2006-08-10 [colin]     2.4.0cvs39
+
+       * src/main.c
+               Fix default font size setting after wizard run
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Fix bug #999 (Timing out on TSL cert validation 
+               dialog makes ugly things happen). Also, STARTTLS
+               unconditionnaly if initial capabilities contain
+               LOGINDISABLED and STARTTLS.
+
+2006-08-09 [colin]     2.4.0cvs38
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+               Fix Tools/Actions sensitivity when there are
+               no actions
+
 2006-08-09 [colin]     2.4.0cvs37
 
        * src/prefs_filtering.c