2005-11-13 Willie Walker * drivers/viavoice/*.[ch]: IBM patches for bug 319421 (ibmtts hardcoded to en_US locale), bug 319875 (add eciInsertIndex to viavoice driver), and bug 320013 (add more parameters to ibmtts driver). 2005-11-11 Willie Walker * configure.in, README, NEWS, INSTALL.in: prep for 0.3.9. * ./configure.in: fix build problem on Solaris (thanks to fix from Rich Burridge) 2005-11-04 Willie Walker * drivers/freetts/java/org/GNOME/Speech/*.java: provide destroy methods that do the appropriate unreffing and exiting. This fixes bug 142354 and requires a java-access-bridge modification (checked into HEAD) that exposes the destroy method of UnknownImpl to subclasses. 2005-11-03 Willie Walker * drivers/freetts/java/Makefile.am: apply patch from Bernard Leak, fix for build bug 313652. * test/test-speech.c: use selected gender instead of hardcoding to male. Fix for bug 319980. * configure.in, drivers/festival/festivalsynthesisdriver.c, gnome-speech/Makefile.am: applied Cygwin patch from Cygwin Ports maintainer. Fixes bug 314736. 2005-11-01 Bill Haneman * drivers/viavoice/viavoicespeaker.c: Corrected the use of the rate and pitch parameters, so that they are absolute and not relative values. Fixes bug #314840. 2005-10-18 Willie Walker * drivers/freetts/java/org/GNOME/Speech/freetts-synthesis-driver.in: provide a different method for finding the java virtual machine; this operates in the way most users tend to build/run/install gnome-speech as well as install the Java runtime. * drivers/freetts/java/org/GNOME/Speech/FreeTTSSynthesisDriver.java: fix nasty "==" vs. ".equals" bug that was preventing the streaming audio player from ever being used. Fix for bug 319168. 2005-09-29 Willie Walker