summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-05-24 04:04:10 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-24 15:39:30 +0200
commitb18b33ae8234982dcc4e694358cbcbc32c3e7e3a (patch)
tree3ace9b0ebece960e37dec037873011c528608f57 /README.in
parent14f7717770c9304822abe00728d0ebdf50210f68 (diff)
downloadgtk+-b18b33ae8234982dcc4e694358cbcbc32c3e7e3a.tar.gz
Revert "Forward-port a GtkAdjustment compatibility fix"
In the early 2.14.x releases, GtkAdjustment was changed to enforce 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. Due to the large number of applications that are affected by this change, the behaviour has been reverted to the old behaviour in 2.14.3, with an explicit warning that this change will be reintroduced in 2.90. This reverts commit e6373738fc9c53c95e467a3681fcd3426fd94d13. https://bugzilla.gnome.org/show_bug.cgi?id=619474
Diffstat (limited to 'README.in')
-rw-r--r--README.in14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.in b/README.in
index f7108acbe7..bcd8c4efba 100644
--- a/README.in
+++ b/README.in
@@ -111,15 +111,11 @@ 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.
-* In the early 2.14.x releases, GtkAdjustment was changed to enforce
- 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.
- Due to the large number of applications that are affected by this
- change, the behaviour has been reverted to the old behaviour in
- 2.14.3, with an explicit warning that this change will be
- reintroduced in 2.90.
+* 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