2004-07-14 Dragan Sarbut * configure.in: Update version to 0.9.6. * NEWS: Updated 2004-07-14 Dragan Sarbut * gnopi/es.a2b: Replaced the spanish translation table with a better one. Thanks to Juan Ramon Jimenez Garcia for the new file. 2004-07-13 Dragan Sarbut * schemas/gnopernicus.schemas: * srconf/libsrconf/libsrconf.h: Modified the default values for speech rate and pitch. Fix for bug #147487 2004-07-13 Remus Draica * srcore/srctrl.c: Prevent generating mouse events when XEvIE is not present (bug #143588). 2004-07-12 Dana Ormenisan * srlow/libsrlow/SRObject.c: (sro_get_cell): Changed to include the situation when the cell is a container cell . (Fixies for bug #144396) 2004-07-12 Dana Ormenisan * srcore/default.xml.in: * srcore/verbose.xml.in: Change speech presentation for spin-button in case of 'generic' event. (Fixies for bug #144334) 2004-07-12 Dana Ormenisan * srlow/libsrlow/SRObject.c: (sro_get_column_header): Changed to present the table column header only if it is displayed on the screen. (Fixies for bug #141185) 2004-07-12 Dana Ormenisan * srlow/libsrlow/SRObject.c: (sro_default_get_description): Change to avoid a double output in verbose presentation mode: if an object doesn't have an accessible name (the description, if exists, will be reported as name) or the name and the description are the same, do not report the description. (Fixies for bug #138607) 2004-07-12 Dana Ormenisan * srcore/verbose.xml.in: * srcore/default.xml.in: Change presentation for slider to report the visible value. * srlow/libsrlow/SRLow.c: (srl_text_event_is_reported): Prevent a text event to be reported in case of a value change event for sliders. (Fixies for bug #144582) 2004-07-09 Dragan Sarbut * srcore/srspc.c: (src_speech_get_text_echo_type): (src_speech_get_spaces_echo_type): (src_speech_get_modifiers_echo_type): (src_speech_get_cursors_echo_type): Added checking for speech to be initialized. * srcore/srmain.ch: Using the --login option from srcore command line to let srcore know that it's running at login time and should try not to work with gconf. * srcore/srmag.ch: Added some function to set magnifiers parameters without working with gconf. * srcore/srctrl.c: Modified the magnifier control functions so they eill not work with gconf if --login is passed in srcore's command line. Now at GDM login time , the magnifier can be controlled from the command layers. Patch for bug #122459 2004-07-08 Dragan Sarbut * srcore/srmain.c: (src_process_key): Change to return if speech is not initialized. Patch applied for Remus Draica. Fix for bug #143828 2004-06-14 Dana Ormenisan * srlow/libsrlow/SRObject.c: (sro_get_cell): Changed to not take the cell (do not call AccessibleTable_getAccessibleAt) if the column index < 0. (Fixies for bug #144309). 2004-06-13 Marcel Telka * configure.in (ALL_LINGUAS): Added sk. 2006-06-11 Dana Ormenisan * srcore/srmag.c: Correct some warning messages at run-time when magnifier's panning option is turned on: (src_magnifier_panning): Changed to add the timeout only if old_panning != NULL. (Fixies for bug #143591). 2006-06-11 Dana Ormenisan * srlow/libsrlow/SRObject.c: Revert changes made to avoid some warning messages at run-time when magnifier's panning option is turned on. 2004-06-11 Remus Draica * srlow/libsrlow/SRLow.c: (srle_change_type): Chnage event type for links only when the new link is valid (!=-1). (gnopernicus fix for bug #143502). 2004-06-10 Dana Ormenisan * srcore/srctrl.c: (src_repeat_last): (src_cmd_queue_process): (src_ctrl_init): (src_ctrl_terminate): Changed to put the comand before the last one in the command queue (in order to scroll on braille device). This command will take the last command value, with one exception: if the last command was "present layer changed". (Fixies for bug #132320). 2004-06-09 Alexander Shopov * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian) 2004-06-09 Dana Ormenisan * gnopi/gnopi_files/Magnifier_Settings/magnifier_settings.glade2: Output the group headers 'Display screen' and 'Zoomer placement' when the objects in that group are presented: add the appropriate label-for/labelled-by relations. (Fixies for bug #136320). 2004-06-09 Remus Draica