]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Don't leak default_sort_data. (#346341, Christian Weiske)
[~andy/gtk] / ChangeLog.pre-2-10
index baa24ed7eaad3b92d9a3f6fc7adb1e4d833398f6..fc000cfc32ed6c22d1a5f909c21192c747f9dd51 100644 (file)
@@ -1,3 +1,46 @@
+2006-06-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize):
+       Don't leak default_sort_data.  (#346341, Christian Weiske)
+
+       * gtk/Makefile.am: Make sure all win32-specific printing
+       sources are distributed.  (#346312, Erik van Pienbroek)
+       
+       * gtk/gtkprinter.c (gtk_enumerate_printers): Always call the
+       destroy notify.  (#346027, Christian Persch)
+
+       * gtk/gtkprintsettings.c (gtk_print_settings_get_page_ranges):
+       Documentation updates.
+
+       * gtk/gtkprintunixdialog.c (gtk_print_unix_dialog_set_settings):
+       Don't leak the ranges.  (#346237, Carolyn MacLeod)
+
+       * gtk/gtkprintjob.[hc]: Add a PREVIEW capability to hide
+       the preview button.  (#346113, Christian Persch)
+
+       * gtk/gtkprintunixdialog.c (update_dialog_from_capabilities):
+       Hide the preview button depending on the capability.
+
+       * gtk/gtkprintoperation-unix.c: Set the PREVIEW capability.
+
+2006-06-29  Bill Skaggs  <weskaggs@primate.ucdavis.edu>
+
+       * gtk/gtkprogress.h: revert last change by Matthias -- it broke the
+       build of gtkprogressbar.
+
+2006-06-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkevents-x11.c (gdk_event_translate): Update the 
+       size of the drawable for the root window when the screen size 
+       changes.  (#346102, Sven Herzberg)
+
+2006-06-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
+       * gtk/gtkprintoperation.c: Clarify docs for the allow-async
+       property.  (#346108, Christian Persch)
+
 2006-06-28  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkprinter.c: