diff options
author | Havoc Pennington <hp@redhat.com> | 2001-09-07 21:39:18 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-09-07 21:39:18 +0000 |
commit | f1427cd9bb2d980af72b98d6f1f1d835190edc52 (patch) | |
tree | 1c775b3cbc4f7a5857c52542013072866089c53d /ChangeLog.pre-2-4 | |
parent | d8e3d58d421fb18175f5913b5e3ad7b83b3fa49c (diff) | |
download | gtk+-f1427cd9bb2d980af72b98d6f1f1d835190edc52.tar.gz |
update adjustments after validating destination yrange; fixes #53918 (This
2001-09-07 Havoc Pennington <hp@redhat.com>
* gtk/gtktextview.c (gtk_text_view_flush_scroll): update
adjustments after validating destination yrange; fixes #53918
(This may cause other issues, but I hope it won't)
2001-09-05 Havoc Pennington <hp@redhat.com>
* gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
line into start line, update the character counts in parent nodes;
caused a bug when end and start line had different parent nodes.
2001-08-30 Havoc Pennington <hp@redhat.com>
* gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
assertion that tag is in a table
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 90fee00cbd..59fed525e1 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,20 @@ +2001-09-07 Havoc Pennington <hp@redhat.com> + + * gtk/gtktextview.c (gtk_text_view_flush_scroll): update + adjustments after validating destination yrange; fixes #53918 + (This may cause other issues, but I hope it won't) + +2001-09-05 Havoc Pennington <hp@redhat.com> + + * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end + line into start line, update the character counts in parent nodes; + caused a bug when end and start line had different parent nodes. + +2001-08-30 Havoc Pennington <hp@redhat.com> + + * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add + assertion that tag is in a table + Fri Sep 7 12:48:56 2001 Matthias Clasen <matthiasc@poet.de> * gdk/x11/gdkkeys-x11.c (get_direction): Don't call @@ -466,7 +483,7 @@ Tue Aug 21 12:43:29 2001 Owen Taylor <otaylor@redhat.com> * configure.in (all_loaders): Add tga loader, patch by Nicola Girardi. (#56067) -Tue Aug 21 02:57:13 2001 Jonathan Blandford <jrb@redhat.com>> +Tue Aug 21 02:57:13 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection a little. More needs to be done tomorrow. |