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

	* configure.in: re-dist 1.8.8

	* gail/gailcombobox.c: Fix syntax problem in if, from Ali Akcaagac.
	
2005-11-23  Bill Haneman <bill.haneman@sun.com>

        Patch from jlyle:	
	* gail/gailtreeview.c: More crasher fixing, sigh.
	(gail_tree_view_finalize): Call clear_cached_data before
	removing idle handlers.
	(return_iter_nth_row): Plug leak of treepath, which causes
	treeview to persist too long and receive notifications
	when it should not, resulting in crashes.
	(garbage_collect_cell_data): Operate on a copy of the g_list.
	(cell_destroyed): Retain the idle handler id when queuing the
	cleanup.

	* gail/gailtreeview.c:
	(gail_tree_view_destroyed, gail_tree_view_finalize): Unref and 
	clear the focus_cell on destroy, rather than finalize.