]> Pileus Git - ~andy/gtk/blobdiff - README
Bug 545875 – evo crashed when trying to print pages 6-7 of a 1 page
[~andy/gtk] / README
diff --git a/README b/README
index ccde59a76cf97866f567ec804265e43def349d73..ec7d5b2652a53ab19859bf0b8fd782032c85d7df 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is GTK+ version 2.13.5. GTK+ is a multi-platform toolkit for
+This is GTK+ version 2.13.7. GTK+ is a multi-platform toolkit for
 creating graphical user interfaces. Offering a complete set of widgets,
 GTK+ is suitable for projects ranging from small one-off projects to
 complete application suites.
@@ -42,12 +42,16 @@ Release notes for 2.14
   the GtkFileSystem interface is no longer available, nor the filechooser
   will load any GtkFileSystem implementation.
 
-* gtk_adjustment_set_value() now correctly clamps the passed value to
-  [lower...upper-page_size] instead of just to [lower...upper].
-  This has the potential to break some corner cases, however these
-  cases would set page_size to a value != 0 which suggests they want
-  it honored. All manual clamping in code calling set_value() can now
-  be safely removed.
+* GtkComboBox now renders the popdown button insensitive when
+  the model is empty. Applications which want to populate the list
+  only before displaying it can set gtk_combo_box_set_button_sensitivity
+  to GTK_SENSITIVITY_ON, so that the button is always sensitive or
+  GTK_SENSITIVITY_OFF to make it insensitive respectively.
+
+* gdk-pixbuf will use GIO for mime type detection if possible. For
+  this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS
+  set accordingly at configure time. Otherwise, gdk-pixbuf falls
+  back to its built-in sniffing implementation.
 
 Release notes for 2.12
 ======================