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

	* gok/gok-spy.c:
	(gok_spy_is_primary_container): Match ROLE_APPLICATION,
	ROLE_ROOT_PANE, and ROLE_FRAME objects. This makes UI Grab
	work better with applications which modify their UI
	asynchronously, or which build their UI on the fly after posting
	their initial window.  Java Swing applications are examples of
	apps that may often do this.

	* gok/gok-keyboard.c:
	Treat ROLE_MENU_ITEM objects like ROLE_MENU objects, if they have
	children.  This is a hack to get around anomalous gtk+/glade
	behavior which can result in an atk hierarchy with MENU_ITEM
	objects that aren't leaf nodes, but are actually toplevel menus.
	
	* configure.in, NEWS, README: Revved to 1.0.5.