From: Marc Battyani
Subject: [Announce] CL-PDF Release 1.1
Date: 
Message-ID: <E80FA180598BF822.99EADF0F3D706E6D.3253BFE62B2A9F9D@lp.airnews.net>
CL-PDF: Release 1.1

CL-PDF is a cross-platform Common Lisp library for generating PDF files.
It does not need any third-party tools from Adobe or others.

It is released with a FreeBSD style license so it is usable for commercial
work.

The homepage of cl-pdf is here:
http://www.fractalconcept.com/asp/html/cl-pdf.html

From the change log:

20 February 2002: Release 1.1
   It's mostly a cleaning release
   Better kerning support
   Corrected file loading order in the defsystems
   A few fixes for a better support of some Lisp implementations

23 December 2002: Release 1.0
   :)

20 December 2002:
   Added a readme file.
   Added a config.lisp file to put most of the customization variables.
   Added plot-xy chart (look at chart.lisp for details.)

13 December 2002:
   Added support for the various character sets and encodings.
   Changed the font objects and all the font handling in the PDF files.

10 December 2002:
   Added Adobe Font Metrics files parsing.

09 December 2002:
   Added ASDF and mk:defsystem files.
   Converted the zlib compress FFI to UFFI.
   Moved previous zlib versions and previous defsystems to a contrib
directory.

Marc Battyani

From: Daniel Barlow
Subject: Re: [Announce] CL-PDF Release 1.1
Date: 
Message-ID: <87adgmakvd.fsf@noetbook.telent.net>
"Marc Battyani" <·············@fractalconcept.com> writes:

> CL-PDF: Release 1.1
>
> CL-PDF is a cross-platform Common Lisp library for generating PDF files.
> It does not need any third-party tools from Adobe or others.
[...]

fr.comp.lang.lisp got the body in French and the changelog in English

> 20 February 2002: Release 1.1
>    It's mostly a cleaning release

Can we have the changelog in french, please?   ;-)


-dan

-- 

   http://www.cliki.net/ - Link farm for free CL-on-Unix resources 
From: Marc Battyani
Subject: Re: [Announce] CL-PDF Release 1.1
Date: 
Message-ID: <741260FA8F5897EC.4DCC5A619BDDB7DC.D3DD18EE51B77A4D@lp.airnews.net>
"Daniel Barlow" <···@telent.net> wrote in
> "Marc Battyani" <·············@fractalconcept.com> writes:
>
> > CL-PDF: Release 1.1
> >
> > CL-PDF is a cross-platform Common Lisp library for generating PDF files.
> > It does not need any third-party tools from Adobe or others.
> [...]
>
> fr.comp.lang.lisp got the body in French and the changelog in English
>
> > 20 February 2002: Release 1.1
> >    It's mostly a cleaning release
>
> Can we have the changelog in french, please?   ;-)

Sure!
I don't know why, but French people understand my English better than
English people ;-)

I replaced cleaning by maintenance. Hope 'its better English... (at least
it's better french anyway)

Marc