From b7b383e61a973f93f07b944fa303aad36dc2400e Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 18 Apr 2008 05:14:07 +0000 Subject: b Rolling 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 --- ChangeLog | 6 ++++++ NEWS | 20 ++++++++++++++++++++ configure.ac | 4 ++-- gladeui/glade-utils.h | 2 -- 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 + + * NEWS, configure.ac: Rolling 3.4.4 + + * gladeui/glade-utils.h: removed trailing function prototype (bug 528552) + 2008-04-17 Juan Pablo Ugarte * 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,3 +1,23 @@ +=========== +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 =========== 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); -- cgit v1.2.1