2011-02-13 [paul] 3.7.8cvs54
[claws.git] / ChangeLog
index da9322d403ceed6f1d19efc6c650834b1792f4cd..557acc4079b4ee7b164b64af81c40f5001fecdde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,87 @@
+2011-02-13 [paul]      3.7.8cvs54
+
+       * po/lt.po
+               updated by Mindaugas Baranauskas
+
+2011-02-11 [mones]     3.7.8cvs53
+
+       * manual/es/advanced.xml
+               Sync with English manual
+       * src/imap.c
+               Fix remaining mismatched alloc/free from cppcheck
+
+2011-02-10 [pawel]     3.7.8cvs52
+
+       * src/ldapupdate.c
+               Fix memleaks
+
+2011-02-10 [pawel]     3.7.8cvs51
+
+       * src/prefs_toolbar.c
+               - set menus sensitivity in item type combo depending on
+                 availability of actions / plugin hooks
+               - style fixes, spaces instead of tabs mostly
+
+2011-02-10 [paul]      3.7.8cvs50
+
+       * src/prefs_account.c
+               move the 'send acc mail addr in msg-id" option to
+               the send page
+
+2011-02-10 [paul]      3.7.8cvs49
+
+       * src/prefs_account.c
+               move the 'expunge immediately' option to a more
+               suitable page
+
+2011-02-05 [pawel]     3.7.8cvs48
+
+       * manual/advanced.xml
+               Document new hidden pref
+       * src/folder.c
+               Dont treat mimeparts referenced by others as
+               real attachments
+       * src/mimeview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+               Add ability to hide inline attachments referenced
+               by other mimeparts in MimeView. To enable this
+               feature set show_inline_attachments=0 in your clawsrc
+
+2011-01-25 [colin]     3.7.8cvs47
+
+       * src/matcher.c
+               Fix matcher body parsing: decode mails with our
+               MIME parser. This speeds up body search a bit as
+               binary attachments are not searched anymore, slows
+               down a bit full message searches, but not awfully.
+       * src/summary_search.c
+               Use matcher API to search, in all cases (advanced search or
+               not). Also, fix little logic bugs related to combos history
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/procmime.c
+       * src/procmime.h
+               Remove dead code, export functions needed by matcher.c
+
+2011-01-25 [colin]     3.7.8cvs46
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/common/md5.c
+       * src/common/ssl_certificate.c
+               Fix mismatched alloc/free (thanks to cppcheck)
+
+2011-01-25 [colin]     3.7.8cvs45
+
+       * src/pop.c
+               Fix leak on error path
+
+2011-01-23 [mones]     3.7.8cvs44
+
+       * manual/es/advanced.xml
+               Sync with English manual
+
 2011-01-23 [paul]      3.7.8cvs43
 
        * src/gtk/about.c