2005-03-23 Remus Draica <rd@baum.ro>

	* configure.in:
	Updated to vesion 0.10.5.
	
	* NEWS:
	Updated.

2005-03-23 Remus Draica <rd@baum.ro>

	* configure.in:
	Add definitions for TTYNAME_2 and TTYNAME_3.
	* braille/libbrl/Makefile.am:
	(INCLUDES):
	Add definitions for TTYNAME2 and TTYNAME3.
	* braille/libbrl/sercomm.c:
	(brl_ser_open_port):
	Start with port 0 and add the new added ports.
	* gnopi/brlui.c:
	Add "none" and added ports to the list of ports.
	* gnopi/gnopi_files/Braille_Settings/braille_device.glade2:
	Change the port spin button into a combo because now "none" is an option.
	* schemas/gnopernicus.shemas:
	Set BRLTTY as default braille driver and -1 ("none") as default port.
	* srconf/libsrconf/libsrconf.h:
	Change the minimum and maximum values allowed for port.
	* srcore/srbrl.c:
	(src_braille_restart):
	Initialize the device even if that failed before.
	* srcore/srbrl.c:
	(src_braille_load_defaults):
	* srcore/srmain.c:
	Changes to handle the new -1 ("none") port value.

	Fixes bug #167221.

2005-03-23 Remus Draica <rd@baum.ro>

	* srcore/srmain.c:
	(src_present_crt_window):
	Make context-switched events interruptible. (bug #170551).
	(src_present_real_sro_for_speech):
	Remove the check for context-switched because those events are considered
	as window events.

2005-03-22 Oana Serb <os@baum.ro>. Patch from Samuel Thibault <samuel.thibault@ens-lyon.org>

	* configure.in:
	Added gtk and libgnome packages.
	* braille/libbrl/ttybrl.c:
	Use brlapi_perror for error reporting. 
	Detect virtual console used by BrlTTY using atoms.
	(bug fix #169519)

2005-03-22 Oana Serb <os@baum.ro>. Patch from Alexandra Telescu <at@baum.ro>

	* srlow/libsrlow/SRObject.c:
	(sro_get_text_from_acc):
	Invisible toggle buttons from presentation.
	(bug fix #167580).

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

	* srcore/srmain.c:
	Do not report any event while mose is moving (bug #142529).
	(Partial fix from Bill Haneman <bill.haneman@sun.com>)

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

	* gnopi/spvoiceui.c:
	(spui_voice_add_modify_new_speaker_settings_get):
	The voice name and voice name description are correctly get
	(bug fix #170561).

2005-03-21 Remus Draica <rd@baum.ro>

	* srlow/libsrlow/SRLow.c:
	Retain if an object has or not CHECKED state, and report 
	state-changed:checked for radio-buttons only if this is a transition
	from unchecked to checked (bug #141476).
	Set to NULL last-table when focus for another object is received
	(bug #166065).

2005-03-16 Remus Draica <rd@baum.ro>. Patches from Oana Serb <os.baum.ro>

	* gnopi/spconf.c:
	* gnopi/spconf.h:	
	Added spconf_key_is_valid (), spconf_voice_list_get_default_voice () and
	spconf_driver_list_get_default_driver ().
	
	* gnopi/spvoiceui.c:
	Added spui_voice_add_modify_et_gnopernicus_voice_insert_text ().
	(spui_voice_add_modify_properties_get):
	(spui_voice_add_modify_handlers_set):
	The name of the new inserted voice is validated (bug fix #169711).
	(spui_voice_settings_button_add_clicked):
	The default settings for a new added voice are correctly set 
	(bug fix #150955).

2005-03-14 Remus Draica <rd@baum.ro>

	* gnopi/spvoiceui.c:
	(sp_curr_speaker_setting):
	(sp_curr_gnopernicus_speaker):
	Set to NULL when removed from apropiate list (bug fix #169840).

2005-03-07 Dragan Sarbut <ds@baum.ro>