

                    ***** Gui4Cli - GHANGES *****
-------------------------------------------------------------------

Version 1.0b

- ListViews now handle tabs correctly.

- ListView sorting sorted out.

- SetGad xTEXTIN-type-gadget ON, will now also activate xTEXTIN gadgets.

- Added Internal variable :

  $$LASTLV : The Number of the record clicked on the latest ListView to
	     be clicked upon. (This, because listviews can either
	     return a NUM or a TXT and you may need both).

-------------------------------------------------------------------

Version 1.0c

- Fixed bug in UnFilled square drawing - Reported by John Collet
  (forgot to move to new position before starting to draw the square).

- Big Bad Mama of a Bug - Circle FILL - Reported by John Collet
  I thought the AreaEllipse function was as simple as the other drawing
  routines. No such luck - you have to allocate buffers, structures etc
  Anyway... Fixed it.

- Have added CLI/ToolType switch named NOREQUEST
  This will disable the requester which comes up if you start the 
  program without giving it a file name and will therefore allow you
  to put the small GUI program (with its icon) into the WBStartup drawer
  and not get a requester at startup time.

- If you specify OUTPUT=ConsoleSpec as a CLI option Gui4Cli will 
  now actually create the console you specify - used to only use the
  shell it started from.


