[cairo-commit] cairo ChangeLog,1.465,1.466 TODO,1.39,1.40

Carl Worth commit at pdx.freedesktop.org
Fri Apr 1 18:00:03 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog TODO 
Log Message:

        * TODO: Update API shakeup chart.

        * src/cairo.h:
        * src/cairo.c: (cairo_set_target_image_no_data): Add a standin for
        the function that should be cairo_set_target_image which should
        then have some other name. We can straighten that mess out when we
        eliminate the set_target functions. Add deprecation alias for
        cairo_current_pattern.

        * src/cairoint.h:
        * src/cairo-image-surface.c:
        * src/cairo-surface.c: Deprecate cairo_surface_create_for_image in
        favor of cairo_image_surface_create_for_data.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.465
retrieving revision 1.466
diff -u -d -r1.465 -r1.466
--- ChangeLog	31 Mar 2005 21:25:44 -0000	1.465
+++ ChangeLog	2 Apr 2005 02:00:00 -0000	1.466
@@ -1,3 +1,19 @@
+2005-04-01  Carl Worth  <cworth at cworth.org>
+
+	* TODO: Update API shakeup chart.
+
+	* src/cairo.h:
+	* src/cairo.c: (cairo_set_target_image_no_data): Add a standin for
+	the function that should be cairo_set_target_image which should
+	then have some other name. We can straighten that mess out when we
+	eliminate the set_target functions. Add deprecation alias for
+	cairo_current_pattern.
+
+	* src/cairoint.h:
+	* src/cairo-image-surface.c:
+	* src/cairo-surface.c: Deprecate cairo_surface_create_for_image in
+	favor of cairo_image_surface_create_for_data.
+
 2005-03-31  Kristian Høgsberg  <krh at redhat.com>
 
 	* src/cairo.c (cairo_set_target_png): Remove this function now

Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- TODO	28 Mar 2005 22:06:40 -0000	1.39
+++ TODO	2 Apr 2005 02:00:00 -0000	1.40
@@ -15,11 +15,11 @@
 PDR C	cairo_surface_finish, cairo_surface_flush
 PD  C	Abbreviation hunt: cairo_init_clip and cairo_concat_matrix
 -----	Renaming the terms of the rendering equation
-	Making set_source consistent
+PD	default matrix
 	cairo_paint
 	cairo_begin_group, cairo_end_group, cairo_get_group
-	cairo_stroke_path -> cairo_stroke_to_path
-	default matrix
+	Making set_source consistent
+-----	cairo_stroke_path -> cairo_stroke_to_path
 	cairo_current_matrix
 	cairo_mask
 	cairo_create and eliminating cairo_set_target_surface




More information about the cairo-commit mailing list