2011-04-08 [colin] 3.7.8cvs76
[claws.git] / ChangeLog
index 928444f260c939db3e3aa604d82b6d95e8f6c720..0c23e5c6b88af1a4524798de82cf90a48259f00a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2011-04-08 [colin]     3.7.8cvs76
+
+       * src/action.c
+               Fix action Stop: if child does not react to SIGTERM, it'll
+               probably start behaving when it'll get a SIGKILL on the user's
+               second press on Stop.
+               Fixes bug #2237, "User action makes Claws unresponsive".
+
+2011-04-08 [colin]     3.7.8cvs75
+
+       * src/account.c
+       * src/folder.c
+       * src/folder.h
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/prefs_account.c
+               Fix bug #2382, "folderitemrc not updated when account
+               name is changed". Indeed, this wasn't done.
+
+2011-04-08 [wwp]       3.7.8cvs74
+
+       * src/procmime.c
+       Add support for quoted values (*="value").
+       This commonly fixes a trailing quote appearing to filenames
+       sent by iphone Mail (not sure if it's culprit at all, though).
+
+2011-04-08 [colin]     3.7.8cvs73
+
+       * src/gtk/filesel.c
+               Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
+               caused by attachments with extended chars in the file name". Patch
+               derived from a patch bt Fabien Keil
+
+2011-04-05 [wwp]       3.7.8cvs72
+
+       * src/compose.c
+               A debug string not to translate.
+
+2011-04-03 [colin]     3.7.8cvs71
+
+       * src/common/utils.h
+               Fix bug #2394, "backtrace() crashes on FreeBSD"
+               That's not the first bug-report where internal
+               debug-only backtrace() crashes on FreeBSD.
+
+2011-04-03 [colin]     3.7.8cvs70
+
+       * src/compose.c
+               Fix bug #2365 again, "Crash when auto-scrolling headers in
+               compose window".
+               Batch-mode compose windows (from filtering actions) shouldn't
+               try to access stuff after flushing events...
+
 2011-03-31 [paul]      3.7.8cvs69
 
        * INSTALL