2006-02-13 Remus Draica * configure.in: Updated to vesion 1.0.2. * NEWS: Updated. 2006-02-13 Remus Draica * srlow/libsrlow/SRLow.c: (srle_is_parent_of_last_focus): Added. (srl_event_is_reported): In case of tab-added/removed events, check if tab contains the last focus, and do not present it in this case. Bug #157958. 2006-02-09 Oana Serb . Patch from Remus Draica * srlow/libsrlow/SRObject.c: (get_selected_text_from_flows_to): (get_selected_text_from_flows_from): (get_flows_to): (get_flows_from): Added. (sro_text_get_selections): Report selected text contained in multiple paragraphs. (Fix for bug #136161) 2006-02-08 Oana Serb . Patch from Ed Catmur * configure.in: * braille/libbrl/Makefile.am: * brlmon/Makefile.am: * gnopi/Makefile.am: * srcore/Makefile.am: Use $(sysconfdir)/$(sysconfsubdir) in Makefiles. (Fix for bug #324283) 2006-02-08 Remus Draica * magnifier/libmag/mag.[ch]: (mag_zoomer_set_ZP_extents): Added. * magnifier/libmag/mag.c: (mag_zoomer_set_ZP_extents_left): (mag_zoomer_set_ZP_extents_top): (mag_zoomer_set_ZP_extents_width): (mag_zoomer_set_ZP_extents_height): Do not call magnifier_set_target. * magnifier/libmag/magxml.c: Retain if one of placement coordinates (top, left etc) change and call mag_zoomer_set_ZP_extents once when all are set internally. bug #321683. 2006-02-08 Remus Draica * gnopi/gnopi.c: (main): force GUI to start in source display if magnifier is on (by adding --display=source to command line parameters (bug #323645). 2006-02-07 Oana Serb * srlow/libsrlow/SRLow.c: Fixed a compile error. Function srl_get_focused_from_acc () was called before its definition. (Fix for bug 330160) 2006-02-06 Remus Draica * srlow/libsrlow/SRLow.c: (srle_set_acc): set as source of event the focused cell in case of focus for tables (bug #318541). 2006-02-06 Oana Serb * srcore/srctrl.c: Correct report for "goto first"/"goto last" in flat review mode. Fix for bug #328433. * srcore/srspc.c: Report "tab" key. Fix for bug #328579. Fixed gnopernicus compilation on Cygwin. (fix for bug #320120) Patch from Cygwin Ports maintainer.