summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-09-04 00:48:21 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-09-04 00:48:21 +0000
commit4866c5501e558f7958421d2080ce5067dacbe3bd (patch)
tree7141d02bf384ce46f9cb05902983959f49a44d69 /README.in
parent26521c87e50256a84352a9e4aa8df6ca3bf21423 (diff)
downloadgdk-pixbuf-4866c5501e558f7958421d2080ce5067dacbe3bd.tar.gz
Add a note about GtkAdjustment behaviour change
svn path=/trunk/; revision=21271
Diffstat (limited to 'README.in')
-rw-r--r--README.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.in b/README.in
index 254da7f5b..9c2cfe5fa 100644
--- a/README.in
+++ b/README.in
@@ -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