summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-04-30 15:52:52 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-04-30 15:52:52 +0000
commit271018df40539a43147b20e2902dd4bb987d01f3 (patch)
tree63ac974afabcccaf1c2ce25232fae3faf66c57e8 /ChangeLog
parent7df4f0fb5e7415f454d13727f3790f869fe2272d (diff)
downloadgtk+-271018df40539a43147b20e2902dd4bb987d01f3.tar.gz
assign something to "prev" so that removing tag info succeeds. Part of
2002-04-30 Havoc Pennington <hp@redhat.com> * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): assign something to "prev" so that removing tag info succeeds. Part of #77301 * gtk/gtktextbtree.c (_gtk_text_btree_unref): reorder so that it unrefs the tag table first, so that the btree is in a consistent state when we're removing tags from it. * gtk/gtktexttagtable.c (_gtk_text_tag_table_remove_buffer): strip all tags in the tag table out of the buffer. #77301
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bed5567b58..6b393f82e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-04-30 Havoc Pennington <hp@redhat.com>
+
+ * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): assign
+ something to "prev" so that removing tag info succeeds.
+ Part of #77301
+
+ * gtk/gtktextbtree.c (_gtk_text_btree_unref): reorder so that it
+ unrefs the tag table first, so that the btree is in a consistent
+ state when we're removing tags from it.
+
+ * gtk/gtktexttagtable.c (_gtk_text_tag_table_remove_buffer): strip
+ all tags in the tag table out of the buffer. #77301
+
Tue Apr 30 11:37:09 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/gtkimcontextxim.c: Make multihead-safe;