Skip to content

Commit

Permalink
More release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed Dec 17, 2014
1 parent 6f3385a commit 22dfa49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.in
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,18 @@ Release notes for 3.16
If you are using such a function from language-bindings, this
may require adjustments.

* The lookup order for actions that are activated via keyboard
accelerators has been changed to start at the currently focused
widget. If your application is making use fo nested action groups
via gtk_widget_insert_action_group, you may want to check that
this change does not upset your accelerators.

* The GtkScrollable interface has gained a new vfunc, get_border,
that is used to position overshoot and undershoot indications that
are drawn over the content by GtkScrolledWindow. Unless your scrollable
has non-scrolling parts similar to treeview headers, there is no need
to implement this vfunc.

Release notes for 3.14
======================

Expand Down

0 comments on commit 22dfa49

Please sign in to comment.