2007-07-18 [paul] 2.10.0cvs38
[claws.git] / ChangeLog
index 9a805893ebf3f3365f27a8e952a08119dbd8359e..b5ba4fa8c3fbbcf485cf6fb2fa625437dc54f0a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,173 @@
+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
+               Fix the button workaround fix.
+               (Use the correct variable)
+
+2007-07-14 [colin]     2.10.0cvs25
+
+       * src/mainwindow.c
+       * src/toolbar.c
+               Maemo: put the progress bar in the
+               toolbar
+
+2007-07-14 [colin]     2.10.0cvs24
+
+       * src/prefs_common.c
+               Maemo: hide statusbar by default
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/toolbar.c
+       * src/pixmaps/go_folders.xpm
+               Maemo: Add a specific icon to go back to
+               folder list
+
+2007-07-14 [colin]     2.10.0cvs23
+
+       * src/toolbar.c
+               Don't set homogeneous finally
+
+2007-07-14 [colin]     2.10.0cvs22
+
+       * src/toolbar.c
+               Fix button show/hide issues
+
+2007-07-14 [colin]     2.10.0cvs21
+
+       * src/toolbar.c
+               Fix huge arrows
+               Fix button workaround to be able to click
+               if mouse was on button when it went un-
+               sensitive.
+               Revert previous commit, gtk_tool_item_set_homogeneous
+               doesn't mean what it seems to mean ;-)
+
+2007-07-14 [paul]      2.10.0cvs20
+
+       * src/toolbar.c
+               make homogeneous FALSE always
+
+2007-07-13 [colin]     2.10.0cvs19
+
+       * src/toolbar.c
+       * src/toolbar.h
+               Rework to fit the non-deprecated API
+       * src/compose.c
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/summaryview.c
+               Maemo layout changes. Better toolbars,
+               removal of CTree headers. 
+
+2007-07-13 [paul]      2.10.0cvs18
+
+       * src/gtk/colorlabel.c
+               fix bug 1261, '[DE] coloring messages in overview 
+               keys are not localised'
+               the string is now included in claws-mail.pot
+
+2007-07-13 [colin]     2.10.0cvs17
+
+       * src/summaryview.c
+               Fix bug 1267, 'printing mutliple messages 
+               opens one message-dialog after the other'
+               Ask for confirmation when printing 10
+               messages or more.
+
 2007-07-11 [colin]     2.10.0cvs16
 
        * COPYING