From edi at agharta.de Tue May 8 21:34:19 2007 From: edi at agharta.de (Edi Weitz) Date: Tue, 08 May 2007 23:34:19 +0200 Subject: [cl-who-announce] New release 0.9.0 (Was: semantic for (str NIL) and (esc NIL)) In-Reply-To: <4877ae640705041926x58627dfbp4ac3cc7dcc90ee08@mail.gmail.com> (Mac Chan's message of "Fri, 4 May 2007 19:26:30 -0700") References: <4877ae640705041926x58627dfbp4ac3cc7dcc90ee08@mail.gmail.com> Message-ID: On Fri, 4 May 2007 19:26:30 -0700, "Mac Chan" wrote: > Attached is a diff for this change in case you guys agree that this > makes sense. Yes, I think it makes sense. I've made a new release with your patch incorporated. Others, please note that this isn't fully backwards-compatible although I doubt that serious applications so far relied on the fact that (STR nil) would produce "NIL" in the output. Thanks, Edi. From edi at agharta.de Mon May 28 18:33:49 2007 From: edi at agharta.de (Edi Weitz) Date: Mon, 28 May 2007 20:33:49 +0200 Subject: [cl-who-announce] New release 0.9.1 (Was: convert-tag-to-string-list and *html-empty-tag* bug maybe :) In-Reply-To: <1180309305.29457.1192063515@webmail.messagingengine.com> (Simon Cusack's message of "Mon, 28 May 2007 09:41:45 +1000") References: <1180309305.29457.1192063515@webmail.messagingengine.com> Message-ID: On Mon, 28 May 2007 09:41:45 +1000, "Simon Cusack" wrote: > I changed > (member tag *html-empty-tags*) > to > (member tag *html-empty-tags* :test #'string-equal) Thanks, your fix is in the new release.