From: Tony G. <Ton...@Su...> - 2006-08-10 08:58:45
|
xmlroff 0.3.99 is now available from http://sourceforge.net/projects/xmlroff/ Updated 'testing' and 'testsuite' modules are also available. This is a snapshot of development as of when I heard that I am losing my day job, (though my day job was unrelated to xmlroff). Expect 0.4.0 when I finally finish up, and expect the following release to be 0.5.0 so there's a clear break between what I did at Sun and what I did after Sun. Regards, Tony. Release Name: 0.3.99 Notes: Changes between 0.3.98 and 0.3.99 * xmlroff manpage in DocBook XML (Oliver Kiddle) * Cairo backend is less experimental * Added Cairo backend SVG output that is really experimental * Added handling of base for relative URIs when '--compat' is used * Handles 'auto' for page width and height (1159713) * Reworked checking for popt (1207495) Changes: 2006-08-10 Tony Graham <ton...@us...> * === Released 0.3.99 === * NEWS: Updated for 0.3.99. * Makefile.am: Removed this directory's 'xmlroff.fo' from distribution since 'xmlroff.fo' now produced and packaged in 'docs' directory. * configure.in: Added extra blank lines after messages about whether or not to rerun 'configure'. * xmlroff.spec.in: Added dependency on popt-devel. 2006-08-07 Tony Graham <ton...@us...> * libfo/fo-xslt-transformer.c: More playing with base for relative URIs. * libfo/fo-doc-cairo.c: Line dash and line cap are working except for top borders of blocks. 2006-07-27 Tony Graham <ton...@us...> * libfo/fo-doc-cairo.c: Corrected fo_doc_cairo_move_to(). Fixed several bugs in Cairo backend. 2006-07-26 Tony Graham <ton...@us...> * libfo/libfo-compat.c.tmpl: Added setting base URL of comatible result document to that of original result doc so relative URLs still work. * libfo/fo-xml-doc.c, libfo/fo-xml-doc.h: Added functions to get and set base URL. * Makefile.am: Removed POPT_LIBS from libfo libs. * configure.in: Reworked checking for popt.h and libpopt. 2006-07-25 Tony Graham <ton...@us...> * datatype/fo-length.c, datatype/fo-length.h, property/fo-property-page-height.c, property/fo-property-page-width.c: 'auto' page-height and page-width default to A4 height and width. * property/fo-property.c, property/fo-property.h: Added check for zero-length property values. AFAICT, no property can have a zero-length value. 2006-07-24 Tony Graham <ton...@us...> * configure.in: Added helpful message about rerunning 'configure' when building using bundled PangoXSL. 2006-07-22 Tony Graham <ton...@us...> * libfo/fo-doc-gp.c: Removed second prototype and reference to fo_doc_gp_translate. 2006-07-13 Tony Graham <ton...@us...> * libfo/fo-doc-cairo.c: Added pango_cairo_font_map_set_resolution() call so text output is now the right size. Other reformatting. * libfo-0.4.pc.in: Hardcoded library version 0.4 while xmlroff version is 0.3.99. * configure.in: Upped required Cairo version, if used, to 1.2.0 since that's the minimum for producing useful PDF, PostScript, and SVG. 2006-07-03 Tony Graham <ton...@us...> * libfo/fo-doc-cairo.c: Added SVG output. Moved error message strings to fo-doc.c. * README: Added that xmlroff executable depends on popt. * libfo/fo-doc.c: Added a message string from fo-d0c-cairo.c. * configure.in: Upped version to 0.3.99. |