]> Pileus Git - ~andy/gtk/commitdiff
3.5.12
authorMatthias Clasen <mclasen@redhat.com>
Tue, 21 Aug 2012 02:12:03 +0000 (22:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Aug 2012 03:38:03 +0000 (23:38 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e51d4cb034b796d18df865b844b088703e9ef9e7..ce160e142f247475ae9dce8b4933fe2e200194d8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+Overview of Changes in GTK+ 3.5.12
+==================================
+
+* GtkApplication:
+ - Add gtk_application_get_active_window to get the active window
+ - Add gtk_widget_insert_action_group to allow more flexibility
+   when associating widgets with actions
+
+* GtkMenuButton:
+ - The gtk_menu_button_set_menu function is getting renamed
+   to gtk_menu_button_set_popup. The old name is still available
+   for now, but will be removed before 3.6
+
+* GtkToolbar:
+ - use CSS properties instead of style properties for padding
+
+* Input method support:
+ - GtkEntry and GtkTextView now have input-purpose and input-hints
+   properties that let applications provide useful hints to
+   input methods, like 'this entry is for a phone nr'.
+
+* Bugs:
+ 373279 Toggling a GtkToggleButton emits "clicked", not "toggled"
+ 651244 Add a "purpose" tag for GtkEntries
+ 673478 Chain up notify implementations
+ 681577 Missing mnemonic in "Find applications online"
+ 681591 Masked string for password fields is not exposed to accessibility
+ 681613 icon view doesn't emit selection changed when the model changes
+ 682193 404 in GTK+ docs for duplicated "stable" URL suffix to ATK link
+ 682235 gtkmenubutton: repurpose set_menu for GMenuModel
+
+* Translation updates:
+ Assamese
+ Esperanto
+ Galician
+ Lithuanian
+ Marathi
+ Portuguese
+ Serbian
+ Spanish
+ Traditional Chinese
+
+
 Overview of Changes in GTK+ 3.5.10
 ==================================
 
index 41e24a392874ea98b91453942dab24de6b19b00e..0791d14c0a72dbd60e089d509f86d57b553e0ea1 100644 (file)
@@ -10,7 +10,7 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [5])
-m4_define([gtk_micro_version], [11])
+m4_define([gtk_micro_version], [12])
 m4_define([gtk_interface_age], [0])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])