2004-05-25 Remus Draica <rd@baum.ro>

	* configure.in:
	Update version to 0.9.5.

	* NEWS:
	Updated.

2004-06-08 Dana Ormenisan <do@baum.ro>

	* gnopi/gnopi_files/Speech_Settings/speech_settings.glade2:
	Rename tooltip for Preferences->Speech->Text Echo->None radio
	button ('Do not say text').The new description is
	'Do not speak text'.

2004-06-08 Dana Ormenisan <do@baum.ro>

	* gnopi/spui.c:
	* gnopi/gnopi_files/Speech_Settings/speech_settings.glade2:
	Add a new Text echo mode: 'None'- to output the text typed
	only on braille/brlmon without disable the speech component. 
	
	* srcore/srspc.h:
	Add a new SRCSpeechTextEchoType mode: SRC_SPEECH_TEXT_ECHO_NONE.
	
	* srcore/srmain.c:
	* srcore/srspc.c:
	Add code for 'None' text echo mode.
	(Fixies for bug #143935).

2004-06-08 Dana Ormenisan <do@baum.ro>

	* srcore/srctrl.c:
	(src_flat_review_line):
	Changed to report 'first line'/'last line' in flat review
	mode if user is already on firs/last line and press up/down
	numpad arrow key.
	(Fixies for bug #143944).

2004-06-08 Dana Ormenisan <do@baum.ro>

	* srcore/default.xml.in:
	Change presentation for 'multi-line-text' role: do not 
	report <role>.
	(Partial fix for bug #138091).

2004-06-08 Dragan Sarbut <ds@baum.ro>
	
	* gnopi/gnopi.c:
	Added --login option.  
	Check for accessibility is disabled if this option is 
	passed to gnopernicus.
	
	* srcore/srmain.c:
	Added --login option.
	This option for srcore does nothing for now.
	
	Fix for bug #143514

2004-06-08 Dana Ormenisan <do@baum.ro>

	* srcore/srctrl.c:
	(src_hierarchy_flat):
	Changed to send information to speech line by line, to improve the
	performance for 'Read whole window' command.
	(Fixies for bug #142730).

2004-06-07 Dana Ormenisan <do@baum.ro>

	* srlow/libsrlow/SRObject.c:
	Correct some warning messages at run-time.
	(Fixies for bug #143591).

2004-06-04 Dragan Sarbut <ds@baum.ro>
	
	* srcore/srmag.ch:
	(src_magnifier_set_split_screen_horizontal):
	Added function to set the zoomer placement so the magnifier window 
	will be on the upper half of the screen.The values for zoomer 
	placement are kept internaly and in gconf.
	
	* srcore/srmain.h:
	(main):
	Added commandline option "u" for srcore used to set 
	horizontal half screen magnification.
	(src_init):
	Added an gboolean parameter  which represents the horizontal 
	half screen magnification commandline option.
	Fix for bug #143655.	

2004-06-04 Dana Ormenisan <do@baum.ro>

	* kbd_mouse/libke/libke.c:
	(ke_return_active_modifiers):
	Removed.
	(ke_report_user_key_event):
	Changed to not use X calls to check for modifiers.
	KEKeyEvent structure will be used to check for modifiers.
	(Fixies for bug #143509).

2004-06-04 Dragan Sarbut <ds@baum.ro>
	
	* magnifier/libmag/mag.c:
	(mag_initialize):
	Removed return FALSE from gconf "set_data" functions.
	Fix for bug #143711.

2004-06-04 Dana Ormenisan <do@baum.ro>

        * kbd_mouse/libke/libke.c:
	Register a listener for XK_Escape.
	* srcore/srmain.c:
	(src_process_cursor):
	(src_process_key):
	Changed to report Escape with 'Say all navigation keys' enabled.
	(Fixies for bug #143517).

2004-06-02 Dana Ormenisan <do@baum.ro>

	* srcore/default.xml.in:
	* srcore/verbose.xml.in:
	When focus moves between the table lines, present the cell information
	using 'cell' voice.
	
	* srlow/libsrlow/SRObject.c:
	(sro_get_cell):
	If there is a single column table, when user switchs between lines, the 
        single cell in the current line will be presented.
        If there is a multi column table and the whole table line is selected, 
	three cells will be presented: the currently focussed cell, the cell 
	before (if exists) and the cell after the currently focussed one (if exists).
        If there is a multiple column header and the table line is partially 
	selected, only the currently focussed cell will be presented.
	(Fixies for bug #142835).

2004-05-31 Dragan Sarbut <ds@baum.ro>

	* magnifier/libmag/mag.c:
	(mag_zoomers_set_cursor_color):
	When changing the color, gnopernicus verifies if cursor_scale 
	is on.
	Fix for bug #143440