
CHANGELOG: $Id: CHANGES,v 1.16 2001/02/04 17:06:20 stes Exp $

0.1.7 : * implement interrupt (whether operation can be interrupted)
          and oninterrupt (what action to perform) descriptors
	
 	* replace ugly system() call by fork() in dounixsystem

	* fix bug where oninterrupt of item would mistakingly be considered
	  as oninterrupt of frame

0.1.6 : * fix framemsg for form

	* add close descriptor to txtframe

0.1.5 : * fix bug in readfile

	* small porting change for Solaris : use mvwgetstr inst.of mvwgetnstr

0.1.4 : * use TMPDIR setting for creating tmp files (FIFO's)

0.1.3 : * implement coroutines (cocreate, cosend, codestroy etc.)

	* add vsig executable

	* Menu.talk example now works

	* enable&fix outcommented code for screen label keys in menu

	* implement reread descriptor
          reread forces "checkworld" forcing "update" every MAILCHECK seconds

	* implement MAILCHECK check

	* implement valid and invalidmsg descriptors for fields in form

	* implement menuonly descriptor

	* implement regex via regex library call (without template support)

	  so this is using GNU POSIX extended regular expression syntax ...

	* use memory buffers instead of pipes when not forking subprocess

	* fix bug in LININFO example

	* close descriptor now evaluated on close

0.1.2 : * implemented nobang (disallow !, unix + control-j)

	* don't underline inactive fields

0.1.1 : * fix crash with choices menu (F2)

0.1.0 : * fix zombie problem (some child processes not being waited for)
 
        * fix transient message for frame management (move/resize)

        * fix trailing spaces of $Fn variables (remove spaces at end)

        * fix crash for empty menu (menu without items)

	* add revision to usage message

0.0.9 : * changed order of fields when overlapping in a Form

        * removed code to remember frame def. when it was opened.
          when closing a frame, and then reopening, the def.file is reread

        * fix bug where begrow was used instead of begcol for horiz. begin pos.

	* implement message -b 1 , message -p, message -f etc.

        * implement ARGn

	* implement casts form, text, menu for open

