summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-11-14 18:58:26 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-11-14 18:58:26 +0000
commit419f3e9bcc0f27b49dfd2e59328f10dc198a421d (patch)
treea1be8e717411a9002f18b30073824efb7d0162a6 /ChangeLog.pre-2-8
parentdcff7a6aeac7d36a1cbd891ff639898b07868552 (diff)
downloadgtk+-419f3e9bcc0f27b49dfd2e59328f10dc198a421d.tar.gz
bulk of the tests were commented out, oops.
2001-11-14 Havoc Pennington <hp@redhat.com> * tests/testtextbuffer.c (main): bulk of the tests were commented out, oops. * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this function work, should resolve #63426 (gtk_text_iter_ends_line): return TRUE for the end iterator * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of a couple things that might get cached in here.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-812
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 16aad39b4d..25fc94d546 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,15 @@
+2001-11-14 Havoc Pennington <hp@redhat.com>
+
+ * tests/testtextbuffer.c (main): bulk of the tests were commented
+ out, oops.
+
+ * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this
+ function work, should resolve #63426
+ (gtk_text_iter_ends_line): return TRUE for the end iterator
+
+ * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
+ a couple things that might get cached in here.
+
Tue Nov 13 21:00:59 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new