[cairo-commit] cairo ChangeLog,1.655,1.656 TODO,1.53,1.54

Carl Worth commit at pdx.freedesktop.org
Wed Jun 15 10:54:02 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog TODO 
Log Message:

        * TODO: Add cairo_finish to TODO list. Note that
        cairo_satus_string has now been removed.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.655
retrieving revision 1.656
diff -u -d -r1.655 -r1.656
--- ChangeLog	15 Jun 2005 17:52:01 -0000	1.655
+++ ChangeLog	15 Jun 2005 17:54:00 -0000	1.656
@@ -1,5 +1,10 @@
 2005-06-15  Carl Worth  <cworth at cworth.org>
 
+	* TODO: Add cairo_finish to TODO list. Note that
+	cairo_satus_string has now been removed.
+
+2005-06-15  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo.h:
 	* src/cairo.c: Remove cairo_status_string function which can now
 	be replaced by:

Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- TODO	10 Jun 2005 20:19:45 -0000	1.53
+++ TODO	15 Jun 2005 17:54:00 -0000	1.54
@@ -18,6 +18,7 @@
 	Add cairo_arc_to.
 	Add support for custom caps (see below for details)
 	Add support for getting at image data from image surface
+	Add cairo_finish
 
 Backwards incompatible (API deletions or changes)
 -------------------------------------------------
@@ -25,7 +26,7 @@
 PDR C	A hidden offset for the xlib backend
 P	Consistent error handling for all objects
 	Split cairo_format_t (see below for details)
-	Remove cairo_status_string in favor of cairo_status_to_string ?
+P---C	Remove cairo_status_string in favor of cairo_status_to_string
 
 Details on some of the above changes
 ------------------------------------




More information about the cairo-commit mailing list