//******************************************************//
//  History of Karnaugh Minimizer updates.
//******************************************************//

// Date format MM.DD.YYYY

Date: 2.10.2002
// Version 1.0 
  -= Initial release =-

Date: 4.5.2002
// Version 1.1
  Changes:
   += Truth Table support 8 variables =+
   += Report creation tool =+
   += Several Bugs fixed =+

Date: 8.6.2002
// Version 1.2
  Changes:

   += New Help System 
      based on compiled HTML code.

   += Schematic creation tool =+
      + Convert boolean formula to NAND or AND/OR schematic
      + Support European and USA gate systems. 
      + Print or save as picture created schematic

   += Advanced Minimization Tool =+
      + New minimization algorithm added
        Allow handle from 4 up to 23 variables
      + Convert boolean formula to VHDL code
        Compatible with design tools:
         += Active-HDL by Aldec inc. http://www.aldec.com

   += Several Bugs fixed =+
      + Bug with truth table fixed.
      + Full translation of the program interface
      + Tips on startup

Date: 12.1.2002
// Version 1.3
  Changes:
   
   += Several Bugs fixed =+
   += Some small features was added =+
      + Columns Hex and Dec in Truth table 
      + Show decimal address of each cell on K-Map
   += Syntax highlight for VHDL/Verilog =+    
   += Convert boolean formula to Verilog HDL code
      Compatible with Active-HDL 5.2 by Aldec inc. http://www.aldec.com

Date: 30.3.2003
// Version 1.4
  Changes:
   += Plugins support was added =+
      Go to http://karnaugh.shuriksoft.com/plugins.htm to get
      some plugins.
       
   += Button "Convert to full Truth Table" added - convert
      boolean formula to Thruth Table
   += AboutBox ReDesigned.
   += Fixed bug with  A*B*|B like terms this should simplify to 0, since B*|B = 0 and A*0 = 0.
      many thanks to Thomas Renbarger.
    