diff options
author | Havoc Pennington <hp@redhat.com> | 2001-11-14 18:58:26 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-11-14 18:58:26 +0000 |
commit | 419f3e9bcc0f27b49dfd2e59328f10dc198a421d (patch) | |
tree | a1be8e717411a9002f18b30073824efb7d0162a6 /ChangeLog.pre-2-8 | |
parent | dcff7a6aeac7d36a1cbd891ff639898b07868552 (diff) | |
download | gtk+-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-8 | 12 |
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 |