2006-08-21 [colin] 2.4.0cvs67
[claws.git] / ChangeLog
index 6fc38eb19af7c587ed9190fa436a7b2c0c342604..12e3110a38ab3d6972c045eab497510a9b5aab79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,87 @@
+2006-08-21 [colin]     2.4.0cvs67
+
+       * src/alertpanel.c
+       * src/gtk/inputdialog.c
+       * src/plugins/pgpcore/passphrase.c
+               Set minimal width to 375
+       * src/mainwindow.c
+               Fix switching to offline, asking if it 
+               should be overriden for synchronising
+       * src/mimeview.c
+               Don't offer to remember command on Open 
+               with for text parts, as the browser or 
+               text editor command isn't changed from 
+               there
+
+2006-08-20 [paul]      2.4.0cvs66
+
+       * po/ko.po
+       * po/zh_CN.po
+               fix plural form errors. revealed by stricter
+               checking of gettext 0.15
+
+2006-08-18 [paul]      2.4.0cvs65
+
+       * src/stock_pixmap.c
+               fix the fix of 2.4.0cvs64
+               Thanks to Colin
+
+2006-08-18 [paul]      2.4.0cvs64
+
+       * src/stock_pixmap.c
+               fix leaks
+               Thanks to Colin
+
+2006-08-18 [paul]      2.4.0cvs63
+
+       * src/compose.c
+       * src/procmsg.c
+               fix occasional IMAP bug where large msgs
+               were left in the queue folder after sending
+               Thanks to Colin
+
+2006-08-18 [paul]      2.4.0cvs62
+
+       * src/folderview.c
+               freeze the summaryview while quicksearch results
+               are displayed
+               (fixes bug 456 'current message is hidden when the
+               view is refreshed and extended search is "unread 
+               messages"')
+               Thanks to Colin
+       * src/textview.c
+               add missing #include "inputdialog.h"
+       * src/common/utils.h
+               add missing mailcap_update_default() and improve
+               readability
+
+2006-08-17 [colin]     2.4.0cvs61
+
+       * src/plugins/pgpcore/select-keys.c
+               Fix warnings :)
+
+2006-08-17 [colin]     2.4.0cvs60
+
+       * src/compose.c
+               Don't continue queuing if Cancel is clicked
+               in select-keys
+
+2006-08-17 [colin]     2.4.0cvs59
+
+       * src/plugins/pgpcore/select-keys.c
+               When encrypting, if only one key matches and it 
+               matches exactly, automatically use it.
+
+2006-08-17 [colin]     2.4.0cvs58
+
+       * src/mimeview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_ext_prog.c
+       * src/textview.c
+               Fix issues with previous patch (text/html)
+               Remove outdated prefs
+
 2006-08-17 [colin]     2.4.0cvs57
 
        * src/imap.c