X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fchangelog;h=3f9903a3634e6b3f64e30191d5790dda16a12785;hb=c555c542d6703f47ed6140955dd9e92471422859;hp=411d099b4636d7cf0666e3bcc7ffb572e3ae531f;hpb=30b4f8d91af2bb031e8d4ef7d5a38492739de2bf;p=kmrcl.git diff --git a/debian/changelog b/debian/changelog index 411d099..3f9903a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,52 @@ +cl-kmrcl (1.8-1) unstable; urgency=low + + * ml-class.lisp: Add defgeneric for generic functions + + -- Kevin M. Rosenberg Mon, 14 Oct 2002 09:11:08 -0600 + +cl-kmrcl (1.7-1) unstable; urgency=low + + * Push :kmrcl onto features + + -- Kevin M. Rosenberg Sun, 13 Oct 2002 20:47:45 -0600 + +cl-kmrcl (1.6-1) unstable; urgency=low + + * ml-class.lisp: Fix CMUCL compatibility, add SBCL compatibility + + -- Kevin M. Rosenberg Sun, 13 Oct 2002 11:04:04 -0600 + +cl-kmrcl (1.5-1) unstable; urgency=low + + * ml-class.lisp: Change pcl package to sb-pcl for sbcl + * kmrcl.asd: remove sbcl from reader conditional for ml-class + + -- Kevin M. Rosenberg Sun, 13 Oct 2002 10:16:14 -0600 + +cl-kmrcl (1.4-1) unstable; urgency=low + + * Add pcl:validate-superclass for CMUCL/SBCL compatibility + + -- Kevin M. Rosenberg Sun, 13 Oct 2002 10:09:39 -0600 + +cl-kmrcl (1.3) unstable; urgency=low + + * Change .asd to fix problem with ml-class + + -- Kevin M. Rosenberg Sat, 12 Oct 2002 13:03:49 -0600 + +cl-kmrcl (1.2-1) unstable; urgency=low + + * Seperate string and equal functions into their own files + + -- Kevin M. Rosenberg Sat, 12 Oct 2002 00:03:18 -0600 + +cl-kmrcl (1.1-1) unstable; urgency=low + + * Re-arrange defclass order in ml-classes.lisp for cmucl compatibility + + -- Kevin M. Rosenberg Fri, 11 Oct 2002 20:00:29 -0600 + cl-kmrcl (1.0-1) unstable; urgency=low * Initial Release (closes: 163955)