Update of /project/mcclim/cvsroot/mcclim In directory clnet:/tmp/cvs-serv19991
Modified Files: mcclim.asd Log Message: Added implementation of the gray streams protocol using Drei buffers as the backend.
--- /project/mcclim/cvsroot/mcclim/mcclim.asd 2007/01/14 21:49:18 1.51 +++ /project/mcclim/cvsroot/mcclim/mcclim.asd 2007/01/15 11:35:55 1.52 @@ -297,6 +297,7 @@ (:file "delegating-buffer" :depends-on ("packages" "buffer")) (:file "basic-commands" :depends-on ("drei-clim" "motion" "editing")) (:file "core" :depends-on ("drei")) + (:file "buffer-streams" :depends-on ("core")) (:file "rectangle" :depends-on ("core")) (:file "core-commands" :depends-on ("core" "rectangle" "drei-clim")) (:file "persistent-buffer" @@ -337,6 +338,7 @@ (:file "motion-tests" :depends-on ("testing")) (:file "editing-tests" :depends-on ("testing")) (:file "core-tests" :depends-on ("testing")) + (:file "buffer-streams-tests" :depends-on ("testing")) (:file "rectangle-tests" :depends-on ("testing")) (:file "undo-tests" :depends-on ("testing")) (:file "lisp-syntax-tests" :depends-on ("testing"))))))