                       CHANGES to the Kan package 

ToDo: 
 - long-standing: see section 3.2 in the manual 
 - (17/02/16) find out why accT prints incorrectly in tests 

##############################################################################
1.22 -> 1.25  (18/02/2016) 

 - (18/02/16) removed date/version information from file headers 
 - (16/02/16) attempted to correct new output error when printing accT 
 - (12/01/16) modified ENTITY names in PackageInfo.g 
 - (28/10/15) added MathJax to makedocrel.g 
 - (01/09/15) major edits to README, including GitHub issues link 

##############################################################################
1.21 -> 1.22  (24/08/2015) 

 - (24/08/15) packed up version 1.22 prior to move from Bitbucket to Github 
 - (26/06/15) changed output of WordAcceptorOfReducedRws from nfa to mfa 
              fixing problem with the language langT given on p.5 of the manual 
              which has been outstanding for many years; 
              adjusted test/example files and added to page 8 of the manual

##############################################################################
1.11 -> 1.21  (01/06/2015) 

 - (01/06/15) PackageInfo.g: Kan is now an accepted package  
 - (01/06/15) converted the bibliography to BibXMLext format 
              and added an URL to Anne's thesis (heyworth.ps.gz)  

##############################################################################
1.07 -> 1.11  (10/12/2014) 

 - (10/12/14) moved package home page to pages.bangor.ac.uk/~mas023/chda/kan/
 - (10/12/14) started bitbucket repository for kan 

##############################################################################
1.06 -> 1.07  (16/10/2013) 

 - (16/10/13) fix test files to reflect new printing of monoids
 - (05/02/13) rewrite of testall.g following Alex K's wedderga example 

##############################################################################
1.05 -> 1.06  (07/01/2013) 

 - (07/01/13) edited test file output to agree with GAP 4.6 

##############################################################################
1.04 -> 1.05  (23/04/2012) 

 - (23/04/12) replaced ReadTest by Test in testall.g 
 - (25/11/11) removed Anne's email address 
              now using package directory in the format ../kan-1.05/ 
              and archive files in the format  kan-1.05.tar 

##############################################################################
1.03 -> 1.04  (21/11/2011) 

 - (21/11/11) forgotten why the edited version kbsemi2.gi of kbsemi.gi 
              was needed: deleted it, since it no longer seems necesssary. 

##############################################################################
1.01 -> 1.03  (21/09/2011) 

 - (20/09/11) new version of makedocrel.g for building the manual 
 - (17/09/11) Shortened the banner. 
 - (16/09/11) Renamed subdirectory kan/gap as kan/lib 

##############################################################################
0.99 -> 1.01  (25/08/2011) 

 - (16/08/11) changed directory for archive to .../chda/gap4r5/kan/ 
 - (10/06/11) started version 1.01; moved Anne's files etc to folder extras. 

##############################################################################
0.98 -> 0.99  (07/06/2011) 

 - (07/06/11) LoadPackage -> DirectoriesPackagePrograms in read.g
 - (06/06/11) Tidied up file headings and made version 0.99. 

##############################################################################
0.97 -> 0.98  (06/05/2011) 

 - (06/05/11) the automaton in section 2.4.2 (Example 3) 
             now has 44 states, rather than the previous 40 (don't know why!)
 - (05/05/11) test files now  fulltest.tst  and  parttest.tst. 
 - (02/05/11) moved to gap4r5 pkg directory. 
 - (18/04/10) moved Kan development to IMac at home. 

##############################################################################
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
##############################################################################

