From: Tony G. <Ton...@Su...> - 2005-03-02 17:08:10
|
xmlroff 0.3.2 is now available. The xmlroff website has not yet been updated, and there's not yet a test case for testing the new colour support. Regards, Tony. From the SourceForge new item: ------------------------------------------------------------ xmlroff 0.3.2 -- X11 colours xmlroff is an XSL formatter written in C. xmlroff 0.3.2 adds support for X11 colour names in 'color', etc. property values. ------------------------------------------------------------ From the NEWS file: ------------------------------------------------------------ Changes between 0.3.1 and 0.3.2 * Added support for X11 colour names as 'color' keywords * Removed rewriting of 'color' and similar properties from libfo-compat.xsl * Improved documentation * Minor bug fixes ------------------------------------------------------------ From the ChangeLog: ------------------------------------------------------------ 2005-03-02 Tony Graham <ton...@us...> * === Released 0.3.2 === * fo/fo-fo.c: fo_fo_validate_content(): Removed unused, out-of-date code. * NEWS: Updated for 0.3.2. 2005-02-28 Tony Graham <ton...@us...> * util/Makefile.am: Corrected reference to libfo_util_include_HEADERS. * expr/fo-expr-eval.c, expr/fo-expr-eval.h: Added fo_expr_border_color_eval() for 'border-color' shorthand. * libfo/fo-libfo-basic.c: Minor comment fixup. * property/fo-property-eval.c: Added 'border-color'. * property/fo-property-background-color.c, property/fo-property-util.c, property/fo-property-util.h: Moved 'background-color' validate and resolve_enum functions to fo-property-util. * fo-context.h, property/Makefile.am, property/fo-all-property.h, fo-context-private.h, fo-context.c: Added 'border-color' property. * fo/fo-multi-properties-private.h, fo/fo-multi-properties.c, fo/fo-multi-properties.h: Updated to match current spec-dump. * Makefile.am: Added 'util' to SUBDIRS and includes. * property/fo-property-border-color.c, property/fo-property-border-color.h: 'border-color' property. 2005-02-27 Tony Graham <ton...@us...> * libfo/fo-libfo-context.c, libfo/fo-libfo-context.h: Added PostScript as allowed output format. * configure.in: Added util/Makefile to AC_OUTPUT(). Escaped a macro name to quieten newer autoconfs. * fo-object.c, fo-object.h: Added fo_object_equal() and fo_object_hash() for use with FoHashTable. * libfo-compat.xsl: Removed rewriting of @color, @background-color, etc. * datatype/fo-color.c, datatype/fo-color.h: Added fo_color_new_with_value() backed by FoHashTable. * expr/fo-expr-eval.c, expr/fo-expr-func.c: Using new fo_color_new_with_value(). * fo/fo-multi-properties.c: Removed some out-of-date casts. * libfo/fo-libfo-basic.c: Added some doc comments. * property/fo-property-util.c: Added X color name support copied from Pango/GDK/Tk. * util/fo-hash-table.c, util/fo-hash-table.h: Hash table object for FoObjects. * util/Makefile.am: Makefile.am for 'util' subdirectory. 2005-01-31 Tony Graham <ton...@us...> * configure.in: Added INSTALL.in to AC_OUTPUT(). Upped version to 0.3.2. * INSTALL: Removed since now created from INSTALL.in. * INSTALL.in: Added INSTALL.in to create INSTALL with correct version numbers. ------------------------------------------------------------ |