This file is the part of WineSetupTk distribution and reflects the major
changes which were did in the single releases from developer's point of view.

0.6.0b
------
* Now we are linking against Tcl/Tk/Itcl statically. There's a new configure
  switch "--with-tcltk" which supports this.


0.5.5b
------
* Removed borderwidth, width, height option where it's not necessary
* "Blank" Windows renamed to "Fake" Windows everywhere
* SetResult method is protected now (not public anymore)
* "Result" member variable renamed to DoModalResult, so there is no longer
  conflict with local variable in procedures
* Status of screen items which are not a part of config file (like selected
  autodetected Windows installation) is stored in class member variables
  rather than in global database.
* Windows partitions are decribed in a text file now and autodetection is based
  on this description.


0.5.2b
------
* Renamed files in data directory
  "cfg_" prefix - configuration stuff
  "img_" prefix - images 


0.5.1b
------
* Added --with-launcher, --with-data, --with-doc switches to configure script.
  This allows you to specify where to install things with absolute freedom. 
  --with- prefix is a pain, mainly becouse it's reserved for other purposes,
  but I don't know how to add for example "--docdir" switch. It seems they 
  don't support it for some reason.
* Code cleaning
  Reformated all the code generated by Visual Tcl (mostly Draw methods).


0.4.0b
------
* Support for the new config file format and location.
  Note that Unicode is poorly supported. However, it shouldn't hurt.
* Removed the TEST button also from code.
* Autodetection of Windows users
  In fact you set Profile variable in [wine] section when you choose some user 
  from menu.


0.35b
-----
* Binary distibution
  There's no complitation process anymore, scripts are just copied somewhere.
  It's nice to have one big executable where everything is inside, but this
  solution is simplier and less problematic.
* Temporary removed "super user" configuration mode.
  So far I don't know how to set up multiuser Wine configuration 100% correctly.
  So I think it's better to temporary disable it. However, "user mode" works 
  fine and is satisfactory enough for now.  
* Added user.reg file as the part of the fake Windows installation.
  This file contains HKEY_CURRENT_USER registry subtree and is copied to the
  right location during the generation process of the fake Windows installation.
* Obsolete wine.userreg file was replaced by userdef.reg.
  This file contains in fact the same registry data. Wine.userreg seems to be 
  no longer supported by Wine, that's why.
* CTree and CScrTree classes has been droped.
  Functionality of these classes has been moved to CBaseScr. CTree and CScrTree
  model was more universal, but also much more complicated. The goal is to 
  remove this messiness.
* Reenabled registry install
  Found bug in winesetuptk.mta file. The files system.reg and wine.userreg have
  to be packed in as data resources (-i switch). "file copy" command works fine
  then.


0.34b
-----
* Removed dependecies on Tcl 8.4 stuff. Tcl/Tk 8.0 and Itcl 3.0 is now enough.
  There's the new file called Enable8.0Compatibility.tcl. It makes the wrappers
  for string and lrange Tcl commands in order to simulate 8.4 behaviour. 
  Another issue was to support -validate family switches in entry widget.
  I wasn't able to solve it without source code change. However, these changes 
  hit only CEditDriveDialog.itcl file and are good commented (look for TK8.4 
  string). 
* Removed dependenies on Img extension.
  *.xpm files are converted to *.ppm at first run of WineSetupTk using pure
  Tcl code. This is relevant only in source distribution, in binary distribution
  the *.ppm files are directly packed in.
* Added configure script.
  This script is designed for easy integration with main Wine configure.in file, 
  but can help also if used separately.
* Improved fake windows installation directory tree
  Added more complex Windows tree (dirs like C:\My Documents, 
  C:\Windows\Favorites and so on)
* Removed file itcl_init.c which is no longer needed in order to link binary.
  This file was needed only if you link against any Tcl stuff statically. If
  you would like to do that, have a look to older distributions (like 0.33b).
* Temporaly disabled registry installation :-(
  Problem in binary distribution when mktclapp rejects to copy files system.reg
  and wine.userreg (which are packed in) using regular "file copy" command.


0.33b
-----
* "Blank windows installation" is now generated on the fly from text based file
  data/blank_win.txt rather than copy the directory tree.
* All images converted to XPM format (required to commit to Wine CVS tree). 
  Side effect is that Img extension is needed now in order to run WineSetupTk. 
  However, the size of final executable isn't affected too much.


0.32b
-----
* Regapi tool is no longer distributed with WineSetupTk.
  Regapi tool was replaced by data/system.reg and data/wine.userreg files.
  In fact these are result of "regapi setValue < winedefault.reg" command
  and are copied to the right location at runtime. Remains the problem 
  that entries under HKEY_CURRENT_USER key are not supported yet.

