summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-04-18 05:14:07 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-04-18 05:14:07 +0000
commitb7b383e61a973f93f07b944fa303aad36dc2400e (patch)
tree4ff8d7d5cc3705758ae006db21e5071bf9e81646
parentfc18da9931d3df8671a096740619323184ab9dd0 (diff)
downloadglade-b7b383e61a973f93f07b944fa303aad36dc2400e.tar.gz
b Rolling 3.4.4GLADE3_3_4_4
b * NEWS, configure.ac: Rolling 3.4.4 * gladeui/glade-utils.h: removed trailing function prototype (bug 528552) svn path=/branches/gnome-2-22/; revision=1802
-rw-r--r--ChangeLog6
-rw-r--r--NEWS20
-rw-r--r--configure.ac4
-rw-r--r--gladeui/glade-utils.h2
4 files changed, 28 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b0ad905d..e890ea5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-18 Tristan Van Berkom <tvb@gnome.org>
+
+ * NEWS, configure.ac: Rolling 3.4.4
+
+ * gladeui/glade-utils.h: removed trailing function prototype (bug 528552)
+
2008-04-17 Juan Pablo Ugarte <juanpablougarte@gmail.com>
* gladeui/glade-property-class.[ch]: added glade_property_class_compare()
diff --git a/NEWS b/NEWS
index f675f7f7..eccb9981 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
===========
+Glade 3.4.4
+===========
+ - Now first toplevel in project automatically shows up in
+ the workspace
+ - Project no longer allows duplicate widget names
+ - Fixed bugs 528511, and 528552.
+
+New and updated translations
+============================
+ - Laurent Dhima (sq)
+ - Baris Cicek (tr)
+ - Alexander Shopov (bg)
+ - Kenneth Nielsen (da)
+ - Jorge Gonzalez (es)
+ - Philip Withnall (en_GB)
+ - Ani Peter (ml)
+ - Leonardo Ferreira Fontenelle (pt_BR)
+ - Rajesh Ranjan (hi)
+
+===========
Glade 3.4.3
===========
- Backed out GtkScaleButton and GtkVolumeButton since
diff --git a/configure.ac b/configure.ac
index 8d293a28..eccebe55 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, 4)
-m4_define(glade_micro_version, 3)
+m4_define(glade_micro_version, 4)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
AC_INIT([glade3], [glade_version],
@@ -47,7 +47,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=7
GLADE_AGE=0
GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
diff --git a/gladeui/glade-utils.h b/gladeui/glade-utils.h
index 08c3b4e9..638ee861 100644
--- a/gladeui/glade-utils.h
+++ b/gladeui/glade-utils.h
@@ -23,8 +23,6 @@ typedef enum
} GladeUIMessageType;
-void glade_util_widget_set_tooltip (GtkWidget *widget, const gchar *str);
-
GType glade_util_get_type_from_name (const gchar *name, gboolean have_func);
GParamSpec *glade_utils_get_pspec_from_funcname (const gchar *funcname);