2007-07-18 [paul] 2.10.0cvs38
[claws.git] / ChangeLog
index f6487bf5f306248f437bf442ccdf9c93e5f29398..b5ba4fa8c3fbbcf485cf6fb2fa625437dc54f0a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,95 @@
+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
+       * src/edittags.h
+       * src/mainwindow.c
+       * src/summaryview.c
+               Improve the tag interface - allow
+               to set/unset tags from a special
+               window.
+       * src/gtk/gtkvscrollbutton.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/stock_pixmap.c
+               Fix Mimeview's ugly hacks in the
+               icon list. 
+
+2007-07-16 [paul]      2.10.0cvs29
+
+       * src/wizard.c
+               rework dialog
+       * src/gtk/icon_legend.c
+               put it all in a scrolled window
+
+2007-07-15 [colin]     2.10.0cvs28
+
+       * src/mainwindow.c
+               Maemo: force layout to be Small screen; the
+               others don't make sense
+
+2007-07-14 [colin]     2.10.0cvs27
+
+       * src/mimeview.c
+       * src/gtk/gtkvscrollbutton.c
+               Maemo: Fix mimeview's buttons size
+
 2007-07-14 [colin]     2.10.0cvs26
 
        * src/toolbar.c