[glade] Rolling 3.15.2 Development Snapshot



commit 0acc6910cfa1803d547d135e4c03b1e76f361d93
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Tue Jun 18 17:13:25 2013 +0900

    Rolling 3.15.2 Development Snapshot

 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c60dd95..9ab73d6 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
 ============
 
diff --git a/configure.ac b/configure.ac
index 43dbf66..37d93cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
 
 m4_define(glade_major_version, 3)
 m4_define(glade_minor_version, 15)
-m4_define(glade_micro_version, 1)
+m4_define(glade_micro_version, 2)
 m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
 
 AC_INIT([glade], [glade_version],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]