[cairo-commit] svgslides ChangeLog,1.71,1.72

Carl Worth commit at pdx.freedesktop.org
Mon Jul 11 21:40:35 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/svgslides-4suite: Add a nasty hack which provides a hash
        table to map nodes to NodeAttribute objects so that we can
        annotate new properties with set_mapped_attr and
        get_mapped_attr. We used to just use assignment such as node.attr
        = value, but that doesn't work with th C implementation of
        Domlette, and the python implementation has gone away upstream.

        * test/test.xml: Pulled the img tag outside the outside the ul
        tag, since otherwise it gets placed incorrectly. This might likely
        be a regression, but svgslides has never offered great
        stability...


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/svgslides/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- ChangeLog	27 May 2005 06:53:41 -0000	1.71
+++ ChangeLog	12 Jul 2005 04:40:33 -0000	1.72
@@ -1,3 +1,17 @@
+2005-07-11  Carl Worth  <cworth at cworth.org>
+
+	* src/svgslides-4suite: Add a nasty hack which provides a hash
+	table to map nodes to NodeAttribute objects so that we can
+	annotate new properties with set_mapped_attr and
+	get_mapped_attr. We used to just use assignment such as node.attr
+	= value, but that doesn't work with th C implementation of
+	Domlette, and the python implementation has gone away upstream.
+
+	* test/test.xml: Pulled the img tag outside the outside the ul
+	tag, since otherwise it gets placed incorrectly. This might likely
+	be a regression, but svgslides has never offered great
+	stability...
+
 2005-05-26  Keith Packard  <keithp at keithp.com>
 
 	* src/svgslides-output.c: (svgslides_document_output_pdf):




More information about the cairo-commit mailing list