Changes from v1.01 to v1.70:
	most TV*() functions have been renamed DV*()
	DVapp_free has been removed; use DVtask_free instead
	TVinit and TVexit have been removed; use DVinit/DVexit instead
	DVapilevel is now
		int pascal DVapilevel(int level) ;
	DVinit is now
		int pascal DVinit(int required_version) ;
	DVwin_create drops the last argument, is now
		OBJECT pascal DVwin_create(OBJECT win,char *title,int rows,
					   int cols, int input_buffer) ;

DVapp_new() still does not work properly.  While you can successfully
create the new task running a new program, if either of the tasks exits
before the window is closed with {DESQ}C or Ctrl-Alt-Del, DESQview becomes
extremely confused.



Changes from v1.70 to v1.72:
	fixed a number of bugs
	some testing under DV/X 1.x -- found that a number of DV API functions
	  not properly supported; e.g. UIwin_open leaves an ugly green window
	  where it is trying to overlay a transparent window to catch mouse
	  movements

Finally released after more than two years in limbo.... (even though there
are still plenty of areas that need work)

