1Revision history for Perl extension PDFLib.
2
30.14
4    - Fixed a problem with the bounding box code reporting the end of the
5      box too early.
6    - added support for underlining text via new sub
7    - fix bounding box wraparound font/color mixup bug
8    - add more scaling options to add_image
9
100.12
11    - Fixed a nasty bug in bounding boxes whereby a circular reference
12      was created, causing wierd errors
13
140.11
15    - Major bug in font handling fixed
16    - Changed all die()'s for croak().
17    - Allow bounding boxes starting at 0,0
18
190.10
20    - Added all coordinate translation methods
21
220.09
23    - Default pagesize properly
24    - Even more bounding box fixes
25
260.08
27    - More BB fixes
28
290.07
30    - Fixed BoundingBox::print to return the characters it couldn't
31      fit into the box, useful for multi-column or multi-page
32      printouts. Updated test file as an example of this.
33
340.06
35    - Added Bounding Box API
36
370.05
38    - Better font defaults (size defaults to current size or 10.0)
39    - Allow set_font(handle => ...)
40    - Fixed make_spot_color
41
420.04
43    - Added access to all graphics primitives
44    - Added string_width
45    - Revamped some of the documentation
46
470.03
48    - Bug fixes
49
500.02
51    - Added documentation
52
530.01  Fri May  4 14:46:06 2001
54	- original version; created by h2xs 1.19
55
56