2007-02-09 [paul] 2.7.2cvs34
[claws.git] / ChangeLog
index b70c369cabccdb62ce8c09aa220a82264646f649..4e3f92ed35686d7f2b9d750fe96d90f2bbeb360a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,97 @@
+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
+               cut down on unnecessary debug_prints
+       * src/imap_gtk.c
+               fix menu_set_active() on 'Show only
+               subscribed folders'
+
+2007-02-07 [paul]      2.7.2cvs28
+
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/clamav/clamav_plugin.h
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               fix copyright header
+
+2007-02-07 [paul]      2.7.2cvs27
+
+       * src/procheader.c
+               fix bug 1116, 'summary view allow a 
+               subject line break'
+
+2007-02-06 [colin]     2.7.2cvs26
+
+       * src/summaryview.c
+               Fix delete thread
+
+2007-02-05 [fabien]    2.7.2cvs25
+
+       * po/POTFILES.in
+       * src/uri_opener.c
+               i18n related - 1 fix and 1 message for translators.
+
+2007-02-05 [colin]     2.7.2cvs24
+
+       * src/gtk/quicksearch.c
+               Don't reload summary list if quicksearch wasn't
+               active on hiding; move currently selected mail in
+               the visible area when showing the quicksearch
+
+2007-02-05 [colin]     2.7.2cvs23
+
+       * src/folderview.c
+               Add debug to try to solve bug 1104
+
+2007-02-05 [paul]      2.7.2cvs22
+
+       * src/mainwindow.c
+               confirm before emptying trash on exit is
+               a Yes or No answer, use Yes or No in the
+               dialog
+
 2007-02-04 [colin]     2.7.2cvs21
 
        * src/compose.c