2005-05-19 Bill Haneman * configure.in, README, NEWS: Revved to 1.8.5. 2005-08-24 Kjartan Maraas * gail/gailtreeview.c: (gail_tree_view_get_column_header): Remove an unused var and comment out an unused static function. Closes bug #314363. 2005-08-11 Marcel Telka * configure.in (ALL_LINGUAS): Added sk. 2005-05-19 Bill Haneman Fixes for bug #304667 and related. * gail/gailtreeview.c: (cell_destroyed): Don't check cell_info->cell, since it may not be valid when this method is called. Don't queue garbage collection if the cell is no longer in use, it should already be queued. (clean_cell_info): Check the in_use flag before proceeding with the 'destroy' logic, since this method may get called more than once on a cell.