[cairo-commit] libsvg ChangeLog,1.64,1.65

Carl Worth commit at pdx.freedesktop.org
Thu Apr 21 12:29:21 PDT 2005


Committed by: cworth

Update of /cvs/cairo/libsvg
In directory gabe:/tmp/cvs-serv31644

Modified Files:
	ChangeLog 
Log Message:

        * src/svg_parser.c: (_svg_parser_parse_gradient_stop): Use
        symbolic value.

        * src/svg_style.c: (_svg_style_init_empty): Add missing
        initialization for style->num_dashes.

        * src/svg_style.c (_svg_style_init_copy): Fix to actually copy
        memory for style->font_family and style->stroke_dash_array.

        * src/svg_text.c: (_svg_text_init_copy): Fix zero termination of
        text->chars.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- ChangeLog	21 Apr 2005 17:58:21 -0000	1.64
+++ ChangeLog	21 Apr 2005 19:29:19 -0000	1.65
@@ -1,5 +1,19 @@
 2005-04-22  Carl Worth  <cworth at cworth.org>
 
+	* src/svg_parser.c: (_svg_parser_parse_gradient_stop): Use
+	symbolic value.
+	
+	* src/svg_style.c: (_svg_style_init_empty): Add missing
+	initialization for style->num_dashes.
+	
+	* src/svg_style.c (_svg_style_init_copy): Fix to actually copy
+	memory for style->font_family and style->stroke_dash_array.
+
+	* src/svg_text.c: (_svg_text_init_copy): Fix zero termination of
+	text->chars.
+
+2005-04-22  Carl Worth  <cworth at cworth.org>
+
 	* src/svg_text.c (_svg_text_init_copy): Fix to actually copy
 	memory for text->chars.
 




More information about the cairo-commit mailing list