From: Tony G. <Ton...@Su...> - 2005-08-18 19:19:47
|
xmlroff 0.3.5 is now available from http://sourceforge.net/projects/xmlroff/. This release adds semi-real fo:external-graphic support. It's "semi-real" because you still need to specify 'content-height' and 'content-width'. There's also automatic selection of the output format based on the output file's extension and bug fixes and enhancements from Tim Waugh and Matthew Daniel. ------------------------------------------------------------ Changes between 0.3.4 and 0.3.5 * fo:external-graphic works (but requires 'content-height' and 'content-width') * Stopped removing 'fo:external-graphic' in libfo-compat.xsl (Tim Waugh) * Able to build in separate directory (Matthew Daniel) * Default 'auto' output format determines format from output file extension * Added conformance section to documentation ------------------------------------------------------------ 2005-08-17 Tony Graham <ton...@us...> * === Released 0.3.5 === * libfo/fo-doc-gp.c: Restored clipping of layouts. 2005-08-16 Tony Graham <ton...@us...> * NEWS: Updated for 0.3.5. * fo/fo-fo.c: Added some doc comments. 2005-08-14 Tony Graham <ton...@us...> * Makefile.am: Added '$(srcdir)' to includes in $(INCLUDES) so can build in separate 'object directory'. (Matthew Daniel) * property/fo-property-role.c, property/fo-property-role.h: Updated to match latest spec-dump. 2005-07-30 Tony Graham <ton...@us...> * xmlroff.fo: Added introductory paragraph. Added 'auto' option for '--format'. 2005-07-29 Tony Graham <ton...@us...> * libfo/fo-doc-gp.c: Added a comment. 2005-07-20 Tony Graham <ton...@us...> * libfo-compat.xsl: Stopped removing fo:external-graphic. (Tim Waugh) 2005-07-10 Tony Graham <ton...@us...> * libfo/fo-doc-gp.c: Finally got external graphics working okay. 2005-07-09 Tony Graham <ton...@us...> * libfo/fo-doc-gp.c: Added initial support for 'auto' output format. * INSTALL.in: Added explanation of result of 'xmlroff xmlroff.fo'. * README: Updated dependencies. * configure.in: Upped version to 0.3.5. |