2002-01-12  James R. Van Zandt  <jrv@debian.org>

	* TROUBLESHOOTING (port): correct capitalization of DTK_PORT.
	Describe running a server with tcl.

2001-12-25  James R. Van Zandt  <jrv@debian.org>

	* configure.in (VERSION): version 1.9

	* doubletalk.in: When isolating version number, anchor regex at
	both beginning and end.

	* all.in: with a recent Solaris, stty now requires "<" to set
	a serial port (thanks to Rich Burridge <Rich.Burridge@Sun.COM>)

	* testit (efile): add -F flag to strace command, to follow
	vforks.  Record tails of three log files: emacs, tcl, and
	ping-apollo processes.

2001-09-11  James R. Van Zandt  <jrv@debian.org>

	* accent.in: ESC is global

2000-12-11  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* README.doubletalk: The doubletalk PC device driver is now part of
	the standard Linux kernel sources.

2000-07-20  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* configure.in (VERSION): version 1.8

	* accent.in(tts_initialize): declare ESC global.

2000-05-07  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* Makefile.in (uninstall): remove servers and blurbs from
	subdirectories.

	* apollo.in, doubletalk.in: C-e d V quotes ROM version number.

	* accent.in (and other servers): C-e d V quotes emacspeak-ss
	version number.

	* Makefile.in: insert package version number into servers.

	* configure.in (VERSION): version 1.6

	* Makefile.in (install): install servers and .blurb files in
	subdirectories of /usr/share/emacs/site-lisp/emacspeak per
	expectations of emacspeak 12.0.

1999-12-20  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* accent.in: enable slower speeds (Accent codes A, 9, and 8).

