ChangeLog:
Version 0.11.2
2006-09-20
DEFINE-EASY-HANDLER: fixed and clarified redefinition
DEFINE-EASY-HANDLER: allow for functions designators as "URIs"
DEFINE-EASY-HANDLER: take file uploads into account
Made logging a little bit more robust
Added mime type for XSL-FO (.fo)
Download:
http://weitz.de/files/tbnl.tar.gz
Have fun,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
According to the CDR Process, the CDR documents 0 and 1 have been
finalized today.
See http://cdr.eurolisp.org/final.html for more information.
Furthermore, we have set up a CDR Blog at http://cdr-blog.blogspot.com/ where we will post the same announcements as in
this mailing list.
Cheers,
Pascal
--
Pascal Costanza, mailto:pc@p-cos.net, http://p-cos.net
Vrije Universiteit Brussel, Programming Technology Lab
Pleinlaan 2, B-1050 Brussel, Belgium
_______________________________________________
cdr-announce mailing list
cdr-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cdr-announce
Hi everyone,
Since today, the closer packages are now "officially" asdf-
installable. Until now, Gary King has kindly made asdf-installable
versions of the closer packages available, and has taken great care
to be always up to date. I am greatly indebted to his efforts, and
also to his help in getting me up and going with regard to making my
packages asdf-installable.
If there are any issues with regard to the new asdf-installable
versions, please don't bother him but contact me, either directly or
through the closer-devel mailing list.
Cheers,
Pascal
--
Pascal Costanza, mailto:pc@p-cos.net, http://p-cos.net
Vrije Universiteit Brussel, Programming Technology Lab
Pleinlaan 2, B-1050 Brussel, Belgium
_______________________________________________
closer-announce mailing list
closer-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/closer-announce
ChangeLog:
Version 0.6.1
2006-09-15
Switched FILE-POSITION implementation to TRIVIAL-GRAY-STREAMS (thanks to David Lichteblau)
Download:
http://weitz.de/files/flexi-streams.tar.gz
Note: At the moment you'll need the CVS version of TRIVIAL-GRAY-STREAMS.
Cheers,
Edi.
_______________________________________________
flexi-streams-announce mailing list
flexi-streams-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce
ChangeLog:
Version 0.6.0
2006-09-14
Changed default for *VALUE-ACCESS-FUNCTION*
Added *STRING-MODIFIER*
Added ESCAPE-xxx functions (from CL-WHO)
Fixed docs for hyperdoc support
General documentation enhancements
Fixed test.lisp w.r.t. *FORMAT-NON-STRINGS*
Download:
http://weitz.de/files/html-template.tar.gz
Note that some of the changes introduced in 0.5.0 and 0.6.0 make the
library slightly incompatible with earlier versions. As there have
been no bug fixes since 0.4.0, it is safe to stay with this version if
you have code which you don't want to change.
Cheers,
Edi.
_______________________________________________
html-template-announce site list
html-template-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/html-template-announce
On Tue, 12 Sep 2006 16:44:20 +0200, "Goffioul Michael" <goffioul(a)imec.be> wrote:
> I think that the RDNZL syntax does not handle static events
> correctly.
Yes, you're right. Thanks for catching that one.
I've made a new release which should fix that.
Cheers,
Edi.
_______________________________________________
rdnzl-announce mailing list
rdnzl-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-announce
This new version tries to implement a somewhat reasonable behaviour
for FILE-POSITION but due to this not being mentioned in the Gray
streams proposal, I currently only have code for LispWorks. I'll
gladly accept patches to make this work for other implementations as
well.
http://weitz.de/flexi-streams/#position
Cheers,
Edi.
_______________________________________________
flexi-streams-announce mailing list
flexi-streams-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce
On Wed, 06 Sep 2006 16:41:35 +0200, Ralf Mattes <rm(a)seid-online.de> wrote:
> + ;; create a 'magic' options request
> + (when (eq method :options*)
> + (setf (uri-path uri) "*"
> + (uri-query uri) ""
> + method :options))
Woops, that was wrong. The query part must be set to NIL, not "".
See release 0.4.2.
Sorry,
Edi.
_______________________________________________
drakma-announce mailing list
drakma-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce