                       CHANGES to the Utils package

Problems and ToDos: 

 - (01/03/16) in files.gd, under Log2HTML, there is ref to rcwa/doc/gaplog.css
              so need to check with Stefan whether this is needed in Utils 

#############################################################################
Version 0.43 for GAP 4.8.5 (20/10/16) 

 - (18/10/16) now using bibliography file bib.xml of type "bibxmlext.dtd"

#############################################################################
Version 0.41 for GAP 4.8.3 (25/05/16) 

 - (25/05/16) fixed issue #8 : git rm doc/appendix.xml 
 - (17/03/16) added function PrintApplicableMethod 

#############################################################################
Version 0.40 for GAP 4.8.3 (17/03/16)

 - (17/03/16) moved transfer procedure to a new chapter in the manual 
 - (15/03/16) added fix to QuotientList requested by Stefan 
              added many manual examples supplied by Stefan 

#############################################################################
Version 0.39 for GAP 4.8.2 (04/03/16)

 - (04/03/16) corrected repeated "//" in PackageInfo.g 
 - (03/03/16) updated transfers from RCWA and ResClasses (Stefan's input) 
 - (26/02/16) updated README to show the release URL 
 - (25/02/16) New release to GitHub using ReleaseTools (GitHubPagesForGAP) 
              makedocrel.g renamed makedoc.g 
 - (17/02/16) Removed date/version information from file headers. 
 - (16/02/16) Moved PackageWWWHome to GitHub; README.md -> README 
              added OKtoReadFromUtilsSpec to deal with fns taken out early 
 - (12/02/16) Added warning to manual about the need to load packages. 
 - (11/02/16) BindInRecordIfMissing -> SetIfMissing (from AutoDoc) 
              moved a number of functions to pending.gd(gi) 
 - (10/02/16) adjustments due to new RCWA 4.0.0 and ResClasses 4.1.1

#############################################################################
Version 0.22 for GAP 4.8.1 (04/02/16)

 - (04/02/16) repository moved to gap-packages 

#############################################################################
Version 0.21 for GAP 4.8.1 (03/02/16)

 - (03/02/16) added several more functions from RCWA
 - (29/01/16) switching to a protocol based on Frank's suggestion:
              if TestPackageAvailability("Bla", ">=x.(y+1)") = fail then ... 

#############################################################################
Version 0.17 for GAP 4.8.1 (12/01/16)

 - (12/01/16) more edits to oper.g and global.g suggested by Chris J.

#############################################################################
Version 0.15 for GAP 4.8.0 (18/12/15)

 - (18/12/15) packed up version 0.14 
 - (17/12/15) added more documentation to global.g and oper.g 

#############################################################################
Version 0.14 for GAP 4.8.0 (16/12/15)

 - (16/12/15) changed global lists in oper.g to GLOBAL_REDECLARATION_LIST, 
              GLOBAL_REDECLARATION_COUNT and GLOBAL_REINSTALLATION_LIST; 
              added functions (in oper.g) AllowGlobalRedeclaration and 
              AllowGlobalReinstallation; added GLOBAL_REBINDING_LIST and 
              AllowGlobalRebinding (in global.g) to cope with BIND_GLOBAL. 

#############################################################################
Version 0.13 for GAP 4.8.0 (15/12/15)

 - (15/12/15) added some functions from AutoDoc; packed up version 0.13 
 - (14/12/15) library file oper.g edited to prevent repeat declarations etc. 
 - (14/12/15) names.g{d,i} now first.g{d,i} with last.gd added, containing 
              UTILS_FUNCTION_NAMES and UTILS_FUNCTION_OPERS 

Version 0.11 for GAP 4.8.0 (30/11/15)

 - (30/11/15) added tests and documentation for ResClasses functions 
 - (25/11/15) added names.g{d,i}, tests.g{d,i}
 - (25/11/15) added sebastian.gi to lib/
 - (24/11/15) added rwca.g{d,i} and resclasses.g{d,i} to lib/ 
 - (24/11/15) added combinat.g{d,i} to lib/ 