summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2013-06-18 17:13:25 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2013-06-18 17:46:28 +0900
commit0acc6910cfa1803d547d135e4c03b1e76f361d93 (patch)
tree6481d31fa1719eb40da205d1fa26770f9729b643 /NEWS
parentb817dc24190dbc8d3b1e7429de63143286bde40e (diff)
downloadglade-0acc6910cfa1803d547d135e4c03b1e76f361d93.tar.gz
Rolling 3.15.2 Development Snapshot
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c60dd95f..9ab73d6b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
============
+Glade 3.15.2
+============
+ - Add GtkPlacesSidebar to GTK+ catalog (Federico Mena Quintero)
+ - New icon for GtkMenuButton (Paolo Borelli)
+ - GTK+ catalog version now bumped to 3.10, include new translatable enumeration values
+ and updated new versions and deprecations
+ - Added --enable-debug option and some debug flags to be set with GLADE_DEBUG environment variable
+ - Enable word wrapping in combo boxes (used to edit enumeration properties)
+ - Split up the GTK+ plugin into mini source files, each one implementing it's own widget adaptor
+ code (instead of one huge glade-gtk.c file)
+ - Fix GtkIconFactory sources editor (was very broken)
+ - Allow setting the "id" attributes of items set in a GtkComboBoxText
+ - Avoid calling gtk_stock_list_ids() when gdk_display_get_default() is NULL, allows GIRs to
+ build on some build machines.
+ - Avoid updating the inspector treeview if the same project is set twice (Marco Diego Aurélio Mesquita)
+ - Escape key cancels a query dialog instead of approves creation of the new widget
+ - Many minor bugs and random crasher bugs also fixed
+ - Alsmost all widget types have their own custom editors now
+
+============
Glade 3.15.1
============