From: Marc Battyani
Subject: [Announce] CL-PDF Release 1.0
Date: 
Message-ID: <CE64CDBBD3683AC4.3A2A5685B264B36C.499956161FD4CB36@lp.airnews.net>
CL-PDF: Release 1.0

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

Here is what's new in this release:

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.

02 August 2002:
   Added very basic formatted text (centered, left, right) outputs
   Added some basic charts (histogram, pie chart, legend, axis)

10 June 2002:
   Added support for JPEG images
   Added outlines
   Added internal and URL links.

Marc Battyani