From: Tony G. <Ton...@Su...> - 2005-11-02 16:30:42
|
xmlroff 0.3.7 is now available from http://sourceforge.net/projects/xmlroff. This is a development snapshot, to put it politely, so there's a release "on or about the first of the month". xmlroff 0.3.7 fulfills the letter of Stefan's request that xmlroff not go into an infinite loop when it can't fit something on a page. xmlroff doesn't go into an infinite loop anymore; it just happens to not render the problematic area at all. Unfortunately, I won't have much time to work on xmlroff until at least the middle of the month, so if there was going to be a monthly release for November, this was the best I can do. When the problem is fixed, there'll be a release that doesn't have to be labelled as a "development snapshot". Regards, Tony. Changes between 0.3.6 and 0.3.7 * Corrected placement of fo:external-graphic if not first on line * Added setting pixels-per-inch (for graphics without intrinsic size) as configure option * Working on averting endless loop if area won't fit on page. Changes: 2005-11-02 Tony Graham <ton...@us...> * === Released 0.3.7 === * NEWS: Updated for 0.3.7. * area/fo-area-viewport-reference.c: Removed unnecessary #includes. * area/fo-area-viewport-reference-private.h: Added a #include. * area/fo-area-page.c: Removed unused variables and #include. * Makefile.am: Added 'srpm' target for making SRPM. * configure.in, libfo/fo-doc-gp.c: Added --disable-clip configure option to turn off clipping in fo-doc-gp.c. 2005-10-11 Tony Graham <ton...@us...> * libfo-compat.xsl: Added changing all keeps below a threshold value to 'auto' since numeric keeps currently not supported. * libfo/fo-doc-gp.c: More futzing with PANGO_SCALE so images appear in right place. 2005-10-02 Tony Graham <ton...@us...> * area/fo-area-page.c: Working on averting endless loop if area won't fit on page. * configure.in, datatype/fo-length.c, libfo/fo-doc-gp.c: Added PIXEL_PER_INCH to configure.in so it appears in config.h. * area/fo-area-list-item.c, area/fo-area-private.h, area/fo-area.c: Started adding split_after_height() and split_after_height_check() functions. * datatype/fo-uri-specification.c: Removed unnecessary statement left over from creating file by copying another file. * libfo/fo-doc-private.h: Removed unnecessary includes. * util/fo-hash-table.c, util/fo-pixbuf.c: Updated doc comments. * area/fo-area-area.c: Reformatted. * area/fo-area-table.c: Renamed some variables to make them easier to read. 2005-09-16 Tony Graham <ton...@us...> * util/Makefile.am, libfo/fo-doc-gp.c, util/fo-image-private.h, util/fo-image.c, util/fo-pixbuf.c, util/fo-pixbuf.h: Added FoPixbuf interface for getting GdkPixbuf from images instead of using fo-image-private.h. * configure.in: Upped version to 0.3.7. * .cvsignore: List of files to ignore when doing 'cvs diff', etc. |