diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2009-03-13 16:27:55 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-03-13 16:27:55 +0000 |
commit | 0405f7372223f05e509d0461e869f221493ebc30 (patch) | |
tree | 191f55a9ac55de70fd0dd974cf5a4a704c4a8401 /README.in | |
parent | 5a7d00bcc7536eee7ac126f34a85f4ec7063bffc (diff) | |
download | gtk+-0405f7372223f05e509d0461e869f221493ebc30.tar.gz |
Late release notes
svn path=/trunk/; revision=22534
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -27,6 +27,27 @@ Installation See the file 'INSTALL' +Release notes for 2.16 +====================== + +* Password entries now display a caps-lock warning. This can be turned off + with the caps-lock-warning property. + +* Various orientation-related functions have been deprecated in favour + of the new GtkOrientable interface: gtk_scale_button_get_orientation, + gtk_scale_button_set_orientation, gtk_toolbar_set_orientation. + +* The action-proxy interaction has been changed. Widgets that operate as + proxies have to implement the GtkActivatable interface now. GtkActivatable + implementation are responsible for syncing their appearance with the + action and for activating the action. All GTK+ widgets that are commonly + used as proxies implement the GtkActivatable interface. + +* The handling of keyboard shortcuts has been changed, to help with a + longstanding complaint about the way GTK+ handles multiple layouts. GTK+ + now only uses keys from groups other than the current group if they are + not present in the current group. + Release notes for 2.14 ====================== |