2005-11-18  Bill Haneman <bill.haneman@sun.com>

	Consistency fixes for parent-child hierarchy
	of embedded widgets.
	
	* gail-gnome/bonobo-accessibility-init.c:
	(impl_bonobo_control_frame_get_parent_accessible):
	Return accessible for "bonobo control frame" widget,
	instead of parent, for symmetry/consistency with
	Accessible_getChild(...) and
	bonobo_socket_atk_object_get_accessible().
	
	* gail-gnome/bonobo_plug_atk_object.c:
	(bonobo_plug_atk_object_init): Set the role of the 
	bonobo-plug to ATK_ROLE_EMBEDDED.

	* gail-gnome/bonobo_socket_atk_object.c:
	(bonobo_socket_atk_object_get_accessible): 
	Return the ControlFrame parent accessible instead of
	the control accessible, for consistency with.
	BonoboControlFrame::getParentAccessible.

2005-06-15  Luis Villa <luis.villa@gmail.com>

	* tests/Makefile.am disable 'make check' as it currently
	segfaults- bug #160384. Patch from Brent Smith.