summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-85
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 5b6bd8ab4..e02e245b9 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,10 @@
2005-07-11 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktexttag.c (gtk_text_tag_class_init)
+ (gtk_text_tag_set_property): Remove the runtime warning about
+ the invisible property, add a warning about possible remaining
+ problems to the documentation of the property. (#66194)
+
* gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Don't
ever go unconditionally to the buffer ends; that doesn't work
if the initial or final portion of the buffer are invisible.