]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Version 1.3.7
[~andy/gtk] / ChangeLog.pre-2-8
index 80e6a041d84afd151d5a2b8f4fb4ad5a89d7adc5..8c251b3a4e0f716eaa8b96933664ac8632b2d884 100644 (file)
@@ -1,3 +1,65 @@
+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
+       vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
+       time, #59727
+
+       * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
+       correctly.
+
+Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
+       so that we don't eternally update the keymap after we
+       get a change notification.
+
+       * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
+       incorrect cast.
+
+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,