[cairo-commit] cairo ChangeLog,1.620,1.621
Carl Worth
commit at pdx.freedesktop.org
Wed Jun 1 13:13:12 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv22310
Modified Files:
ChangeLog
Log Message:
* src/cairo-gstate-private.h:
* src/cairo-gstate.c: (_cairo_gstate_init): Remove unused fields
from cairo_gstate_t, (font_family, font_slant,
font_weight). Reorder fields to match between declaration and
initialization and to put the most problematic fields (surface and
source) at the end. No intended changes in functionality.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.620
retrieving revision 1.621
diff -u -d -r1.620 -r1.621
--- ChangeLog 1 Jun 2005 20:10:57 -0000 1.620
+++ ChangeLog 1 Jun 2005 20:13:10 -0000 1.621
@@ -1,5 +1,14 @@
2005-06-01 Carl Worth <cworth at cworth.org>
+ * src/cairo-gstate-private.h:
+ * src/cairo-gstate.c: (_cairo_gstate_init): Remove unused fields
+ from cairo_gstate_t, (font_family, font_slant,
+ font_weight). Reorder fields to match between declaration and
+ initialization and to put the most problematic fields (surface and
+ source) at the end. No intended changes in functionality.
+
+2005-06-01 Carl Worth <cworth at cworth.org>
+
* test/Makefile.am (XFAIL_TESTS): Add self-intersecting to the
list of expected failures.
More information about the cairo-commit
mailing list