]> Pileus Git - ~andy/gtk/blobdiff - README.in
Updated Czech translation.
[~andy/gtk] / README.in
index 0dd988215b10076c5a100a3b759bc0a829784f3e..254da7f5b9c0222792620260f2a24a7033807985 100644 (file)
--- a/README.in
+++ b/README.in
@@ -31,9 +31,27 @@ Release notes for 2.14
 ======================
 
 * gtkitemfactory.h is now completely deprecated.
-  gtkactiongroup.h and gtkstock.h is no longer included it's header,
-  this might break application using gtk_item_factory_* symbols without
-  including gtkitemfactory.h which has never been supported.
+  As gtkactiongroup.h and gtkstock.h no longer include the gtkitemfactory.h
+  header, this might break application using gtk_item_factory_* symbols
+  without including gtkitemfactory.h - even though this behaviour has never
+  been supported in the first place.
+
+* The GtkFileSystem semi-private interface has been removed.
+  The GTK+ filechooser implementation now uses GIO directly, which has
+  rendered external filesystem implementations unnecessary. Consequently,
+  the GtkFileSystem interface is no longer available, nor the filechooser
+  will load any GtkFileSystem implementation.
+
+* 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
 ======================