summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorJoe Shaw <joe@ximian.com>2001-05-22 20:38:18 +0000
committerJoe Shaw <joeshaw@src.gnome.org>2001-05-22 20:38:18 +0000
commitf508a7b7e2bdee84d29c10f8850857cdea8401c8 (patch)
tree44769ac0b95961ecd72893debdf3a5a652c13057 /ChangeLog.pre-2-4
parent04af158605b23034b2911da6dfed8ce7c776bd90 (diff)
downloadgtk+-f508a7b7e2bdee84d29c10f8850857cdea8401c8.tar.gz
Simplify as suggested by Havoc. Just get the last iter and work backward
2001-05-22 Joe Shaw <joe@ximian.com> * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): Simplify as suggested by Havoc. Just get the last iter and work backward to the tag instead of getting a line and working back from there. Fixes passing in an invalid offset to iter_init_from_byte_offset().
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-48
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 0df2c75948..103ce5aeb2 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,11 @@
+2001-05-22 Joe Shaw <joe@ximian.com>
+
+ * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle):
+ Simplify as suggested by Havoc. Just get the last iter and work
+ backward to the tag instead of getting a line and working back from
+ there. Fixes passing in an invalid offset to
+ iter_init_from_byte_offset().
+
Tue May 22 16:25:27 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview*.h: