2005-08-29 Dragan Sarbut <ds@baum.ro>
	
	* configure.in:
	Updated to vesion 0.11.5.
	
	* NEWS:
	Updated.

2005-08-22 Olaf Heiring <olh@suse.de>

	* srlow/libsrlow/screen-review.c (srw_elements_from_accessible):
	fixed comparison being always true due to limited range of data
	type.

2005-08-22 Remus Draica <rd@baum.ro>

	* braille/libbrl/braille.c:
	(supported_devices):
	Add BRLTTY device to devices list only if brltty is present at compile
	time.

	* gnopi/brlui.c:
	If current braille device is no longer available
	set the combo text to "<none>".

	Fixes for bug #313737.

2005-08-22 Oana Serb <os@baum.ro>

	* braille/libbrl/ttybrl.c:
	* srcore/srspc.c:
	Mark some strings for translation.
	(Fix for bug #309039)

2005-08-22 Remus Draica <rd@baum.ro>

	* braille/libbrl/Makefile.am:
	Remove definitions for TTYNAME[0...4].

	* braille/libbrl/alvabrl.[ch]:
	(alva_brl_open_device):
	* braille/libbrl/baumbrl.[ch]:
	(baum_brl_open_device):
	* braille/libbrl/ecobrl.[ch]:
	(eco_brl_open_device):
	* braille/libbrl/handybrl.[ch]:
	(handy_brl_open_device):
	* braille/libbrl/braille.[ch]:
	(brl_open_device):
	* braille/libbrl/brlxml.c:
	* braille/libbrl/brlxmlapi.c:
	(brl_xml_init):
	Change port type from number to string.

	* braille/libbrl/sercomm.[c.h]:
	(brl_ser_open_port):
	Change port type from number to string. Also remove the code which makes
	the corespondence between the numner and the string for port.

	* gnopi/brlconf.[ch]:
	Add a new field (port) to Braille struct and set it when change from UI.

	* srcore/Makefile.am:
	Add definitions for TTYNAME[0...4].

	* srcore/srbrl.[ch]:
	* srcore.srmain.c:
	Add support to handle the new possible string value for port

	Fixes for bug #308383.

2005-08-22 Oana Serb <os@baum.ro>

	* magnifier/libmag/mag_ctrl.c:
	Removed mag_rect_clip_to_source () function.
	(Fix for bug #314145)

2005-08-18 Remus Draica <rd@baum.ro>

	* srcore/srmain.c:
	(src_present_crt_window):
	Present "switch to" message with a higher priority.
	(Fix for bug #300498).

2005-08-18 Oana Serb <os@baum.ro>

	* srcore/srspc.c:
	Set correctly the parameters for a new added voice.
	(Fix for bug #308514).