]> Pileus Git - ~andy/gtk/blobdiff - README
Updated Basque translation.
[~andy/gtk] / README
diff --git a/README b/README
index 50ac6f0e838d73d0f64521294a735d136ea65427..39272f39dc73ab61b2579f53519b66efe2a81a5e 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is GTK+ version 2.13.1. GTK+ is a multi-platform toolkit for
+This is GTK+ version 2.13.6. 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.
@@ -36,6 +36,18 @@ Release notes for 2.14
   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.
+
 Release notes for 2.12
 ======================