diff options
author | Havoc Pennington <hp@redhat.com> | 2002-02-13 23:44:03 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-02-13 23:44:03 +0000 |
commit | a760ad804e1603ca6ee7e164e6cc5dc12e0f3b41 (patch) | |
tree | 9045f4a60cf810a3111e4a6e428a4e12f20b9458 /ChangeLog.pre-2-8 | |
parent | 3a4a6edb79fc111a343f2caa7892787c74416e6a (diff) | |
download | gtk+-a760ad804e1603ca6ee7e164e6cc5dc12e0f3b41.tar.gz |
just go ahead and flush all the first validate stuff if it hasn't been
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")
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 3be78ccf65..91483566a3 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,16 @@ +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 |