[mcclim-cvs] CVS mcclim
dlichteblau
dlichteblau at common-lisp.net
Sun Jan 6 16:05:46 UTC 2008
Update of /project/mcclim/cvsroot/mcclim
In directory clnet:/tmp/cvs-serv16520
Modified Files:
mcclim.asd
Log Message:
- added jpeg.lisp by Eric Marsden and Troels Henriksen
- changed rgb-image-design to invalidate the medium-specific cache
automatically instead of being bound to one medium
- added output recording for draw-design of an rgb-image-design
--- /project/mcclim/cvsroot/mcclim/mcclim.asd 2008/01/06 08:36:58 1.71
+++ /project/mcclim/cvsroot/mcclim/mcclim.asd 2008/01/06 16:05:46 1.72
@@ -574,7 +574,7 @@
`(progn ,@(loop for (format . depends-on) in formats
collecting `(support-format ,format , at depends-on))))
-(support-formats ("gif" :skippy) ("xpm"))
+(support-formats ("gif" :skippy) ("xpm") ("jpeg" :cl-jpeg))
;;; The actual McCLIM system that people should to use in their ASDF
;;; package dependency lists.
More information about the Mcclim-cvs
mailing list