2004-08-30 Dragan Sarbut * configure.in: Update version to 0.9.10. * NEWS: Updated * README: Updated the version of gnopernicus to 0.9. 2004-08-30 Dana Ormenisan * srlow/libsrlow/screen-review.c: (srw_text_chunk_from_accessible): Changed to 'read' a check box in flat review mode even if this object does not expose a Text interface. (Partial fix for bug #149789). 2004-08-27 Jayaradha * configure.in: Add ta to ALL_LINGUAS. 2004-08-27 Dana Ormenisan * srlow/libsrlow/SRObject.c,h: (sro_is_word_navigation): Added. * srcore/srpres.c: (src_presentation_get_info_from_sro): Changed to report only the word (and not the entire line) when user navigates word-by-word and caret moves to a new line inside the same paragraph. (Fixies for bug #149785). 2004-08-26 Dragan Sarbut * srcore/srctrl.c: (src_mag_lock_xy_scale): (src_mag_increase_y_scale): (src_mag_decrease_y_scale): (src_mag_increase_x_scale): (src_mag_decrease_x_scale): Changed zoom_factor type from gint to gdouble. Fix for bug #145258 2004-08-26 Dana Ormenisan * srlow/libsrlow/SRLow.c: A new Accessible object, srl_last_focus2, was added in order to keep the last focused object until after the srl_event_is_reported call. (srl_event_is_reported): Changed to compare the source of a focus event for a 'page-tab' role with srl_last_focus2 (instead of srl_last_focus). (srl_set_last_focus2): Added. (srl_process_event): Changed to set last_focus2. (srl_init): Changed to initialize srl_last_focus2. (srl_terminate): Changed to unref srl_last_focus2. (Fixies for bug #151114). 2004-08-18 Kjartan Maraas * configure.in: Add «nb» to ALL_LINGUAS. 2004-08-18 Dana Ormenisan * brlmon/brlmonui.c: (brlmon_cursor_pos): Correct a warning message at run-time, when cursor position on brlmon is greather that brlmon size (no of cells). (Fixies for bug #150425). 2004-08-18 Remus Draica * speech/libsrs/srs-speech.c: (srs_sp_clb): Do not report any marker if at least one voice doesn't have them (fix for bug #15048). 2004-08-17 Dragan Sarbut * speech/libsrs/srs-gs.c: (srs_gs_speaker_init): Added initialization for "speaker" member to NULL. Fix for bug #150377 2004-08-16 Dana Ormenisan * srcore/srpres.c: (src_presentation_get_info_from_sro): Change to report 'value:crt' with two decimals if this is not an integer value. (Fixies for bug #144582). 2004-08-16 Dragan Sarbut * gnopi/spvoiceui.c: (spui_voice_add_modify_set_ranges): Added this function to set the correct ranges for the volume, rate & pitch spin_buttons and horizontal_scroll_bars when "Add/Modify Voice " widget loads. 2004-08-16 Dana Ormenisan * srcore/default.xml.in: * srcore/verbose.xml.in: Change presentation for 'multi-line-text' role (for speech) to report 'empty line' in case of blank lines. (Fixies for bug #149782).