2009-09-10 [mones] 3.7.2cvs30
[claws.git] / ChangeLog
index ef990b1ca772a3b85146752f156674305e7df4c9..b2fef93937aa7beb4e2609ab15760be860e70478 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,97 @@
+2009-09-10 [mones]     3.7.2cvs30
+
+       * manual/plugins.xml
+               Fix sites supported by SpamReport
+       * manual/es/plugins.xml
+               Synchronise Spanish manual
+
+2009-09-07 [holger]    3.7.2cvs29
+
+       * Makefile.am
+               Also update the icon cache on uninstall.
+               This prevents possible problems when Claws Mail was
+               uninstalled and installed again into a different location,
+               see http://bugzilla.gnome.org/show_bug.cgi?id=362604
+               and the blog post linked therein
+
+2009-09-07 [paul]      3.7.2cvs28
+
+       * src/prefs_toolbar.c
+               when updating the main toolbar icons just update
+               the main toolbar (and consequently fix a bug where
+               folderview icons would disappear)
+
+2009-08-30 [holger]    3.7.2cvs27
+
+       * src/compose.c
+               Do case-insensitive comparison against
+               header names when extracting recipients
+               from composed mails
+
+2009-08-23 [colin]     3.7.2cvs26
+
+       * src/mbox.c
+               Probably fix RH bug 512024, " folder.c:3543 
+               Condition msglist != NULL failed"
+
+2009-08-23 [colin]     3.7.2cvs25
+
+       * src/prefs_compose_writing.c
+               Make the maximum size warning bigger. Patch
+               by Didier Barvaux on bug 1986.
+
+2009-08-21 [colin]     3.7.2cvs24
+
+       * src/compose.c
+               Previous commit: move the function into compose_insert_file
+               so that it's also used on drag-n-drop
+
+2009-08-21 [colin]     3.7.2cvs23
+
+       * src/compose.c
+               Fix scrolling when adding an header
+
+2009-08-21 [colin]     3.7.2cvs22
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_compose_writing.c
+       * src/common/utils.c
+               Fix bug 1986, "New feature: warn user when inserting 
+               a large file in the message body". Patch by Didier
+               Barvaux
+
+2009-08-21 [colin]     3.7.2cvs21
+
+       * AUTHORS
+       * src/gtk/authors.h
+       * src/common/utils.c
+               Fix bug 1984: Add Réf. : reply prefix (french 
+               Lotus Notes); patch by Didier Barvaux
+
+2009-08-21 [colin]     3.7.2cvs20
+
+       * src/codeconv.c
+       * src/codeconv.h
+               Fix bug 1969, 'Bad guess for outgoing encoding'
+               Make sure the specific converters (japanese in
+               this case) can return success/error in strict
+               mode, instead of silently failing back to 
+               strncpy
+
+2009-08-20 [holger]    3.7.2cvs19
+
+       * src/compose.c
+       * src/compose.h
+               Make it possible for code outside
+               compose (e.g. plugins) to attach files
+
+2009-08-20 [colin]     3.7.2cvs18
+
+       * src/main.c
+               Fix crash when accessing IMAP soon
+
 2009-08-18 [colin]     3.7.2cvs17
 
        * src/ldapquery.c