2004-12-20 Dragan Sarbut * configure.in: Update version to 0.9.19. * NEWS: Updated 2004-12-17 Dana Ormenisan (patch from Ada Telescu ) * gnopi/gnopi.c: (gn_check_accessibility_key): Changed to provide an ATK_ROLE_ALERT role for the dialogs asking to set the accessiblility key and to reboot the computer. Fixes for bug #159423. 2004-14-10 Dragan Sarbut * gnopi/magui.c: (magui_taget_changed): (magui_source_changed): Renamed to (magui_set_source_screen) / (magui_set_target_screen) and modified to check the validity of the screens. (magui_check_for_valid_screen): Added this function to check the validity of the chosen screen. (magui_set_handlers_magnification_option): Removed glade_xml_signal_connect to the source/target setting functions. (magui_magnification_options_response): Added cases for when the user presses "OK" and "Apply" buttons. * gnopi/gnopi_files/Magnifier_Settings/magnifier_settings.glade2: Added "OK" and "Apply" buttons. Removed text-changed signal for source and target gtk_entrys. The source/target screens will change ONLY when the user hits "Apply" or "OK". Fixes for bugs: #159334, #159335, #153622. 2004-14-10 Dragan Sarbut * srlow/libsrlow/SRObject.c: (sro_text_get_caret_location): Fixed so that when text is inserted in a widget, the magnifier will display the caret correctly at focus tracking. Fix for bug #160821. 2004-12-10 Irene Ryan * help/gnopernicus/C/gnopernicus.xml: updated manual * help/gnopernicus/C/gnopernicus-C.omf: updated OMF with latest revision numbers and dates * help/gnopernicus/C/figures/gnopernicus.png: latest screenshot 2004-12-09 Remus Draica * srcore/default.xml.in: * srcore/verbose.xml.in: Present the difference in case of terminal and text-insert event. * srcore/srmain.c: (src_present_real_sro_for_speech): In case of terminal, do not shut up previous output. * srcore/srspc.c: (src_speech_shutup): Free items' list waiting to be spoken. Fixies for bug #157786. 2004-12-08 Dana Ormenisan * srcore/default.xml.in: * srcore/verbose.xml.in: Changed the presentation for 'object:property-changed:accessible-content' event for 'combo box' role to present also the name of the combo box. * srlow/libsrlow/SRObject.c: (sro_default_get_name): Changed the name report for SR_ROLE_COMBO_BOX: - for combo boxes which don't implement AtkText, associate label (if exists)+ AccessibleName (if exists) will be reported as name; - for combo boxes which implement AtkText, if there is an associate label it will be reported as name, otherwise the AccessibleName will be reported. Fises for bug #158055. 2004-12-08 Remus Draica * gnopi/gnopi.c: (main): Start srcore process before UI interface (fix for #152147). 2004-12-07 Dana Ormenisan * srlow/libsrlow/screen-review.c: (srw_boundary_rect_new0): (srw_boundary_rect_clone): (srw_boundary_rect_free): (screen_review_init): Changed to define a clip_bounds for SPI_LAYER_INVALID widgets. Fixes for bug #160064. 2004-12-06 Remus Draica * configure.in: (with_brltty_prefix): Do not set it if prefix is none or NONE. * braille/libbrl/ttybrl.c: (patches from samuel.thibault@ens-lyon.org) (brltty_brl_send_dots): Send content of sendbuff instead of dots. (brltty_brl_open_device): Use brlapi error messages. Fixies for bug 156463. 2004-11-30 Dana Ormenisan * srcore/srpres.c: (src_presentation_get_info_from_sro): Changed to present the entire line (instead of presenting a single character) if caret was increasing with 1 but the line was changed. Fixes for bug #153410. 2004-11-30 Dana Ormenisan * srlow/libsrlow/SRLow.c: (srl_get_context): Changed to include SPI_ROLE_PANEL as a container child. Fixes for bug #158429.