[cairo-commit] cairo ChangeLog,1.1169,1.1170

Carl Worth commit at pdx.freedesktop.org
Fri Dec 16 11:21:26 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:
2005-12-16  Carl Worth  <cworth at cworth.org>

        * src/cairoint.h: Don't export cairo_image_surface_set_clip_region.

        * src/cairo-image-surface.c: (_cairo_image_surface_finish),
        (_cairo_image_surface_set_clip_region),
        (_cairo_image_surface_get_extents): Eliminate some unnecessary
        _cairo_image_abstract_surface variations of backend function.

        * src/cairo-font-subset.c: Remove errant include of cairo-pdf.h.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1169
retrieving revision 1.1170
diff -u -d -r1.1169 -r1.1170
--- ChangeLog	16 Dec 2005 11:02:35 -0000	1.1169
+++ ChangeLog	16 Dec 2005 19:21:24 -0000	1.1170
@@ -1,3 +1,14 @@
+2005-12-16  Carl Worth  <cworth at cworth.org>
+
+	* src/cairoint.h: Don't export cairo_image_surface_set_clip_region.
+	
+	* src/cairo-image-surface.c: (_cairo_image_surface_finish),
+	(_cairo_image_surface_set_clip_region),
+	(_cairo_image_surface_get_extents): Eliminate some unnecessary
+	_cairo_image_abstract_surface variations of backend function.
+	
+	* src/cairo-font-subset.c: Remove errant include of cairo-pdf.h.
+
 2005-12-16  Christian Biesinger  <cbiesinger at web.de>
 
 	reviewed by: cworth



More information about the cairo-commit mailing list