[g-a-devel]libgail-gnome bits ...



Hi Bill,

	Just uploaded and tagged libgail-gnome,

	HTH,

		Michael.

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libgail-gnome/ChangeLog,v
retrieving revision 1.15
diff -u -p -u -r1.15 ChangeLog
--- ChangeLog	16 Mar 2002 17:44:18 -0000	1.15
+++ ChangeLog	27 Mar 2002 17:28:13 -0000
@@ -1,3 +1,13 @@
+2002-03-27  Michael Meeks  <michael ximian com>
+
+	* Version 0.5.0
+
+2002-03-26  Michael Meeks  <michael ximian com>
+
+	* gail-gnome/gail-gnome-debug.h: only turn
+	debug on when explicitely enabled, too much
+	churn in nautilus for G_ENABLE_DEBUG.
+
 2002-03-16  Bill Haneman  <bill haneman sun com>
 
 	* gail-gnome/bonobo_plug_atk_object.c
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/libgail-gnome/Makefile.am,v
retrieving revision 1.2
diff -u -p -u -r1.2 Makefile.am
--- Makefile.am	23 Jan 2002 16:27:16 -0000	1.2
+++ Makefile.am	27 Mar 2002 17:28:13 -0000
@@ -5,6 +5,8 @@ SUBDIRS = gail-gnome test
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA= libgail-gnome.pc
 
+EXTRA_DIST=libgail-gnome.pc.in
+
 .PHONY: files
 
 files:
Index: configure.in
===================================================================
RCS file: /cvs/gnome/libgail-gnome/configure.in,v
retrieving revision 1.4
diff -u -p -u -r1.4 configure.in
--- configure.in	28 Jan 2002 19:24:21 -0000	1.4
+++ configure.in	27 Mar 2002 17:28:13 -0000
@@ -5,14 +5,11 @@ AC_INIT(ChangeLog)
 AM_CONFIG_HEADER(config.h)
 
 GAIL_GNOME_MAJOR_VERSION=0
-GAIL_GNOME_MINOR_VERSION=0
-GAIL_GNOME_MICRO_VERSION=4
+GAIL_GNOME_MINOR_VERSION=5
+GAIL_GNOME_MICRO_VERSION=0
 GAIL_GNOME_INTERFACE_AGE=0
 GAIL_GNOME_BINARY_AGE=0
-
-## with 1.0 you'd insert MINOR_VERSION in here, i.e. 0.3->1.0.0->1.0.1->1.0.2
-## note that micro version has to go in the libtool stuff below
-GAIL_GNOME_VERSION=$GAIL_GNOME_MAJOR_VERSION.$GAIL_GNOME_MICRO_VERSION
+GAIL_GNOME_VERSION=$GAIL_GNOME_MAJOR_VERSION.$GAIL_GNOME_MINOR_VERSION.$GAIL_GNOME_MICRO_VERSION
 AM_INIT_AUTOMAKE(libgail-gnome, $GAIL_GNOME_VERSION)
 
 AC_SUBST(GAIL_GNOME_MAJOR_VERSION)
@@ -92,8 +89,8 @@ GTK_REQUIRED_VERSION=1.3.11
 LIBBONOBO_REQUIRED_VERSION=1.1.0
 LIBBONOBOUI_REQUIRED_VERSION=1.1.0
 LIBGNOMEUI_REQUIRED_VERSION=1.1.0
-AT_SPI_REQUIRED_VERSION=0.0.5
-CSPI_REQUIRED_VERSION=0.0.5
+AT_SPI_REQUIRED_VERSION=0.10.0
+CSPI_REQUIRED_VERSION=0.10.0
 
 PKG_CHECK_MODULES(DEPS, $ATK_PACKAGES >= $ATK_REQUIRED_VERSION $GTK_PACKAGES >= $GTK_REQUIRED_VERSION $LIBBONOBO_PACKAGES >= $LIBBONOBO_REQUIRED_VERSION $LIBBONOBOUI_PACKAGES >= $LIBBONOBO_REQUIRED_VERSION $LIBGNOMEUI_PACKAGES >= $LIBGNOMEUI_REQUIRED_VERSION $AT_SPI_PACKAGES >= $AT_SPI_REQUIRED_VERSION)
 
Index: gail-gnome/gail-gnome-debug.h
===================================================================
RCS file: /cvs/gnome/libgail-gnome/gail-gnome/gail-gnome-debug.h,v
retrieving revision 1.1
diff -u -p -u -r1.1 gail-gnome-debug.h
--- gail-gnome/gail-gnome-debug.h	24 Jan 2002 11:11:27 -0000	1.1
+++ gail-gnome/gail-gnome-debug.h	27 Mar 2002 17:28:13 -0000
@@ -26,7 +26,7 @@
 
 G_BEGIN_DECLS
 
-#ifdef G_ENABLE_DEBUG
+#ifdef GAIL_GNOME_DEBUG
 
 #include <stdio.h>
 

-- 
 mmeeks gnu org  <><, Pseudo Engineer, itinerant idiot




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