Fri Jun 25 15:59:47 1993  Tony Robinson  (ajr@truth)

	* Version 0.02 released

	* Makefile: variable SOUND points to /usr/demo/SOUND

	* phread.c (show_menu) prompt changed to make it clearer than
	there are no spaces between phones in a word.

25th June 1993 nicki@lobby.ti.com (Nick Ing-Simmons)

"Original" klatt-cti from comp.speech archives.
	* ran GNU indent-1.7 on all the .c files
	* ran GCC's protoize from 2.3.3 distribution on all .c & .h files
          re-ordered functions so that definitions precede calls.
	* Moved all extern declarations into .h files
	* Hacked phone.lex to avoid problems with zero being returned
	  by lex at end of file.
	* renamed parwava.c parwava.def to make *.c appropriate for
          scripts
	* Changed Frames[] and LastTarget to be structures
        * Changed various (!features & FLAG) to !(features & FLAG)
        * Made SYLLABLE_MARKER, WORD_BREAK etc. pseudo phonemes
          to avoid a lot of messing with the list.
        * Merged in a modified parwave.c 
