glade3 r1802 - in branches/gnome-2-22: . gladeui
- From: tvb svn gnome org
- To: svn-commits-list gnome org
- Subject: glade3 r1802 - in branches/gnome-2-22: . gladeui
- Date: Fri, 18 Apr 2008 06:14:08 +0100 (BST)
Author: tvb
Date: Fri Apr 18 05:14:07 2008
New Revision: 1802
URL: http://svn.gnome.org/viewvc/glade3?rev=1802&view=rev
Log:
b
* NEWS, configure.ac: Rolling 3.4.4
* gladeui/glade-utils.h: removed trailing function prototype (bug 528552)
Modified:
branches/gnome-2-22/ChangeLog
branches/gnome-2-22/NEWS
branches/gnome-2-22/configure.ac
branches/gnome-2-22/gladeui/glade-utils.h
Modified: branches/gnome-2-22/NEWS
==============================================================================
--- branches/gnome-2-22/NEWS (original)
+++ branches/gnome-2-22/NEWS Fri Apr 18 05:14:07 2008
@@ -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
Modified: branches/gnome-2-22/configure.ac
==============================================================================
--- branches/gnome-2-22/configure.ac (original)
+++ branches/gnome-2-22/configure.ac Fri Apr 18 05:14:07 2008
@@ -4,7 +4,7 @@
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 @@
# 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`
Modified: branches/gnome-2-22/gladeui/glade-utils.h
==============================================================================
--- branches/gnome-2-22/gladeui/glade-utils.h (original)
+++ branches/gnome-2-22/gladeui/glade-utils.h Fri Apr 18 05:14:07 2008
@@ -23,8 +23,6 @@
} 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]