summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-08-05 18:20:35 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-08-05 18:20:35 +0000
commitc246a4e7b09ada8048cb810b75e0cdb8c2a4c0e6 (patch)
tree216d7b9657b9287d50cdc1492e1f494eeae11c5f /README
parentda61c61c4bfdd6adc085e6fed4a5f4153311d1de (diff)
downloadgtk+-c246a4e7b09ada8048cb810b75e0cdb8c2a4c0e6.tar.gz
svn path=/trunk/; revision=21015
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 6 insertions, 7 deletions
diff --git a/README b/README
index ccde59a76c..39272f39dc 100644
--- 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.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.
@@ -42,12 +42,11 @@ 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.
Release notes for 2.12
======================