From e90098b5ceb995aefaf0747fd47c4ff2998620cf Mon Sep 17 00:00:00 2001 From: csr21 <unknown> Date: Mon, 16 Jun 2003 09:30:14 -0400 Subject: [PATCH] beginnings of 0.5.1 announcement darcs-hash:20030616133014-ed5a3-4e7ad8b1643bd2c5ff3d37d40fa89c72e151e9a1.gz --- NEWS | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ac1802f..4cf4e86 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,22 @@ +Changes in SBCL CLX 0.5.1, XXX FILL THIS IN XXX + +experimental RENDER extension support (from Gilbert Baumann) + note: the API to this is as yet unfinalized, as indeed the protocol + and specification appear to be in flux. Nevertheless, + feedback is welcome to the portable-clx-devel mailing list. + +Bug fixes + + * fix bugs in the image test: always draw glyphs in white on black + (not 1 on 0 -- i.e. dark red/blue on black in 24 bit truecolour); + don't abuse the X-HOT and Y-HOT slots for communicating persistent + information any more. Disable the "optimized" pixarray read/write + routines, on the basis that the newly fixed image test reveals that + they are broken. + Changes in SBCL CLX 0.5, Fri May 30 01:16:34 BST 2003 -XFREE86-VIDMODE extension support (courtesy of Iban Hatchondo) +XFree86-VidModeExtension extension support (courtesy of Iban Hatchondo) OPEN-DEFAULT-DISPLAY (opens display in $DISPLAY environment variable) exported -- GitLab