On Fri, 10 Aug 2007 20:21:07 -0400, Osei Poku <opoku(a)ece.cmu.edu> wrote:
> Patch attached. Naturally comments welcome.
Thanks for the patch which is in the new release. It took me a bit
longer to apply it as it wasn't complete - the HTML docs were missing.
http://weitz.de/patches.html
Cheers,
Edi.
_______________________________________________
cl-who-announce site list
cl-who-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/cl-who-announce
Hi,
I have just uploaded the latest version of cl-cairo2. I have
completely rewritten the X11 support, with the following changes:
- everything is done via CFFI, no C code or shared library to install,
this is much easier to debug
- multiple displays are supported
- there is one event loop per display, this is much easier to manage
Tamas
_______________________________________________
cl-cairo2-announce mailing list
cl-cairo2-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-cairo2-announce
Hello,
I've put up a new tarball of ParenScript, 20070801. It is the same as
20070720, with the exception that the tutorial (and correspondingly
the manual) has a corrected package definition (the AllegroServe HTML
generation facilities have been moved to their own package). For the
next release, I plan to go over the example code carefully and fix any
issues that come. Long-term, I want to transition the example tutorial
to be based on Hunchentoot, because it is the best available Free
Software Common Lisp web server right now, and probably LML2 for the
server-side HTML generation facilities (because that's what I like to
use). Let me know if you have any suggestions about this.
Thanks,
Vladimir
_______________________________________________
parenscript-announce mailing list
parenscript-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-announce
On Fri, 27 Jul 2007 16:02:04 +1000, Alain Picard <Alain.Picard(a)memetrics.com> wrote:
> Cursory inspection of the code seems to suggest, for instance, that
> *transfomers* is not safe; the only references to this variable I
> see are in specials.lisp:
> (defvar *transformers* nil
> "Stack of currently active transformer objects.")
>
> and in WITH-TRANFORMATION, which does not create a new binding for
> *transformers*, but rather just pushes a new transformation onto the
> global *transformers*.
The new release rebinds *TRANSFORMATIONS* and thus should hopefully
fix this issue.
Thanks for the report,
Edi.
_______________________________________________
cl-gd-announce mailing list
cl-gd-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-gd-announce
Pixel Art Library v1.0 is now released.
If you were using the CVS head there shouldn't be much suprises, for those
still using Release 3 see the changes.txt.
Enjoy, and let me know when you find the bugs. This time I was more
careful in hiding them...
--
tomppa
_______________________________________________
pal-announce mailing list
pal-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/pal-announce
On Mon, 16 Jul 2007 16:35:40 +0300, Volkan YAZICI <yazicivo(a)ttnet.net.tr> wrote:
> I attached the related patch with the post.
The patch contained TAB characters and wrong links amongst other
things, so I had to go through it manually anyway. That's why it took
me a while. Here's the new release.
Thanks,
Edi.
_______________________________________________
cl-who-announce site list
cl-who-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/cl-who-announce