Release notes for version 3.21 of KiXtart 95.

Below is a history list of the various releases.

3.21
1       removed unnecessary '%' stuff from ReadValue

3.20
1       added Shutdown(), SendMessage(), Messagebox(), RedirectOutput(),
        see kix32.doc for details.
2       Enhanced 'interrupt' handler : BREAK OFF now also disables the 	'Close' option in the console system menu.
3       Fixed '$' handling in macro's.
4       Added optional parameter support.
5       Added 'RunInOwnMemorySpace' parameter to AddProgramItem().
6	@INWIN now indicates NT (==1) or 95 (==2)

3.19
1       /user & /password now DO understand vars as args

3.18
1       added code to emulate LOADKEY on Windows 95

3.17
1       added SETCONSOLE() function :

	SETCONSOLE("SHOW") 		- show console window
	SETCONSOLE("HIDE") 		- hides console window
	SETCONSOLE("FOREGROUND") 	- moves console window to foreground
	SETCONSOLE("ALWAYSONTOP") 	- makes console window topmost window
	SETCONSOLE("MINIMIZE") 		- minimizes console window
	SETCONSOLE("MAXIMIZE") 		- maximizes console window

	Return value : 0 if ok, >0 if error occurred.

3.16
1       rebuild of 3.15 without VC 4.0's speed-optimization...thereby fixing
        a problem with retrieving the LAN info on 95

3.15
1       added DO - UNTIL & WHILE - LOOP
2       fixed AND & OR stuff

3.13
1       PASSWORD no longer supported, instead, USE now supports 2 new
        parameters : /PASSWORD:pw & /USER:user (latter only on NT)
2       fixed @KIX...

3.12
1	fixed INGROUP so that it now really does return 2 for local groups 	(...)
2	made PLAY a little more flexible (it now understands "PLAY DING.WAV")

3.11
1	USE now supports PASSWORD (really :-)

3.10
1	added Program Group Control
2	added Remote Printer Connection mgmt
3	added INI file mgmt

3.02
1	removed debug info from SETTIME (sigh...)

3.01
1	SETTIME set incorrect time on Windows NT
2	Environment variables were incorrectly handled
3	SHELL did not set @ERROR to returncode of the shelled program
