2007-07-18 [paul] 2.10.0cvs39
[claws.git] / ChangeLog
index 47b9b019ae6d024bbd49763414339f5b7486c28c..b54560a152c0f7ad4443cd06c38786c08d6d0b52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2007-07-18 [paul]      2.10.0cvs39
+
+       * src/messageview.c
+               revert cvs37, breakage on maemo
+
+2007-07-18 [paul]      2.10.0cvs38
+
+       * src/gtk/gtkutils.c
+               make sure we can still build with older GTK's
+
+2007-07-18 [colin]     2.10.0cvs37
+
+       * src/messageview.c
+               Only hide the small layout's messageview, instead
+               of destroying it when closing
+       * src/gtk/gtkutils.c
+               Use gtk_window_present_with_time to popup windows,
+               it seems to make things better with modern WMs
+               (actually focusing)
+
+2007-07-17 [colin]     2.10.0cvs36
+
+       * src/editaddress.c
+               Simplify layout on Maemo
+       * src/folder.c
+               Fix possible crash
+       * src/prefs_display_header.c
+               Remove some headers by default on Maemo
+
+2007-07-17 [paul]      2.10.0cvs35
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_logging.c
+       * src/common/log.c
+               add options to stop/enable writing logs to disc
+
+2007-07-17 [paul]      2.10.0cvs34
+
+       * src/edittags.c
+               fix some issues with the Apply tags window:
+               - set search column (enables autocompl in the treeview)
+               - apply tag from "New tag" if it existed
+               - clears New tag entry when adding it with the button
+               Thanks to Colin
+
+2007-07-17 [paul]      2.10.0cvs33
+
+       * src/edittags.c
+               fix 'apply tags' dialogue weirdness
+
+2007-07-16 [colin]     2.10.0cvs32
+
+       * src/toolbar.c
+               Fix double-loading of mails on Maemo
+
+2007-07-16 [colin]     2.10.0cvs31
+
+       * src/messageview.c
+               Prevent double-loading of the same part under some
+               conditions; hide statusbar on Maemo
+
 2007-07-16 [colin]     2.10.0cvs30
 
        * src/edittags.c