summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-09-04 16:56:51 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-09-04 16:56:51 +0000
commit10b98d572c2007a7aef19b9c74b4c97bc17a9ac3 (patch)
tree093498fa804df6e962a6c9fa800d00a72321aece /README
parent861ac4ad76814883b1133ef486dfed6dda05d434 (diff)
downloadgdk-pixbuf-10b98d572c2007a7aef19b9c74b4c97bc17a9ac3.tar.gz
svn path=/trunk/; revision=21290
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index ec7d5b265..97657ab3e 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is GTK+ version 2.13.7. GTK+ is a multi-platform toolkit for
+This is GTK+ version 2.14.0. 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.
@@ -48,6 +48,12 @@ Release notes for 2.14
to GTK_SENSITIVITY_ON, so that the button is always sensitive or
GTK_SENSITIVITY_OFF to make it insensitive respectively.
+* GtkAdjustment now enforces that values are restricted to the
+ range [lower, upper - page_size]. This has always been the documented
+ behaviour, and the recommended practice is to set page_size to 0
+ when using adjustments for simple scalar values, like in a slider
+ or spin button.
+
* 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