summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-03-14 09:03:13 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-03-14 16:08:51 -0400
commitf3f44d665027459cd66ac957d26fa241cf189284 (patch)
treedafd36bb80cae74c1334b453dd5cd9628f0dec1c /README.in
parent55feb804f012436dca6ac68fdbdd859484de99e5 (diff)
downloadgtk+-f3f44d665027459cd66ac957d26fa241cf189284.tar.gz
Update release notes
Add a warning about the change in GtkBuilders id/name handling.
Diffstat (limited to 'README.in')
-rw-r--r--README.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.in b/README.in
index b6d0b99314..316db6a095 100644
--- a/README.in
+++ b/README.in
@@ -37,13 +37,9 @@ Release notes for 2.20
which are doing so may need some adjustments, since the addition of the
message area changed the internal widget hierarchy.
-* GDK will now set all matching virtual modifiers in the state field of
- key events. Depending on your X modifier map, this can lead to more bits
- in the state field being set than before. If you are manually matching
- key events against key/modifier combinations you should make sure that
- you properly mask away irrelevant parts of the state field. The
- gdk_keymap_map_virtual_modifiers() function can help with matching
- against virtual modifiers.
+* GtkBuilder no longer sets the "name" property of widgets to the ID
+ attribute of the <object>. Use gtk_buildable_get_name() instead of
+ gtk_widget_get_name() to obtain the ID.
Release notes for 2.18
======================