Fix for the Open in New Window in Patient/Client->Patients search gui, take 2.
[openemr.git] / phpmyadmin / libraries / tcpdf / CHANGELOG
blobfac985fc779af36eb8c38b09a9aac02b86597431
1 1.53.0.TC026_PHP4 (2006-10-28)
2         - writeHTML function call were fixed on examples.
4 1.53.0.TC025_PHP4 (2006-10-27)
5         - Bugs item #1421290 were fixed (0D - 0A substitution in some characters)
6         - Bugs item #1573174 were fixed (MultiCell documentation)
8 1.53.0.TC024_PHP4 (2006-09-26)
9         - getPageHeight() function were fixed (bug 1543476).
10         - fixed missing breaks on closedHTMLTagHandler function (bug 1535263).
11         - fixed extra spaces on Write function (bug 1535262).
12         
13 1.53.0.TC023_PHP4 (2006-08-04)
14         - second parameter were removed from class_exists function.
15         - paths to barcode directory were fixed.
16         - documentation were updated.
17         
18 1.53.0.TC022_PHP4 (2006-07-16)
19         - fixed bug: [ 1516858 ] Probs with PHP autoloader and class_exists() 
21 1.53.0.TC021_PHP4 (2006-07-01)
22         - HTML attributes with whitespaces are now supported (thanks to Nelson Benitez for his support)
24 1.53.0.TC020_PHP4 (2006-06-23)
25         - this version fixes the MBCS error on html_entity_decode
26         
27 1.53.0.TC019_PHP4 (2006-06-08)
28         - this version were backported to PHP4
29         
30 1.53.0.TC019 (2006-05-21)
31         - fixed <strong> and <em> closing tags.
32         
33 1.53.0.TC018 (2006-05-18)
34         - fixed font names bug
35         
36 1.53.0.TC017 (2006-05-18)
37         - the TTF2UFM utility to convert True Type fonts for TCPDF were included on fonts folder.
38         - new free unicode fonts were included on /fonts/freefont.
39         - test_unicode.php example were exended.
40         - parameter $fill were added on Write, writeHTML and writeHTMLCell functions.
41         - documentation were updated.
42         
43 1.53.0.TC016 (2006-03-09)
44         - fixed closing <strong> tag on html parser.
45         
46 1.53.0.TC016 (2005-08-28)
47         - fpdf.php and tcpdf.php files were joined in one single class (you can still extend TCPDF with your own class).
48         - fixed problem when mb_internal_encoding is set.
50 1.53.0.TC014 (2005-05-29)
51         - fixed WriteHTMLCell new page issue.
52         
53 1.53.0.TC013 (2005-05-29)
54         - fixed WriteHTMLCell across pages.
55         
56 1.53.0.TC012 (2005-05-29)
57         - font color attribute bug were fixed.
58         
59 1.53.0.TC011 (2005-03-31)
60         - SetFont function were fixed (thank Sjaak Lauwers for bug notice).
61         
62 1.53.0.TC010 (2005-03-22)
63         - the html functions were improved (thanks to Manfred Vervuert for bug reporting).
64         
65 1.53.0.TC009 (2005-03-19)
66         - a wrong reference to convertColorHexToDec were fixed.
67         
68 1.53.0.TC008 (2005-02-07)
69         - removed some extra bytes from PHP files.
70         
71 1.53.0.TC007 (2005-01-08)
72         - fill attribute were removed from writeHTMLCell method.
73         
74 1.53.0.TC006 (2005-01-08)
75         - the documentation were updated.
76         
77 1.53.0.TC005 (2005-01-05)
78         - Steven Wittens's unicode methods were removed.
79         - All unicode methods were rewritten from scratch.
80         - TCPDF is now licensed as LGPL.
82 1.53.0.TC004 (2005-01-04)
83         - this changelog were added.
84         - removed comercial fonts for licensing issue.
85         - Bitstream Vera Fonts were added (http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html).
86         - Now the AddFont and SetFont functions returns the basic font if the styled version do not exist.