2011-04-10 [colin] 3.7.9cvs2
[claws.git] / ChangeLog
index 1fb14e84b26811c30a8bb13842ce89ac90477fe1..3ea543ff4e406cbaf053f9fd4e346c35503b248f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,143 @@
+2011-04-10 [colin]     3.7.9cvs2
+
+       * src/mainwindow.c
+               Use gtkut_window_popup() to work around a bug in Gnome Shell.
+               This is the patch from bug #2396, it should be innocuous even
+               if that's useless to do deiconify + present window...
+
+2011-04-09 [paul]      3.7.9cvs1
+
+       * src/prefs_summaries.c
+               fix typo in string. (thanks, Brad!)
+
+2011-04-09 [paul]      3.7.9
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.7.9 unleashed!        
+
+2011-04-09 [paul]      3.7.8cvs78
+
+       * po/cs.po
+       * po/es.po
+       * po/fi.po
+       * po/fr.po
+       * po/lt.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/uk.po
+               updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
+               wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
+               Slavko, and Yarema
+
+2011-04-09 [colin]     3.7.8cvs77
+
+       * src/gtk/filesel.c
+               Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
+               wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
+               encoding filename. Hooray for stupid.
+
+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
+               update as gtk >= 2.10 now required
+               (because I'll never remember to do this later)
+
+2011-03-26 [paul]      3.7.8cvs68
+
+       * src/messageview.c
+               fix separators in Go To menu
+
+2011-03-20 [colin]     3.7.8cvs67
+
+       * configure.ac
+               Drop the *_DISABLE_DEPRECATED. We'll put them back
+               when we'll have time to handle them
+
+2011-03-18 [paul]      3.7.8cvs66
+
+       * src/textview.c
+               make user-facing message more accurate -
+               'Network Log' not 'View Log'
+
+2011-03-17 [wwp]       3.7.8cvs65
+
+       * po/fr.po
+               Fix a typo around plural form, as reported by
+               Yannick Palanque.
+
+2011-03-15 [colin]     3.7.8cvs64
+
+       * AUTHORS
+       * src/gtk/authors.h
+       * src/main.c
+               Fix bug #2381, "Support for NetworkManager 0.9".
+               Patch by Mikhail Efremov
+
+2011-03-04 [colin]     3.7.8cvs63
+
+       * src/mimeview.c
+       * src/mimeview.h
+               Fix segfault on Windows
+       * src/exporthtml.c
+       * src/common/utils.c
+       * src/common/w32_unistd.c
+       * src/common/w32lib.h
+               Rationalize use of time_r() funcs (pthread do define them)
+
 2011-03-02 [pawel]     3.7.8cvs62
 
        * src/wizard.c