]> Pileus Git - ~andy/gtk/commitdiff
Late release notes
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 13 Mar 2009 16:27:55 +0000 (16:27 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 13 Mar 2009 16:27:55 +0000 (16:27 +0000)
svn path=/trunk/; revision=22534

ChangeLog
README.in

index ed01d39436d0345a43e16c5bbab1217e54cf226a..7b9f71d58e23cef0c61f1285d84610fdd8596fc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * README.in: Late release notes for 2.16
+
 2009-03-13  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump version
index 9c2cfe5fab54df88b481261efc5725fece373754..2bc3209a91d963ba81c714dcc315c9260e6af8e4 100644 (file)
--- a/README.in
+++ b/README.in
@@ -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
 ======================