summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorKristian Rietveld <kristian@planet.nl>2001-09-02 21:47:12 +0000
committerKristian Rietveld <kristian@src.gnome.org>2001-09-02 21:47:12 +0000
commit109cda6bd216cc738f86615ff7e87cf3bcf93590 (patch)
treefecd9835760c847c9d89db788fb3df0f9fca704c /ChangeLog.pre-2-4
parent9a4b995b8e018cc43fa650459406796006af6642 (diff)
downloadgtk+-109cda6bd216cc738f86615ff7e87cf3bcf93590.tar.gz
much changes in an attempt to make it working. It mostly works now,
Sun Sep 2 23:27:16 2001 Kristian Rietveld <kristian@planet.nl> * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make it working. It mostly works now, although there're still a few issues to be worked out. * tests/testtreesort.c (main): changes to have a better test application for the GtkTreeModelSort.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-49
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 80e6a041d8..bcea963604 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,12 @@
+Sun Sep 2 23:27:16 2001 Kristian Rietveld <kristian@planet.nl>
+
+ * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
+ it working. It mostly works now, although there're still a few issues
+ to be worked out.
+
+ * tests/testtreesort.c (main): changes to have a better test
+ application for the GtkTreeModelSort.
+
Sun Sep 2 23:19:07 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,