2009-08-23 [colin] 3.7.2cvs25
[claws.git] / ChangeLog
index 331d78329dc8431c41e45e06cebe08652c9de90a..27a7fb236a8a1575813179febda413868fffa9fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,117 @@
+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
+               Maybe fix crash on non-existent LDAP server
+
+2009-08-04 [colin]     3.7.2cvs16
+
+       * src/toolbar.c
+               Fix toolbar's spacing that breaks dark
+               themes (patch from http://blogs.igalia.com/aperez/
+               2009/07/making-claws-mail-look-better/)
+
+2009-07-28 [colin]     3.7.2cvs15
+
+       * src/account.c
+       * src/addrcustomattr.c
+       * src/addressadd.c
+       * src/addressbook_foldersel.c
+       * src/addrgather.c
+       * src/browseldap.c
+       * src/compose.c
+       * src/editbook.c
+       * src/editgroup.c
+       * src/editjpilot.c
+       * src/editldap.c
+       * src/editldap_basedn.c
+       * src/edittags.c
+       * src/editvcard.c
+       * src/exphtmldlg.c
+       * src/expldifdlg.c
+       * src/export.c
+       * src/foldersel.c
+       * src/import.c
+       * src/importldif.c
+       * src/importmutt.c
+       * src/importpine.c
+       * src/prefs_actions.c
+       * src/prefs_customheader.c
+       * src/prefs_display_header.c
+       * src/prefs_filtering.c
+       * src/prefs_folder_column.c
+       * src/prefs_matcher.c
+       * src/prefs_summary_column.c
+       * src/prefs_summary_open.c
+       * src/prefs_template.c
+       * src/textview.c
+       * src/uri_opener.c
+               Fix bug 1950, 'Program freeze up during folder selection'
+               Don't leave hidden windows modal
+
+2009-07-28 [colin]     3.7.2cvs14
+
+       * src/ldapquery.c
+               Fix bug 1957, 'LDAP errs out after searching too 
+               many search bases'
+
 2009-07-28 [colin]     3.7.2cvs13
 
        * src/summaryview.c