Merge ../butv10/core/framework
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 27 Mar 2008 04:32:33 +0000 (00:32 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 27 Mar 2008 04:32:33 +0000 (00:32 -0400)
Conflicts:

CHANGES

1  2 
CHANGES

diff --cc CHANGES
index cfec3816d545e086c86a3af926e9b3efcc005594,632bce01ddec684e50434cd9174342369718b3a4..5219aa34429609a26f6fbe1fd10e48a4b769fb3c
+++ b/CHANGES
@@@ -1,4 -1,6 +1,7 @@@
  3.1.0
  ===================
  - Change: BSPrinterElementTable:__construct() can now take straight strings and convert them into BSPrinterElementLabel's
- - Change: Removed the text indent on .input elements in BSPrinter
++- Change: Removed the text indent on .input elements in BSPrinter
+ - New: BSPrinterRootPage::setHeaderCode() allows injecting in between the <head> tag of the root page element (creates BSPrinterRootPage::$headerCode)
+ - New: BSPrinterAbstract::setId() allows all elements to have an id attribute added in _prepareStyle()
+ - New: Added an ability to quick-set API information via an array with BSApi::setArray()