

	QuoteMaker is a text annotation program  for  use  with  the
	MAEstro   Multimedia   Authoring  Environment  developed  at
	Stanford's Libraries & Information Resources (L&IR).
	
	QuoteMaker is not a text editor, it is a text annotation ap-
	plication.   The  application allows the author to delineate
	selections of text, attach a label to  them,  and  redisplay
	them.  These text segments can provide commentary for video,
	VCR, CD, or sound segments.

	Note: selectionUtils.c contains three procedures  which  are
	used  to  highlight  text in an XView text subwindow object,
	and one procedure which is used to get the endpoints of  the
	highlighted text in a text subwindow.

	Text selection procedures do not work when compiled  by  the
	command gcc -traditional.  The current text selection cannot
	be obtained, and a section of text cannot be highlighted.

	To work around this  problem,  we  compile  selectionUtils.c
	with  Sun  cc; the other QuoteMaker source compiled with GNU
	C.

	Refer to the Makefile for details  on  how  the  change  was
	made.

	        --      Derek Lai and George Drapeau
	
	                maestro@sioux.stanford.edu
	                Libraries and Information Resources (L&IR)
	                Stanford  University

			September 23, 1991

