[glade/glade-3-14] Rolling 3.14.2



commit 375238de84b476df77f8d05e6f861d09e44b477b
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Mon Nov 26 10:46:47 2012 -0300

    Rolling 3.14.2

 ChangeLog    |   20 ++++++++++++++++++++
 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 3 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d6dfb73..58b6d91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2012-11-26  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* configure.ac, NEWS: Rolling 3.14.2
+
+2012-11-01  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* plugins/gtk+/glade-gtk-activatable.c: Fixed Bug #685816 
+	  "Widget attributes editing broken" by reverting old fix and setting 
+	  use-action-appearance default back to false so the old sensitivity
+	  code can work as ussual.
+
+	* gladeui/glade-editor-property.c:
+	  o Fixed bug #678922 "When editing a label, the cursor is moved to the end after every change."
+	  o Fixed a few leak since glade_property_make_string() returns a newlly allocated string.
+
+2012-10-19  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* gladeui/glade-editor-property.c: Update GladeEditorProperty label 
+	  sensitivity on GladeProperty sensitivity notify.
+
 2012-10-14  Juan Pablo Ugarte <juanpablougarte gmail com>
 
 	* configure.ac, NEWS: Rolling 3.14.1, bumped gtk dependency to 3.6.0
diff --git a/NEWS b/NEWS
index d3722fe..ffc396f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
 ============
+Glade 3.14.2
+============
+
+	- Fixed Bug #685816 "Widget attributes editing broken" by reverting old fix and setting 
+	  use-action-appearance default back to false so the old sensitivity
+	  code can work as ussual.
+	- Fixed bug #678922 "When editing a label, the cursor is moved to the end after every change."
+	- Fixed a few leak since glade_property_make_string() returns a newlly allocated string.
+
+============
 Glade 3.14.1
 ============
 
diff --git a/configure.ac b/configure.ac
index 69969ac..f6eacef 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, 14)
-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],
@@ -52,7 +52,7 @@ AC_PATH_PROG(DLLTOOL, dlltool)
 # If any interfaces have been removed since the last public release, then set GLADE_AGE to 0.
 # Reference: http://www.gnu.org/software/libtool/manual/libtool.html#Versioning
 
-GLADE_REVISION=1
+GLADE_REVISION=2
 GLADE_CURRENT=4
 GLADE_AGE=0
 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`



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