[version 0.5.4 ediware**20070406050014] { hunk ./CHANGELOG 1 +Version 0.5.4 +2007-04-06 +Trying to fix the 0.5.3 fix... (bug reported by Jong-won Choi) + hunk ./cl-gd.asd 2 -;;; $Header: /usr/local/cvsrep/gd/cl-gd.asd,v 1.15 2007/03/19 00:35:27 edi Exp $ +;;; $Header: /usr/local/cvsrep/gd/cl-gd.asd,v 1.16 2007/04/05 23:22:24 edi Exp $ hunk ./cl-gd.asd 43 - :version "0.5.3" + :version "0.5.4" hunk ./doc/index.html 206 -current version is 0.5.3. A Debian package is available thanks to Peter van Eynde and Kevin Rosenberg, so if you're on Debian you should have no problems installing CL-GD. There's also a port +current version is 0.5.4. A Debian package is available thanks to Peter van Eynde and Kevin Rosenberg, so if you're on Debian you should have no problems installing CL-GD. There's also a port hunk ./doc/index.html 212 -
-liconv
.)
hunk ./doc/index.html 1435
-$Header: /usr/local/cvsrep/gd/doc/index.html,v 1.70 2007/03/19 00:35:28 edi Exp $
+$Header: /usr/local/cvsrep/gd/doc/index.html,v 1.72 2007/04/05 23:22:26 edi Exp $
hunk ./gd-uffi.lisp 2
-;;; $Header: /usr/local/cvsrep/gd/gd-uffi.lisp,v 1.30 2007/01/01 23:41:00 edi Exp $
+;;; $Header: /usr/local/cvsrep/gd/gd-uffi.lisp,v 1.32 2007/04/05 23:22:24 edi Exp $
hunk ./strings.lisp 2
-;;; $Header: /usr/local/cvsrep/gd/strings.lisp,v 1.20 2007/03/19 00:35:27 edi Exp $
+;;; $Header: /usr/local/cvsrep/gd/strings.lisp,v 1.22 2007/04/05 23:22:24 edi Exp $
hunk ./strings.lisp 138
- image *null-image*))
+ image (or image *null-image*)))
hunk ./strings.lisp 169
- (if anti-aliased color (- color))
- c-font-name
- (coerce point-size 'double-float)
- (coerce angle 'double-float)
- x y
- c-string
- strex)))
+ (if anti-aliased color (- color))
+ c-font-name
+ (coerce point-size 'double-float)
+ (coerce angle 'double-float)
+ x y
+ c-string
+ strex)))
}