[cairo-commit] svgslides ChangeLog,1.58,1.59

Carl Worth commit at pdx.freedesktop.org
Sat Feb 12 19:41:50 PST 2005


Committed by: cworth

Update of /cvs/cairo/svgslides
In directory gabe:/tmp/cvs-serv2895

Modified Files:
	ChangeLog 
Log Message:

       * test/test.xml: Add tests for indentation and img tag.

        * src/svgslides-4suite (get_attr, get_attr_float): Add some much
        needed convenience functions for getting attributes (of the right
        type and with default values).
        (prev_sib, find_position_content_node)
        (find_position_content_nodes, find_height_content_node)
        (find_height_content_nodes, layout_content_nodes): Fix layout of
        bulleted lists. Now supports multiple levels of indentation.
        (transform_li): Add bullet to <li> results.
        (transform_img): Add support for <img> tag.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/svgslides/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- ChangeLog	12 Feb 2005 21:45:23 -0000	1.58
+++ ChangeLog	13 Feb 2005 03:41:48 -0000	1.59
@@ -1,5 +1,19 @@
 2005-02-12  Carl Worth  <cworth at cworth.org>
 
+	* test/test.xml: Add tests for indentation and img tag.
+
+	* src/svgslides-4suite (get_attr, get_attr_float): Add some much
+	needed convenience functions for getting attributes (of the right
+	type and with default values).
+	(prev_sib, find_position_content_node)
+	(find_position_content_nodes, find_height_content_node)
+	(find_height_content_nodes, layout_content_nodes): Fix layout of
+	bulleted lists. Now supports multiple levels of indentation.
+	(transform_li): Add bullet to <li> results.
+	(transform_img): Add support for <img> tag.
+
+2005-02-12  Carl Worth  <cworth at cworth.org>
+
 	* src/svgslides-4suite: Set USE_MINIDOM=1 internally to guarantee
 	we won't get the C implementation of Domlette, and so things will
 	actually work.




More information about the cairo-commit mailing list