Update of /project/cl-enumeration/cvsroot/enumerations In directory tiger.common-lisp.net:/tmp/cvs-serv18065 Modified Files: ChangeLog Log Message: ChangeLog updated. --- /project/cl-enumeration/cvsroot/enumerations/ChangeLog 2010/12/17 15:43:40 1.4 +++ /project/cl-enumeration/cvsroot/enumerations/ChangeLog 2012/12/28 10:28:08 1.5 @@ -1,3 +1,67 @@ +2012-12-28 author <author@paniscia.local> + + * docs/html/links.html: Copyright updated. + + * docs/html/links.html: Fixed link to Java documentation. + + * hash-table-enumerations.lisp: + Added a few not-yet-exported functions. ENUMERATE-HASH-TABLE-KEYS, + ENUMERATE-HASH-TABLE-VALUES, ENUMERATE-HASH-TABLE-KEY-VALUE-PAIRS. + + * COPYING, INSTALLATION, README, TIMESTAMP: + Updated copyright notices and other meta information. + + * docs/html/concepts.html, docs/html/current-function.html, docs/html/downloads.html, docs/html/enumerate-function.html, docs/html/enumerations-dictionary.html, 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/links.html, docs/html/next-function.html, docs/html/previous-function.html, docs/html/range-function.html, docs/html/reset-function.html: + Added missing file 'links.html', fixed several broken links, updated + copyright notices. + +2012-01-16 author <author@paniscia.local> + + * COPYING, docs/html/index.html: Copyright updated. + + * TIMESTAMP: Added TIMESTAMP. + +2012-01-09 author <author@paniscia.local> + + * README, COPYING: Copyright updated. + +2011-09-30 author <author@paniscia.local> + + * iterate-enumeration.lisp: + Added patch by Mason Smith to avoid calling ENUM:ENUMERATE in the + ITERATE OVER drive. + +2011-01-05 author <author@paniscia.local> + + * enumerations-pkg.lisp: + Fixed a (stupid!) typo that prevented compilation. + +2010-12-30 author <author@paniscia.local> + + * string-enumerations.lisp: Minor change. + + * vector-enumerations.lisp, string-enumerations.lisp: + Copyright updated and other minor cosmetic changes. + + * sequence-enumeration.lisp: Minor change. + + * sequence-enumeration.lisp, number-enumerations.lisp, iterate-enumeration.lisp, hash-table-enumerations.lisp, foreach.lisp, enumerations.system, enumerations.asd, array-enumerations.lisp, README, enumerations.lisp, list-enumerations.lisp: + Copyright updated and other minor cosmetic changes. + + * enumerations-pkg.lisp: + Package definition updated alongside the copyright notice. + + * COPYING: Copyright updated. + +2010-12-17 author <author@paniscia.local> + + * ChangeLog: ChangLog updated. + + * .cvsignore: Added .cvsignore file. + + * enumerations.lisp: + Fixed stupid error in base methods for PREVIOUS and HAS-PREVIOUS-P. + 2010-12-17 author <author@paniscia.pd.disco.unimib.it> * .cvsignore: Added .cvsignore file.