[cairo-commit] cairo ChangeLog,1.1224,1.1225
Carl Worth
commit at pdx.freedesktop.org
Wed Jan 18 16:40:19 PST 2006
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv14934
Modified Files:
ChangeLog
Log Message:
2006-01-18 Carl Worth <cworth at cworth.org>
* src/cairo-image-surface.c: Change documentation to recommend
cairo_paint rather than cairo_rectangle;cairo_fill for clearing a
surface.
* src/cairo-pdf.h:
* src/cairo-pdf-surface.c: (cairo_pdf_surface_create_for_stream),
(cairo_pdf_surface_create): Add documentation. Add a
cairo_content_t argument to PDF surface constructors.
* src/cairo-ps.h:
* src/cairo-ps-surface.c: (cairo_ps_surface_create),
(cairo_ps_surface_create_for_stream): Add documentation. Add a
cairo_content_t argument to PS surface constructors.
* test/multi-page.c: (main):
* test/cairo-test.c: (create_ps_surface), (create_pdf_surface):
Track changes in PS/PDF surface constructor API.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1224
retrieving revision 1.1225
diff -u -d -r1.1224 -r1.1225
--- ChangeLog 18 Jan 2006 17:46:42 -0000 1.1224
+++ ChangeLog 19 Jan 2006 00:40:17 -0000 1.1225
@@ -1,5 +1,25 @@
2006-01-18 Carl Worth <cworth at cworth.org>
+ * src/cairo-image-surface.c: Change documentation to recommend
+ cairo_paint rather than cairo_rectangle;cairo_fill for clearing a
+ surface.
+
+ * src/cairo-pdf.h:
+ * src/cairo-pdf-surface.c: (cairo_pdf_surface_create_for_stream),
+ (cairo_pdf_surface_create): Add documentation. Add a
+ cairo_content_t argument to PDF surface constructors.
+
+ * src/cairo-ps.h:
+ * src/cairo-ps-surface.c: (cairo_ps_surface_create),
+ (cairo_ps_surface_create_for_stream): Add documentation. Add a
+ cairo_content_t argument to PS surface constructors.
+
+ * test/multi-page.c: (main):
+ * test/cairo-test.c: (create_ps_surface), (create_pdf_surface):
+ Track changes in PS/PDF surface constructor API.
+
+2006-01-18 Carl Worth <cworth at cworth.org>
+
* src/cairo.c: Fix documentation of cairo_arc which erroneously
claimed M_PI radians == 90 degrees to correctly say that M_PI/2.0
radians == 90 degrees. This closes bug #5649 (with thanks to
More information about the cairo-commit
mailing list