summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-03-17 06:53:37 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-03-17 06:53:37 -0400
commit390dd37656945e26ad6953de0c9af7a86dc74133 (patch)
treef5eeb34110b1821e9506568aa2cacd13fc8fa8db /README.in
parent88a5959b226f23998a6c944e9b75253dec59c259 (diff)
downloadgtk+-390dd37656945e26ad6953de0c9af7a86dc74133.tar.gz
Add to release notes
Mention that GtkSearchEntry now 'eats' some keys.
Diffstat (limited to 'README.in')
-rw-r--r--README.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.in b/README.in
index b1e1fd05ca..173a01c574 100644
--- a/README.in
+++ b/README.in
@@ -99,6 +99,11 @@ 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
+ 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.
+
Release notes for 3.14
======================