2005-02-07 Dragan Sarbut <ds@baum.ro>
	
	* configure.in:
	Updated version to 0.10.1.
	
	* NEWS:	
	Updated.

2004-01-21 Remus Draica <rd@baum.ro> patch from Oana Serb <os@baum.ro>

	* help/braille_monitor/C/brlmonitor-C.omf:
	* help/braille_monitor/es/brlmonitor-es.omf:
	Fix the lines containing an "F" at the beginning.

2005-01-21 Dana Ormenisan <do@baum.ro>

	* srcore/default.xml.in:
	* srcore/verbose.xml.in:
	Add presentation for "object:context-switched" event for 'table' and
	'tree-table' role.
	* srlow/libsrlow/SRLow.c:
	(srl_get_context):
	Changed to present the general information for a table (when focus
	is moved to the table from another widget) as a context information.
	
	Fixes for bug #163684.

2004-01-18 Remus Draica <rd@baum.ro>

	* configure.in:
	Update versions of libraries needed by gnopernicus (bug #157434).

	* braille/libbrl/sercomm.c:
	* gnopi/cmdmapui.c:
	* gnopi/gnopi.c:
	Fix some compile warnings (some are bug #164437).

2005-01-17 Dana Ormenisan <do@baum.ro>

	* srlow/libsrlow/SRLow.c:
	(srle_set_acc):
	* srlow/libsrlow/SRObject.c:
	(sro_get_cell):
	Changed to take the first SPI_STATE_SELECTED cell which is showing and 
	visible as the current cell if there is no SPI_STATE_FOCUSED cell in 
	that table.
	
	Fixes for bug #163949.

2005-01-17 Dana Ormenisan <do@baum.ro>

	* srlow/libsrlow/SRObject.c:
	(sro_is_word_navigation):
	Changed to report the whole line when navigating from a
	single-word line.
	
	Fixes for bug #153410.

2005-01-13 Dana Ormenisan <do@baum.ro>

	* srlow/libsrlow/SRObject.c:
	(get_text_attributes_from_range):
	Changed to prevent the blocking in the loop if 
	AccessibleText_getAttributes returns wrong values.
	
	Fixes for bug #161810.