summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-08-15 13:40:30 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-08-15 13:40:30 -0400
commit73f1d62b6898e86aa24047e541c4def0243dcd64 (patch)
treeb9686b3c38c1cd399caa1207a0436c51382fa6f6 /README.in
parent07942446d7025e15423ee0a484ebadd00c5ddea2 (diff)
downloadgtk+-73f1d62b6898e86aa24047e541c4def0243dcd64.tar.gz
Update release notes a bit
Diffstat (limited to 'README.in')
-rw-r--r--README.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.in b/README.in
index 173a01c574..4ff9b32dcf 100644
--- a/README.in
+++ b/README.in
@@ -73,6 +73,18 @@ Patches should be in unified diff form. (The -up option to GNU diff)
Even better are git-formatted patches. (Use git format-patch)
+Release notes for 3.18
+======================
+
+* The GtkListBox model support that was introduced in 3.16 has been
+ changed to no longer call gtk_widget_show_all on rows created by
+ the create_widget_func. You need to manage the visibility of child
+ widgets yourself in your create_widget_func.
+
+* The alpha component of foreground colors that are applied to
+ GtkCellRendererText is no longer ignored. If you don't want your
+ text to be translucent, use opaque colors.
+
Release notes for 3.16
======================
@@ -99,7 +111,7 @@ Release notes for 3.16
has non-scrolling parts similar to treeview headers, there is no need
to implement this vfunc.
-* The GtkSearchEntry widget has gained a number of new signal that
+* The GtkSearchEntry widget has gained a number of new signals that
are emitted when certain key sequences are seen. In particular, it
now handles the Escape key and emits ::stop-search. Applications that
expect to handle Escape themselves will need to be updated.