]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Remove a line without effect.
[~andy/gtk] / ChangeLog
index b6303313fa345e948a86ea8e3536a9c52ba294e1..1815ab82e032028a0a97d46360a085100b74600f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2005-08-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator): 
+       Remove a line without effect.
+
+       * gtk/gtkicontheme.c: When changing the icon theme, defer
+       the resetting of rc styles to an idle, so that it does
+       not happen e.g during expose handling (which is problematic,
+       since some widgets, like the toolbar, are changing the
+       hierarchy in response to style changes).  (#300539, reported
+       by many people, analyzed by Owen Taylor)
+
+2005-08-12  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap)
+       * gdk/win32/gdkwindow-win32.c (gdk_window_set_back_pixmap) 
+       * gdk/x11/gdkwindow-x11.c (gdk_window_set_back_pixmap): Warn if
+       gdk_drawable_get_colormap (pixmap) is NULL and return.
+
+2005-08-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version to 2.8.0
+
 2005-08-11  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkfilechooserdefault.c: Work around some problems