ReporteRs 0.5.5
==================================================================
BUG FIXES
------------------------------------------------------------------
* set headless mode when a java.awt library is used in the java code. 
  The issue only appeared with RStudio Server, something to do with 
  a null display device.
  http://www.oracle.com/technetwork/articles/javase/headless-136834.html

ENHANCEMENT
------------------------------------------------------------------
* add str and print method for FlexTable

ReporteRs 0.5.4
==================================================================
BUG FIXES
------------------------------------------------------------------
* debug text function in Raphael graphical device

ENHANCEMENT
------------------------------------------------------------------
* addRScript implemented for docx, html and pptx

* addParagraph.pptx now comes with a parProperties argument

* HTML code is available for FlexTable and plots. 
  See as.html.FlexTable and raphael.html.

* addParagraph.pptx, addPlot.pptx, addFlexTable.pptx, addImage.pptx
  gain arguments offx, offy, width and height (default missing)
  to allow positioning shapes freely on a slide (independently of
  what is defined in the slide layouts).

ReporteRs 0.5.3
==================================================================
BUG FIXES
------------------------------------------------------------------
* parProperties paddings were not translated in EMUs as expected
  by Office. docx and pptx were concerned but not html. (reported 
  here http://github.com/davidgohel/ReporteRs/issues/10)

ENHANCEMENT
------------------------------------------------------------------
* FlexTable API is now much more easier to use. Lot of new  
  functions have been added. see ?FlexTable

* add function setFlexTableWidths to set columns widths in FlexTable
  (suggested by Goulven Salic)

* add methods chprop to modify property objects (applies to 
  textProperties, parProperties and cellProperties). Usefull to reduce
  code.

* Detection of titles style names in template docx generated by
  an Simplified Chinese Office version (suggested by Bai Xueyuan)

* add names to stylenames returned by styles.docx to help identify
  which stylename corresponds to which Word paragraph style

* add method dim to objects of class docx and pptx. It returns 
  page dimensions for docx and next free shape dimensions for pptx
   
ReporteRs 0.5.2
==================================================================
BUG FIXES
------------------------------------------------------------------
* compilation with flags -Wformat -Wformat-security (default 
  compiler flags on Ubuntu) was driving to an error. Code changed:
  usage of fputs instead of fprintf when no formatting is required
  (reported by Gnter Lutz)

ENHANCEMENT
------------------------------------------------------------------
* add function "add.plot.interactivity" for plot interactivity 
  when output is html.

* Cleaning and reorganization of the C code files

ReporteRs 0.5.1
==================================================================
BUG FIXES
------------------------------------------------------------------
* graphical element ids were not correctly incremented in the graphical
  device drivers driving to an error when opening the docx 
  (reported by Jean-Francois Collin)


ReporteRs 0.5
==================================================================
BUG FIXES
------------------------------------------------------------------
* Fixed an issue with lines in pptx graphical device driver
  (reported by Julio Alejandro Di Rienzo) 

* a java exception was throwed when accents were used in pptx
  (reported by Julio Alejandro Di Rienzo) 

ReporteRs 0.4
==================================================================
BUG FIXES
------------------------------------------------------------------
* deleteBookmark and deleteBookmarkNextContent did not return 
  the input document as expected - returned invisible() instead
  (reported by Gnter Lutz) 

ENHANCEMENT 
------------------------------------------------------------------
* Higher PNG resolution (par res of png is set to 300) in 
  documents(suggested by Goulven Salic)
  
* addFlexCellContent is a new function to add formated content 
  in FlexTable objects

ReporteRs 0.3
==================================================================
OTHERS
------------------------------------------------------------------
* add copyrights in the correct file

* Package preparation for CRAN submission


ReporteRs 0.2
==================================================================
BUG FIXES
------------------------------------------------------------------
* Title texts can now have accents and '&' and '>' and '<'. 
  (reported by Jean-Francois Collin) 

* namespace of java codes have been changed to 'org.lysis'.
  ReporteRs can coexists with R2DOCX now 
  (reported by Jean-Francois Collin) 

* got rid of java rendersnake for html generation

ENHANCEMENT 
------------------------------------------------------------------
* The default Word template has now separate numbering index for 
  styles rPlotLegend and rTableLegend

* bookmark are no more deleted, replacements over the same docx or pptx is now possible

* help at http://davidgohel.github.io/ReporteRs/index.html

NEW FEATURES
------------------------------------------------------------------
* FlexTable : see ?FlexTable
A new object and its methods to generate complex tables


ReporteRs 0.1
==================================================================

NEW FEATURES
------------------------------------------------------------------
* argument row.names in addTable (suggested by Rees Morrison)

* argument underlined in textProperties (suggested by Rees Morrison)

