2007-02-11 [colin] 2.7.2cvs41
[claws.git] / ChangeLog
index f8a2b9f0405458ac0ede130f569831ac78f9e045..ff7389251b1c0c2e195496646a98e1823a049001 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,109 @@
+2007-02-11 [colin]     2.7.2cvs41
+
+       * src/alertpanel.c
+               Make sure to escape the title
+
+2007-02-11 [colin]     2.7.2cvs40
+
+       * src/codeconv.c
+               Recognize .utf8 locales as .UTF-8 ones
+
+2007-02-11 [colin]     2.7.2cvs39
+
+       * src/compose.c
+               Fix code conversion when dragging a file
+
+2007-02-09 [colin]     2.7.2cvs38
+
+       * src/plugins/clamav/clamav_plugin.c
+               Complete Paul's patch with conditional
+               compilation to avoid breaking compilation
+               on old Dapper and Edgy... Maybe other
+               distros too.
+
+2007-02-09 [paul]      2.7.2cvs37
+
+       * src/plugins/clamav/clamav_plugin.c
+               fix for the upstream changes in libclamav
+
+2007-02-09 [paul]      2.7.2cvs36
+
+       * src/main.c
+       * src/mainwindow.c
+       * src/procmsg.c
+       * src/procmsg.h
+               fix "warn if there are queued messages" (on exit)
+               option, which only checked the first mailbox's
+               queue
+               don't ask before emptying trash if there are no
+               messages in trash, also check and empty all trash
+               folders
+       * src/prefs_other.c
+               move "Ask before emptying trash" option
+               outside of the "On exit" frame as it's
+               not only an "On exit" option
+
+2007-02-09 [paul]      2.7.2cvs35
+
+       * src/addrgather.c
+       * src/alertpanel.c
+       * src/editldap.c
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/prefs_gtk.h
+       * src/prefs_matcher.c
+       * src/prefs_message.c
+       * src/prefs_msg_colors.c
+       * src/prefs_summaries.c
+       * src/wizard.c
+       * src/gtk/inputdialog.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               pedantic commit: use 'checkbtn' everywhere
+               instead of a mixture of 'checkbtn' and 'chkbtn'
+
+2007-02-09 [paul]      2.7.2cvs34
+
+       * src/compose.c
+               fix default hotkeys
+       * src/prefs_other.c
+       * src/prefs_send.c
+               move "Never send Return Receipts" from
+               prefs_other to prefs_send
+               add an option "Ask about account specific
+               filtering rules..." to prefs_other
+       * src/gtk/gtkutils.c
+               fix a compiler warning
+
+2007-02-08 [colin]     2.7.2cvs33
+
+       * src/plugins/pgpinline/pgpinline.c
+               Fix bug 1110, 'pgpmime fails to process 
+               encapsulated openpgp mime (rfc 3156, 6.1 
+               -> rfc1847)'
+               It was due to an interaction between PGP/Mime
+               and PGP/Inline plugin. 
+
+2007-02-08 [colin]     2.7.2cvs32
+
+       * src/inc.c
+       * src/mbox.c
+       * src/mbox.h
+               Fix bug 1117, 'fcntl locking code 
+               does not work in mbox.c'
+
+2007-02-08 [colin]     2.7.2cvs31
+
+       * src/prefs_account.c
+               Fix Gentoo bug 165819, 'can't create 
+               a "local mbox file" account'. Patch
+               by Olivier <castan.o@free.fr>
+
+2007-02-07 [colin]     2.7.2cvs30
+
+       * src/ldapquery.c
+               Fix bug 1106, 'Claws crash on exit if LDAPS 
+               autocompletion was used'
+
 2007-02-07 [paul]      2.7.2cvs29
 
        * src/folder.c