summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-12-18 20:38:27 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-12-18 20:38:27 +0000
commitab24f5cce2195365e16941658d5bc72b1cda7973 (patch)
tree6fe042ac993cf5717be536a2ba0a16be3b875a43
parent43f12233a62dbba77aa272b2fbc4e25e9efb6dff (diff)
downloadglade-ab24f5cce2195365e16941658d5bc72b1cda7973.tar.gz
Rolling 3.1.4GLADE3_3_1_4
* configure.in, NEWS: Rolling 3.1.4
-rw-r--r--ChangeLog4
-rw-r--r--NEWS9
-rw-r--r--configure.in4
3 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 67a1fdc5..3c977c62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,13 @@
2006-12-18 Tristan Van Berkom <tvb@gnome.org>
+ * configure.in, NEWS: Rolling 3.1.4
+
* src/glade-widget-adaptor.c: Fixed loading of "special-child-type" from
the catalog, fixes bugs with GtkFrame, GtkNotebook (bug 373251), GtkExpander etc.
* src/gtk+.xml.in: Disable the "label" property of expanders, expander labels are
identified by thier internal label widget, when setting the "label" property the
- widget gets lost from the hierarchy, so thats fixed (bug 386352).
+ widget gets lost from the hierarchy, so thats fixed (bug 386352)
2006-12-18 Tristan Van Berkom <tvb@gnome.org>
diff --git a/NEWS b/NEWS
index ce3bf5e0..61caaa82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
===========
+Glade 3.1.4
+===========
+
+New features and fixes
+======================
+ - Fixed notebook tabs, frame/expander labels, was all screwed up (bug 373251)
+ - Fixed expander interaction (bug 386352)
+
+===========
Glade 3.1.3
===========
diff --git a/configure.in b/configure.in
index 609bcae3..19fa24c2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(glade3, 3.1.3,
+AC_INIT(glade3, 3.1.4,
http://bugzilla.gnome.org/enter_bug.cgi?product=glade3)
AC_CANONICAL_SYSTEM
@@ -31,7 +31,7 @@ AM_PROG_LIBTOOL
# If any interfaces have been added since the last public release, then increment GLADE_AGE.
# 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.html#Versioning
-GLADE_REVISION=2
+GLADE_REVISION=3
GLADE_CURRENT=4
GLADE_AGE=0
AC_SUBST(GLADE_REVISION)