Skip to content
Snippets Groups Projects
Commit 9d3791ba authored by Daniel Barlow's avatar Daniel Barlow
Browse files

0.7.2

darcs-hash:20060110224818-a4961-5c081a8960f56a366b0571f188ca9dea7d85481f.gz
parent c29def4d
No related branches found
Tags release_0_7_2
No related merge requests found
-*- Text -*-
--- Changes in SBCL CLX 0.7.2, Tue Jan 10 2006 ---
OpenMCL fixes
DMPS extension support
Xauthority ipv6 parsing fixes
Thanks to Bryan O'Connor, Matthew Kennedy, Christophe Rhodes
--- Changes in SBCL CLX 0.7.1, Wed Aug 24 2005 ---
Works in SBCL 0.9.2 and newer.
......
......@@ -32,8 +32,12 @@ send mail describing the process so that future versions can incorporate
your instructions.
If you are following SBCL CVS and this CLX does not run in it, please
check the CVS tree for this CLX distribution to see if your bug has
been fixed already. See http://cvs.telent.net/ for details
check the darcs repositor{y,ies} for this CLX distribution to see if
your bug has been fixed already.
darcs get http://verisons.telent.net/clx # version from which releases are made
http://common-lisp.net/~crhodes/clx # patches merged by Christophe
http://monday-monkey.com/repos/clx/ # OpenMCL tree by bryan o'connor?
= Building using asdf-install
......@@ -105,4 +109,4 @@ Note that your post will be held for approval if you are not subscribed.
--
Heavy lifting by <Raymond.Wiker at fast.no>
ASDFized version and ongoing by Daniel Barlow <dan at metacircles.com>
and Christophe Rhodes <csr21 at cam.ac.uk>
and (mostly, these days) Christophe Rhodes <csr21 at cam.ac.uk>
......@@ -36,7 +36,7 @@
(defsystem CLX
:depends-on (#+sbcl sb-bsd-sockets)
:version "0.7.1"
:version "0.7.2"
:serial t
:default-component-class clx-source-file
:components
......
......@@ -381,7 +381,7 @@
(print-unreadable-object (drawable stream :type t)
(print-display-name (drawable-display drawable) stream)
(write-string " " stream)
(prin1 (drawable-id drawable) stream)))
(let ((*print-base* 16)) (prin1 (drawable-id drawable) stream))))
(def-clx-class (window (:include drawable) (:copier nil)
(:print-function print-drawable))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment