]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
just go ahead and flush all the first validate stuff if it hasn't been
[~andy/gtk] / ChangeLog.pre-2-10
index 183c1ccca60d3da4c4c986558ab5b87a588f964b..91483566a33b6b4a1e2f1fac0b826bff3ca5a5c8 100644 (file)
@@ -1,3 +1,26 @@
+2002-02-13  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_paint): just go ahead and flush 
+       all the first validate stuff if it hasn't been done, presumably
+       someone called process_updates at a weird time.
+
+       * tests/testtext.c (do_apply_colors): terminate on >= end, not >
+       end, avoids infinite loop when end is at the end of the buffer.
+
+       * gtk/gtktextbtree.c (_gtk_text_btree_delete): when creating a
+       line data, we were adding it to the wrong line ("line" instead of
+       "start_line")
+
+2002-02-13  Joe Shaw  <joe@ximian.com>
+
+       * gtk/gtktreeitem.c (gtk_tree_item_expose): Don't chain up to the
+       container's expose event.  Instead call
+       gtk_tree_item_expose_child() on each child.  Avoids a failed
+       g_assert() in gtk_container_propagate_expose().
+       (gtk_tree_item_expose_child): Added.  Synthesize an expose event
+       for our children.  Basically gtk_container_propagate_expose()
+       minus the g_assert().  (#71396)
+
 2002-02-13  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/gdkinternals.h: Add some more GdkDebugFlags, for more