diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-10-31 00:20:15 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-10-31 00:20:15 +0000 |
commit | 8ec7b9fcff6d25437eb48eccedfc7eebffac330d (patch) | |
tree | f713b27e06018da0cdf2af3c352f11134eeaccbb /ChangeLog.pre-2-8 | |
parent | a5b8d8c1158967110f968766750acfcc479af26c (diff) | |
download | gtk+-8ec7b9fcff6d25437eb48eccedfc7eebffac330d.tar.gz |
massize rewrite. Static models now totally work. I'm not 100% sure about
Tue Oct 30 19:17:57 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
rewrite. Static models now totally work. I'm not 100% sure about
row_inserted and row_changed, but I'll get those later.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 8a20134258..33decd7db2 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Tue Oct 30 19:17:57 2001 Jonathan Blandford <jrb@redhat.com> + + * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize + rewrite. Static models now totally work. I'm not 100% sure about + row_inserted and row_changed, but I'll get those later. + 2001-10-30 Sven Neumann <sven@gimp.org> * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper |