diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 2583192..f2fcb36 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,7 @@ +5.9.010 (2010-10-27) + - Support for CSS properties 'border-spacing' and 'padding' for tables were added. + - Several language files were added. + 5.9.009 (2010-10-21) - HTML text alignment was improved to include the case of RTL text on LTR direction and LTR text on RTL direction. diff --git a/README.TXT b/README.TXT index 65dd26c..fa2c6dc 100755 --- a/README.TXT +++ b/README.TXT @@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076 ------------------------------------------------------------ Name: TCPDF -Version: 5.9.009 -Release date: 2010-10-21 +Version: 5.9.010 +Release date: 2010-10-27 Author: Nicola Asuni Copyright (c) 2002-2010: diff --git a/config/lang/bra.php b/config/lang/bra.php index ebaadd3..0cd0c7d 100755 --- a/config/lang/bra.php +++ b/config/lang/bra.php @@ -2,13 +2,14 @@ //============================================================+ // File name : eng.php // Begin : 2004-03-03 -// Last Update : 2010-08-08 -// +// Last Update : 2010-10-26 +// // Description : Language module for TCPDF // (contains translated texts) -// +// Brazilian +// // Author: Nicola Asuni -// +// // (c) Copyright: // Nicola Asuni // Tecnick.com s.r.l. @@ -22,15 +23,15 @@ /** * TCPDF language file (contains translated texts). * @package com.tecnick.tcpdf - * @abstract TCPDF language file. + * @abstract TCPDF language file: Brazilian * @author Nicola Asuni - * @copyright 2004-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com + * @copyright 2004-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com * @link http://tcpdf.sourceforge.net * @license http://www.gnu.org/copyleft/lesser.html LGPL * @since 2004-03-03 */ - -// ENGLISH + +// Brazilian global $l; $l = Array(); @@ -45,5 +46,5 @@ $l['a_meta_language'] = 'pt'; $l['w_page'] = 'página'; //============================================================+ -// END OF FILE +// END OF FILE //============================================================+ diff --git a/config/lang/eng.php b/config/lang/eng.php index b63f787..c0e59bf 100755 --- a/config/lang/eng.php +++ b/config/lang/eng.php @@ -2,13 +2,14 @@ //============================================================+ // File name : eng.php // Begin : 2004-03-03 -// Last Update : 2010-08-08 -// +// Last Update : 2010-10-26 +// // Description : Language module for TCPDF // (contains translated texts) -// +// English +// // Author: Nicola Asuni -// +// // (c) Copyright: // Nicola Asuni // Tecnick.com s.r.l. @@ -22,15 +23,15 @@ /** * TCPDF language file (contains translated texts). * @package com.tecnick.tcpdf - * @abstract TCPDF language file. + * @abstract TCPDF language file: English * @author Nicola Asuni - * @copyright 2004-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com + * @copyright 2004-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com * @link http://tcpdf.sourceforge.net * @license http://www.gnu.org/copyleft/lesser.html LGPL * @since 2004-03-03 */ - -// ENGLISH + +// English global $l; $l = Array(); @@ -45,5 +46,5 @@ $l['a_meta_language'] = 'en'; $l['w_page'] = 'page'; //============================================================+ -// END OF FILE +// END OF FILE //============================================================+ diff --git a/config/lang/ger.php b/config/lang/ger.php index a4b7ae7..82e76f7 100755 --- a/config/lang/ger.php +++ b/config/lang/ger.php @@ -2,13 +2,14 @@ //============================================================+ // File name : eng.php // Begin : 2004-03-03 -// Last Update : 2010-08-08 -// +// Last Update : 2010-10-26 +// // Description : Language module for TCPDF // (contains translated texts) -// +// German +// // Author: Nicola Asuni -// +// // (c) Copyright: // Nicola Asuni // Tecnick.com s.r.l. @@ -22,15 +23,15 @@ /** * TCPDF language file (contains translated texts). * @package com.tecnick.tcpdf - * @abstract TCPDF language file. + * @abstract TCPDF language file: German * @author Nicola Asuni - * @copyright 2004-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com + * @copyright 2004-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com * @link http://tcpdf.sourceforge.net * @license http://www.gnu.org/copyleft/lesser.html LGPL * @since 2004-03-03 */ - -// ENGLISH + +// German global $l; $l = Array(); @@ -45,5 +46,5 @@ $l['a_meta_language'] = 'de'; $l['w_page'] = 'seite'; //============================================================+ -// END OF FILE +// END OF FILE //============================================================+ diff --git a/config/lang/ita.php b/config/lang/ita.php index 04393cd..3cebabd 100644 --- a/config/lang/ita.php +++ b/config/lang/ita.php @@ -2,13 +2,14 @@ //============================================================+ // File name : ita.php // Begin : 2004-03-03 -// Last Update : 2010-08-08 -// +// Last Update : 2010-10-26 +// // Description : Language module for TCPDF // (contains translated texts) -// +// Italian +// // Author: Nicola Asuni -// +// // (c) Copyright: // Nicola Asuni // Tecnick.com s.r.l. @@ -22,15 +23,15 @@ /** * TCPDF language file (contains translated texts). * @package com.tecnick.tcpdf - * @abstract TCPDF language file. + * @abstract TCPDF language file: Italian * @author Nicola Asuni - * @copyright 2004-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com + * @copyright 2004-2010 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com * @link http://tcpdf.sourceforge.net * @license http://www.gnu.org/copyleft/lesser.html LGPL * @since 2004-03-03 */ - -// ENGLISH + +// Italian global $l; $l = Array(); @@ -45,5 +46,5 @@ $l['a_meta_language'] = 'it'; $l['w_page'] = 'pagina'; //============================================================+ -// END OF FILE +// END OF FILE //============================================================+ diff --git a/doc/classtrees_com-tecnick-tcpdf.html b/doc/classtrees_com-tecnick-tcpdf.html index ff62edd..9eafffd 100644 --- a/doc/classtrees_com-tecnick-tcpdf.html +++ b/doc/classtrees_com-tecnick-tcpdf.html @@ -65,7 +65,7 @@
[line 1468]
Array of: X difference between table cell x start and starting page margin, cellspacing, cellpadding
|