]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Use GtkType/GType instead of uint.
[~andy/gtk] / ChangeLog
index 534b95f0e66f89f99b56db44fe43c3c5777fb6db..d037cd88794970e739071fa7aff4b87b355204a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2001-09-06  Alex Larsson  <alexl@redhat.com>
+
+       * gtk/gtkbin.c:
+       * gtk/gtkfontsel.c:
+       * gtk/gtkspinbutton.c:
+       * gtk/gtktipsquery.c:
+       Use GtkType/GType instead of uint.
+
+Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
+       sort column.
+
+       * gtk/gtktreestore.c (gtk_list_store_init): ditto
+
+       * gtk/gtktreesortable.c: add docs.
+
+Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Version 1.3.7
+
+       * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
+       docs for gtk-config
+
+       * modules/input/Makefile.am (install-data-local): Don't
+       run gtk-query-immodules if DESTDIR is set.
+
+       * NEWS: Various additions.
+
+Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
+
+       * NEWS: updates for 1.3.7 release.
+
+Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
+       handle default sort feature
+
+       * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
+       new function to handle default sort.
+       (gtk_tree_sortable_has_default_sort_func): check if default sort
+       is set.
+
+       * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
+       handle default sort feature
+
+Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
+       vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
+       #59731
+
 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from