2004-09-29 Dragan Sarbut * configure.in: Update version to 0.9.13. * NEWS: Updated 2004-09-28 Remus Draica * srcore/srpres.c: Retain for presentation only nodes in current language. Fix for #152707. 2004-09-28 Remus Draica * srcore/srbrl.c: (src_brlmon_send): (src_braille_send): * srcore/srmag.c: (src_magnifier_send): * srcore/srpres.c: (src_speech_send): Change the message in case invalid UTF-8 strings. * srcore/srmain.c: (src_xml_process_string): Allow '\t' and '\n' to be send to gnopernicus modules. Fixies for bug #150073. 2004-09-27 Remus Draica * srcore/srbrl.c: (src_braille_exited): Added. (brl_mon_run_process): Add a signal handler for SIGTERM. Fixies for bug #145206. 2004-09-24 Dana Ormenisan (patch from ) * srcore/srmain.c,h: Define login_time in srmain.c. This change will allow to build gnopernicus with '-fno-common' option. Fixies for bug #153057. 2004-09-23 Dana Ormenisan (patch from ) * autogen.sh: * configure.in: * xmldocs.make: * braille/libbrl/Makefile.am: * docs/Makefile.am: * kbd_mouse/libke/Makefile.am: * magnifier/libmag/Makefile.am: * speech/libsrs/Makefile.am: * srconf/libsrconf/Makefile.am: * srlow/libsrlow/Makefile.am: * srutil/Makefile.am: Changed to use version 1.7 of autotools. Fixies for bug #145019. 2004-09-23 Dana Ormenisan * srcore/srctrl.c: (src_present_line_for_speech): Changed to not ignore the delimiter cells. A space will be insert in the string which will be sent to speech for a SRW_DELIMITER_CELL. * srlow/libsrlow/screen-review.c: Change the maximum value for 'pixels_per_column' to 10000, instead of G_MAXINT. (srw_text_chunk_from_accessible): Changed to set pixels_per_column if the current Accessible object is not a text object. Fixies for bug #149788. 2004-09-23 Remus Draica * gnopi/magui.c: (magui_set_zoomfactor_x): Remove a message about changing the value for zoomfactor. * magnifier/libmag/mag_ctrl.c: Check environment variable for all CORBA and bonobo calls (fix for #152745). 2004-09-17 Remus Draica * srcore/srbrl.c: (src_brlmon_send): (src_braille_send): * srcore/srmag.c: (src_magnifier_send): * srcore/srspc.c: (src_speech_send): Avoid to send the XML string to apropiate module if it is not a valid UFT-8 string. * srcore/srmain.c: (src_xml_process_string): Check if string contains only valid XML characters ans use GString for concatenation. * srcore/srpres.c: (src_presentation_get_info_from_sro): Check if information obtained is valid UTF-8 string. Fixies for bug #150073. 2004-09-17 Remus Draica * speech/libsrs/srs-gs-wrap.c: (srs_gs_wrap_get_activated_server_from_server_info): Check the return value from GNOME_Speech_SynthesisDriver_driverInit. Reapply patch for #150518.