]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Consider reordering the row even when there's no sort column, if there's a
[~andy/gtk] / ChangeLog.pre-2-6
index 73690f53e96e6012781e1ac9f609b6eb856990ef..7bd7e1a2ec5422d25ca09c8d24699a251266dbe8 100644 (file)
@@ -1,3 +1,26 @@
+2002-02-11  Darin Adler  <darin@bentspoon.com>
+
+       * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_row_changed):
+       Consider reordering the row even when there's no sort column, if
+       there's a default sort function.
+       (gtk_tree_model_sort_rows_reordered): Use symbolic constants.
+       (gtk_tree_model_sort_level_find_insert): Add code to handle the
+       case where there is no sort column, but a default sort function.
+       (gtk_tree_model_sort_insert_value): Add code to handle the case
+       where there is no sort column an no default sort function.
+       (gtk_tree_model_sort_set_model): Use symbolic constant.
+       (gtk_tree_model_sort_reset_default_sort_func): Use symbolic constant.
+
+2002-02-11  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkfilesel.c: converted the "Delete File" dialog to
+       GtkMessageDialog. Marked missing strings for translation.
+
+Mon Feb 11 22:03:15 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkpaned.[ch]: Opaque resizing + prelighting for paned widget.
+       * gtk/gtkvpaned.c, gtk/gtkhpaned.c: move reszing logic to gtkpaned.c
+
 Mon Feb 11 21:42:17 2002  Kristian Rietveld  <kris@gtk.org>
 
        Implements DnD scrolling and fixes #71139
@@ -45,8 +68,9 @@ Sun Feb 10 12:32:44 2002  Owen Taylor  <otaylor@redhat.com>
 2002-02-10  Anders Carlsson  <andersca@gnu.org>
 
        * gtk/gtkcalendar.c (gtk_calendar_class_init): Set finalize handler;
-       (gtk_calendar_finalize): Rename gtk_calendar_destroy to gtk_calendar_finalize
-       since ::destroy can be called multiple times, resulting in double-freeing memory.
+       (gtk_calendar_finalize): Rename gtk_calendar_destroy to 
+       gtk_calendar_finalize since ::destroy can be called multiple times, 
+       resulting in double-freeing memory.
 
 2002-02-10  Hans Breuer  <hans@breuer.org>