[cairo-commit] cairo ChangeLog,1.915,1.916

Carl Worth commit at pdx.freedesktop.org
Sat Aug 20 05:02:16 EST 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv15351

Modified Files:
	ChangeLog 
Log Message:

2005-08-19  Carl Worth  <cworth at cworth.org>

        Fix for bug #2729:

        * src/cairo-gstate.c: (_cairo_gstate_set_dash): Adjust negative
        offsets up to their equivalent positive value. Add error checking
        for dash values, (must each be non-negative and must not be all
        zero).

        * src/cairo.c (cairo_set_dash): Add documentation.

        * src/cairo.h:
        * src/cairo.c: (cairo_status_to_string): Add new
        CAIRO_STATUS_INVALID_DASH.

        * test/.cvsignore:
        * test/Makefile.am: Add dash-offfset-negative test from Owen.

        * doc/public/tmpl/cairo.sgml: churn


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.915
retrieving revision 1.916
diff -u -d -r1.915 -r1.916
--- ChangeLog	19 Aug 2005 17:36:43 -0000	1.915
+++ ChangeLog	19 Aug 2005 19:02:14 -0000	1.916
@@ -8,6 +8,26 @@
 
 2005-08-19  Carl Worth  <cworth at cworth.org>
 
+	Fix for bug #2729:
+
+	* src/cairo-gstate.c: (_cairo_gstate_set_dash): Adjust negative
+	offsets up to their equivalent positive value. Add error checking
+	for dash values, (must each be non-negative and must not be all
+	zero).
+
+	* src/cairo.c (cairo_set_dash): Add documentation.
+
+	* src/cairo.h:
+	* src/cairo.c: (cairo_status_to_string): Add new
+	CAIRO_STATUS_INVALID_DASH.
+
+	* test/.cvsignore:
+	* test/Makefile.am: Add dash-offfset-negative test from Owen.
+
+	* doc/public/tmpl/cairo.sgml: churn
+
+2005-08-19  Carl Worth  <cworth at cworth.org>
+
 	Fix for bug #3915:
 
 	* src/cairo-pattern.c: (_cairo_pattern_nil_for_status): Add new



More information about the cairo-commit mailing list