                       CHANGES to the Kan package

##############################################################################
0.96 -> 0.97  (18/11/2008)

- (14/11/08) Automata.1.12 now available, so temporary fixes removed.

##############################################################################
0.95 -> 0.96  (13/11/2008)

- (14/11/08) Automata.1.12 available, so temporary fixes removed.
- (13/11/08) new Bangor website - move the Kan pages to 
                  http://www.maths.bangor.ac.uk/chda/kan/ 
- (12/11/08)  temporary fix: added edited version of functions 
  from the Automata package in files automata.gd and automata.gi 
- added GNU General Public License declaration 
- replaced AlphabetOfAutomaton with AlphabetOfAutomatonAsList 
  following changes in the Automata package. 

##############################################################################
0.94 -> 0.95  (09/10/2007)

- started this CHANGES file 
- new address for Anne
- fixed file permissions
- added  testall.g  in directory tst
- changed some  L:=[1..n]; for i in L do ... od;
            to  for i in [1..n] do ... od;

##############################################################################
0.91 -> 0.94  (02/06/2006)

- manual now prepared using the GAPDoc package, 
- test file kan/tst/kan_manual.tst sets the AssertionLevel to 0 
  to avoid recursion in the Automata package, 
- implementations of RightCosetsNC and DoubleCosetsNC 
  changed to RightCosetsAutomaton and DoubleCosetsAutomaton, 
- separated KBMAG-calling methods from dcrws.gi to dckbmag.gi
  to suit users who do not have KBMAG available. 

##############################################################################
#H
#H   HISTORY up to version 0.91
#H   ==========================
#H
#H    1998-99  GAP3 package started as part of Anne's thesis       
#H
#H   27/04/05  started GAP4 code to compute examples for Bangor preprint 05.07
#H
#H   01/07/05  made version 0.91 available on the Bangor CHDA website
#H
##############################################################################

