root/trunk/thirdparty/cl-pdf/change-log.txt

Revision 2636, 3.6 kB (checked in by hans, 10 months ago)

add cl-pdf for pixel->pdf converter

Line 
1 ;;; cl-pdf copyright 2002-2004 Marc Battyani see license.txt for details of the license
2 ;;; You can reach me at marc.battyani@fractalconcept.com or marc@battyani.net
3
4 This is the change log for cl-pdf.
5 See also contributors.txt and to-do.txt
6
7 Current version:
8
9 08 February 2004: Release 2.1
10    Added Custom encodings.  [Thanks to Dmitri Ivanov]
11    Fonts without font data. [Thanks to Dmitri Ivanov]
12    Added a few with-standard-io-syntax so that the pdf are generated
13          correctly when people change the printer settings.
14    Added a :stacked-series option to the histograms.
15    Changed zlib (again!) for dynamic loading of the library in delivered applications.
16    Added a *default-encoding* special variable.
17    Added pdf meta information to documents.[Thanks to Eric Marsden]
18    Corrected handling of the min/max-value in the charts.[Thanks to Eric Marsden]
19    Corrected pfb file loading.
20    Font names are case insensitive now.
21    Added improved code128 barcodes [Thanks to Lars Rustemeier].
22
23 26 December 2003:
24    Mailing Lists and code repository.
25
26 24 October 2003: Release 2.0.3
27    Only loads the AFM files for the 14 standard fonts.
28    The other AFM files must be loaded with the font data by load-t1-font.
29    Small fixes.
30
31 23 October 2003: Release 2.0.2
32    Small fixes and improvements
33
34 21 October 2003: Release 2.0.1
35    A small fix to make the font cache work with the new encodings
36
37 15 October 2003: Release 2.0
38    This release provides support for cl-typesetting
39    Major changements in the fonts and font-metrics classes
40    Support for custom character encodings
41    Loading and embedding of type1 fonts
42    Several fixes
43
44 03 March 2003: Release 1.1.2
45    A small fix for zlib compression with CMUCL
46
47 24 February 2003: Release 1.1.1
48    A small fix for Franz 'modern-mode'
49
50 20 February 2003: Release 1.1
51    It's mostly a maintenance release
52    Better kerning support
53    Corrected file loading order in the defsystems
54    A few fixes for a better support of some Lisp implementations
55
56 23 December 2002: Release 1.0
57    :)
58
59 20 December 2002:
60    Added a readme file.
61    Added a config.lisp file to put most of the customization variables.
62    Added plot-xy chart (look at chart.lisp for details.)
63
64 13 December 2002:
65    Added support for the various character sets and encodings.
66    Changed the font objects and all the font handling in the PDF files.
67
68 10 December 2002:
69    Added Adobe Font Metrics files parsing.
70
71 09 December 2002:
72    Added ASDF and mk:defsystem files.
73    Converted the zlib compress FFI to UFFI.
74    Moved previous zlib versions and previous defsystems to a contrib directory.
75
76 02 August 2002:
77    Added very basic formatted text (centered, left, right) outputs
78    Added some basic charts (histogram, pie chart, legend, axis)
79
80 10 June 2002:
81    Added support for JPEG images
82    Added outlines
83    Added internal and URL links.
84
85 13 February 2002: Release 0.45
86    Added compression for CMUCL
87    Compression is now optional
88    Bugs corrected (ACL compress, with-* macros, etc)
89    Improved arc functions, new example 6
90
91 09 February 2002: Release 0.41
92    Small modifs and added rounded polylines.
93
94 08 February 2002: Release 0.4
95    Added internal PDF data compression for Lispworks and Allegro Common Lisp
96    Added arcs functions (look at pdf-geom.lisp for details)
97
98 02 February 2002: Release 0.3
99    Removed the use of keywords as PDF names
100    Cleaned up the code, put back write-line, removed gensym, etc.
101    Added a maze generation example
102
103 29 january 2002: Release 0.21
104    Corrected example4 in examples.lisp
105    Renaming the pdf directory as cl-pdf-<release number>
106
107 28 january 2002: Release 0.2
108    First public release
Note: See TracBrowser for help on using the browser.