CHANGES:
0.7.2 -> 0.7.3
- Option to build a completely static wpd2sxw (for win32)
- Build fixes for gcc 4.3.x
- Fix some license headers - we are released under LGPL only

0.7.1 -> 0.7.2
- Make cross-compiling possible and smooth including the compiling
  of the resource files (Fridrich)
- Remove several memory leaks in many of our files (Fridrich)
- Do not convert condensed paragraphs since "fo:margin-bottom" negative
  is not legal in the OOo 1.0 XML file-format (Fridrich)
- Work around a problem with libgsf where gsf_output_printf renders undefined
  behaviour due to invalid pointer to a list of varargs on x86_64 (Fridrich)
- Remove leaks due to the use of g_return_val_if_fail (Fridrich)
- Add a static styles.xml stream for defaults that OpenOffice.org provides by
  itself, but KWord needs them. This makes wpd2sxw-generated sxw files load into
  KWord (Fridrich)
- Avoid duplicate static constants (Fridrich)
- Optimize the generated XML so that it looks more like the one generated by
  OpenOffice.org (Fridrich)
- Remove several warnings (Fridrich)

0.7.0 -> 0.7.1
- Convert table in foot/endnote into normal text because OOo is not
  supporting tables in foot/endnotes (Fridrich Strba)
- Improved lists conversion. Use additional information output by
  libwpd-0.8.3 (Fridrich Strba)
- Unreference g_objects that should be unreferenced in our add-on
  UNO component (Jody Goldberg)

0.6.1 -> 0.7.0
- Removed span properties from paragraph style (William Lachance)
- Paragraph and span properties defined in the table cell function,
  colour of the border of the table cell and vertical alignment of the
  content of a table cell (Fridrich Strba)
- Improved text attributes conversion, added font and hightlight colour,
  (Fridrich Strba)
- Conversion of text column dimensions (Fridrich Strba)
- Conversion of table row height, and table headings (Fridrich Strba)
 

0.6.0 -> 0.6.1
- Added a function insertLineBreak() (Fridrich Strba)
- Fixed a bug that prevented the conversion of full justification
  and added handling of full justification all lines (Fridrich Strba)

0.5.2 -> 0.6.0
- Simulate extra space at end of column sections (William Lachance)
- Update for other libwpd API changes (William)
- Add win32/mingw build system (Fridrich Strba)

0.5.1 -> 0.5.2
- Handle the following attribute types: redlining, double underlining, 
small caps, outlining, and blink (William Lachance)
- Handle more types of table cell shading (William)
- Update make process to allow build on RedHat 7 (Fridrich Strba)

0.5.0 -> 0.5.1
- fix a bug in the lists code that sometimes caused incorrect hierarchies
to be generated (William Lachance)

0.4.0 -> 0.5.0
- page margin support (top and bottom) (William Lachance)
- table bugfixes/additions (William)
- header/footer support (William)
- massive refactoring of the XML output generation: simpler, more robust (William)

0.3.0 -> 0.4.0
- better tab handling (William Lachance)
- better handling of multiple spaces (William)
- line spacing (William)
- text properties for numbered lists (William)
- footnotes and endnotes (William)
- table properties (cell colours, alignment, column size) (William)
- font mapping (Scott Balneaves, William)
- rpm spec (Fridrich Strba)

0.2.0 -> 0.3.0
- lists/outlines (William Lachance)
- fix style inheritance, margin issues with tables and paragraph styles (William)
- set width of tables based on current document margin state (William)
- don't set margins when the no. of columns in the current section > 0 (fixes
a nasty bug) (William)

0.1.0 -> 0.2.0:
- font face/size changes
- handle WordPerfect documents with an OLE header (side effect of
libwpd's conversion to libgsf)
- many bugfixes (memory leaks, general problems)
