2010-12-17  author  <author@paniscia.pd.disco.unimib.it>

	* .cvsignore: Added .cvsignore file.

	* enumerations.lisp:
	Fixed stupid error in base methods for PREVIOUS and HAS-PREVIOUS-P.

2010-12-12  author  <author@paniscia.pd.disco.unimib.it>

	* ChangeLog: ChangeLog updated.

	* enumerations.asd: Changed system name.

2010-12-12  author  <author@paniscia.local>

	* enumerations.asd: Changed system name.

2010-12-08  author  <author@paniscia.local>

	* iterate-enumeration.lisp: Added file.

	* enumerations.asd: Added conditional dependency on ITERATE.

	* enumerations.asd: Minor change to make sure that ASDF does not bomb.

	* enumerations.asd: Added .asd file.

2005-11-14  author  <author@paniscia.local>

	* ChangeLog: ChangeLog updated.

	* string-enumerations.lisp:
	Commented out the protocol implementation for SIMPLE-STRING. The
	methods may be a good idea, but CL does not support DEFMETHODs with a
	"type" discriminant, and SIMPLE-STRING is a type and not a class.
	This does not seem to cause problems in LW and CMUCL, but, for
	example, it breaks ECL.

2005-11-14  mantoniotti  <mantoniotti@vault>

	* string-enumerations.lisp:
	Commented out the protocol implementation for SIMPLE-STRING. The
	methods may be a good idea, but CL does not support DEFMETHODs with a
	"type" discriminant, and SIMPLE-STRING is a type and not a class.
	This does not seem to cause problems in LW and CMUCL, but, for
	example, it breaks ECL.

2005-06-30  mantoniotti  <mantoniotti@vault>

	* ChangeLog: ChangeLog created and updated.

	* enumerations.system:
	Added preliminary code to handle the ITERATE library.

	* hash-table-enumerations.lisp:
	Fixed stupid mistake in the ENUMERATE method.  The hash table was not
	passed to MAKE-INSTANCE of the HASH-TABLE-ENUMERATION object.
	Thanks to Martin Elster for finding this one out.

2005-06-30  mantoniotti  <mantoniotti@vault>

	* enumerations.system:
	Added preliminary code to handle the ITERATE library.

	* hash-table-enumerations.lisp:
	Fixed stupid mistake in the ENUMERATE method.  The hash table was not
	passed to MAKE-INSTANCE of the HASH-TABLE-ENUMERATION object.
	Thanks to Martin Elster for finding this one out.

2005-03-10  mantoniotti  <mantoniotti@vault>

	* docs/html/enumerations-hierarchy.sxd, docs/html/enumerations-hierarchy.jpg, docs/html/enumerations-hierarchy.GIF, docs/html/enumerations-hierarchy.eps:
	Updated hierarchy image.

	* list-enumerations.lisp:
	Fixed behavior of RESET, which was incorrect in the presence of START
	different from 0.

	* docs/html/reset-function.html: Added documentation for RESET.

	* COPYING, INSTALLATION, README:
	Added README, COPYING and INSTALLATION files.

	* enumerations.lisp: Removed dead code.

	* enumerations.lisp: Added DEFGENERIC for RESET and some doc strings.

	* docs/html/current-function.html: Added file.

	* enumerations-pkg.lisp: Fixed spelling in package name and nicknames.

	* docs/html/downloads.html: Now it should be finally finally fixed.

	* docs/html/downloads.html: Hopefully fixed the link to CVS download.

2005-03-09  mantoniotti  <mantoniotti@vault>

	* docs/html/downloads.html: More fixes to CVS repository address.

	* docs/html/downloads.html: Fixed reference to CVS repository.

	* docs/html/index.html:
	Removed uninformative part about the structure of the documentation.

	* array-enumerations.lisp, docs/html/concepts.html, docs/html/downloads.html, docs/html/enumerate-function.html, docs/html/enumerations-dictionary.html, docs/html/enumerations-hierarchy.GIF, docs/html/enumerations-hierarchy.bmp, docs/html/enumerations-hierarchy.eps, docs/html/enumerations-hierarchy.jpg, docs/html/enumerations-hierarchy.sxd, docs/html/enumerations-package.html, docs/html/foreach-macro.html, docs/html/has-next-function.html, docs/html/has-previous-function.html, docs/html/index.html, docs/html/main.css, docs/html/next-function.html, docs/html/previous-function.html, docs/html/range-function.html, enumerations-pkg.lisp, enumerations.lisp, enumerations.system, foreach.lisp, hash-table-enumerations.lisp, list-enumerations.lisp, number-enumerations.lisp, sequence-enumeration.lisp, string-enumerations.lisp, vector-enumerations.lisp:
	Initial import.

	* array-enumerations.lisp, docs/html/concepts.html, docs/html/downloads.html, docs/html/enumerate-function.html, docs/html/enumerations-dictionary.html, docs/html/enumerations-hierarchy.GIF, docs/html/enumerations-hierarchy.bmp, docs/html/enumerations-hierarchy.eps, docs/html/enumerations-hierarchy.jpg, docs/html/enumerations-hierarchy.sxd, docs/html/enumerations-package.html, docs/html/foreach-macro.html, docs/html/has-next-function.html, docs/html/has-previous-function.html, docs/html/index.html, docs/html/main.css, docs/html/next-function.html, docs/html/previous-function.html, docs/html/range-function.html, enumerations-pkg.lisp, enumerations.lisp, enumerations.system, foreach.lisp, hash-table-enumerations.lisp, list-enumerations.lisp, number-enumerations.lisp, sequence-enumeration.lisp, string-enumerations.lisp, vector-enumerations.lisp:
	New file.