1999-11-03  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* all.in: replacing `@' with " at ", as workaround for firmware
	bug in DoubleTalk LT (thanks to Matthew Campbell <mattcamp@feist.com>).

1999-10-10  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* README: quote URL for RPMs.

1999-08-08  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* configure.in (VERSION): version 1.4

	* all.in: Don't use stty on the DoubleTalk PC (thanks to
        Matthew Campbell <mattcamp@feist.com>)

1999-08-07  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* configure.in (VERSION): version 1.3

	* all.in: Reverting to previous handshaking settings (using
	crtscts switch on stty) because revised code fails (thanks to Tim
	Cross <tcross@tim.northnet.com.au>).

	* README: Dr. Raman is leaving Adobe, so show only his Cornell
	email address.

1999-05-30  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* configure.in (VERSION): version 1.2

	* all.in: revised handshaking to match that in Dr. Raman's DECtalk
	Express speech server.

	* testit (file): when listing device files, include ls error
	messages in log.  Before running strace, check that it is
	installed and print its version.

	* OtherSynthesizers: renamed tts_globals -> tts.

	* pchablado.in: renamed tts_globals -> tts.

	* doubletalk.in: renamed tts_globals -> tts.

	* ciber.in: renamed tts_globals -> tts.

	* braillenspeak.in: renamed tts_globals -> tts.

	* apollo.in: renamed tts_globals -> tts.

	* accent.in: renamed tts_globals -> tts.

	* all.in: renamed tts_globals -> tts.
	(tts_resume): follow message with $tts(flush), not just \013.
	(tts_gobble_acknowledgements): delay shortened from .1 to .01.
	(r): new procedure to queue a rate command.
	(speech_task): follow text with $tts(flush), not just \013.  Set
	mark before requesting a tone, wait for report.
	(q): look for environment variable EMACSPEAK_DIR for drip.au.
	emit tone as well as drip sound if many things are queued (?).
	(queue_backup): handle empty queue, or queue with only one
	element, gracefully.
	(tts_selftest): new routine to emit ten statements.
	(which_os): new procedure to guess the OS.
	(which_port): new procedure to guess which port.
	(main pgm): appeal to which_os and which_port.

1999-02-20  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* blurbs/ciber232.blurb (blurb): Description should not have "plus".

Sat Feb 20 23:50:27 1999  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* doubletalk.in:   Do not die if version from status report is empty.

1999-02-20  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* CREDITS: Thank Oscar Fernandez.

1998-12-11  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* Makefile.in (install): installing servers and .blurb files
	without execution permission.

Wed Dec  9 02:23:38 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* apollo.in:   Removed some debug code.

Mon Dec  7 01:24:06 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* apollo.in:   tts_poll calls tts_ping rather than just "ping".
	  In debug mode, writing result of ping.
	  tts_poll requires that synthesizer be muted before returning.
	  tts_ping does not bother with local variable for read file.
	  tts_ping returns $status, rather than constant string "status".

	* all.in:   In debug mode, opening file "log.debug".

Mon Nov 30 01:15:27 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* apollo.in:   Revert to @I+ for marking.
	  Use external routine read-apollo to lower RTS then try to read.

1998-12-01  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* README (synthesizers): update emacspeak list subscription info.

	* read-apollo.c (main): reverse sense: *raise* RTS line while
	trying to read.

Mon Nov 30 00:54:11 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* apollo.in:   Use @I+ for marking.
	  Use external routine read-apollo to lower RTS then try to read.

Thu Nov 26 00:27:22 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* apollo.in:   Revert to @I+ for marking.
	  Use stty to defeat RTS/CTS handshaking when trying to read.

Sun Nov 22 15:59:56 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* apollo.in:   tts_ping added
	  docs on sound effects added
	  exercise all the query commands.
	  Use the @Ec command for indexing.
	  Include the ROM vesion in the version report.

Tue Nov 17 02:22:40 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* all.in:
	  tts_get_acknowledgement: allow for synthesizer that must be polled.

	* apollo.in: poll synthesizer for index marks.

1998-11-15  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* testit: Record lots of context in log.tcl.

Mon Nov 16 02:48:16 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* doubletalk.in:   Interrogate serial-connected DoubleTalk.
	  Issue tone commands only if they are supported.

Wed Nov 11 22:51:47 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* doubletalk.in:   add measured speaking rates to comments.

1998-11-11  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* blurbs/ contains .blurb files.
	* all.in: call for "drip.au" instead of "progress.au"

1998-08-02  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* find-ss: call /bin/bash rather than /bin/sh

Mon Jul 27 01:30:35 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* all.in: saving name of device in tts_globals(port)

	* accent.in: set serial port to Accent default of 9600 n 7 1

Sun Jul 26 18:48:56 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* accent.in: rate_command_initialized? is global.

Thu Jul 16 12:22:05 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* accent.in:   deleted superceded comment.

Wed Jul 15 01:48:49 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* all.in: substituting for voice commands only after other
	        substitutions (which otherwise can damage the speech server
	        commands).

1998-07-30  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* apollo.in: added draft server.  Does not do indexing, which
	apparently means that text following a voice change is lost.

1998-07-26  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* accent.in: (tts_initialize) set port for 9600 n 7 1 per Accent
	default.

1998-07-25  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* accent.in: (tts_initialize): rate_command_initialized? is global.

1998-07-20  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* Makefile.in (all): executing interleave as ./interleave

1998-07-18  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* Makefile.in (all): use prefix, as suggested by Kerry Hoath
	<kerry@gotss.ml.org>

	* configure.in (VERSION): prefix defaults to /usr

1998-07-14  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* all.in: substituting for voice commands only after other
	substitutions (which otherwise can damage the speech server
	commands).  The symptom is speaking "0 Oindent 4 0 O" instead
	of "indent 4" at the beginning of a line in tcl-mode.  Bug
	reported by Kerry Hoath <kerry@gotss.ml.org>.

1998-07-11  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* README: combined READMEs from separate packages.

	* accent.in: Adapted from Jack Chen's complete server dtk-accent.

	* braillenspeak.in: Adapted from previous complete server dtk-bs.

	* doubletalk.in: Added silence_command.

Sun Jul 12 01:12:14 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* all.in:   Deleted bogus argument from #include line.
	  Added {{{ grouping comments, so Emacs forward-list command works
	(except that it miscounts in some regexps).
	  Put "dectalk_" back into names of wrapper functions.
	  sh now calls silence_command to do the real work.

	* doubletalk.in, braillenspeak.in, accent.in: Initial revision

Fri Jul 10 01:58:40 1998  James R. Van Zandt  <jrv@vanzandt.mv.com>

	* all.in: Initial revision

