2006-08-16 [colin] 2.4.0cvs54
[claws.git] / ChangeLog
index 4b9c93787a15279b6afaf54bd6d3f64d1f18bf69..6847f6fe3a95b1e104ae2bd51e0fdb480e9fbef1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,137 @@
+2006-08-16 [colin]     2.4.0cvs54
+
+       * src/compose.c
+       * src/main.c
+       * src/mainwindow.c
+               Fix send button sensitivity at startup
+               Set send menu sensitivity (patch by Fabien)
+       * src/ssl_manager.c
+               Enable closing with esc (patch by Fabien)
+       * src/gtk/foldersort.c
+               Enable closing with esc (patch by Fabien)
+       * src/procmime.c
+               Optimisation (no need to copy to tempfile to
+               "decode" 7bit and 8bit)
+       * src/summaryview.c
+               Fix cruft in swap_from case
+       * src/textview.c
+               Fix missing last line in some mail cases 
+               (Fixes debian #381872)
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpcore/sgpgme.h
+               Don't show "no key found" when user explicitely
+               wants to create a key
+
+2006-08-16 [paul]      2.4.0cvs53
+
+       * configure.ac
+       * src/account.c
+       * src/addressbook.c
+       * src/headerview.c
+       * src/prefs_account.c
+       * src/prefs_message.c
+       * src/gtk/gtkutils.c
+               bump up minimum required versions of GTK+ and
+               GLIB to 2.6.0
+
+2006-08-16 [paul]      2.4.0cvs52
+
+       * src/toolbar.c
+               workaround GTK+ Bug 351600 - 'Can't re-click
+               on button after sensitivity update'
+               http://bugzilla.gnome.org/show_bug.cgi?id=351600
+               Thanks to Colin
+
+2006-08-15 [colin]     2.4.0cvs51
+
+       * src/plugins/pgpcore/prefs_gpg.c
+               Set options sensitivity according to
+               key existence
+       * src/plugins/pgpcore/sgpgme.c
+               Allow to create key with no passphrase
+
+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