[cairo-commit] cairo ChangeLog, 1.787, 1.788 NEWS, 1.18, 1.19 ROADMAP, 1.27, 1.28

Carl Worth commit at pdx.freedesktop.org
Thu Jul 28 10:51:39 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog NEWS ROADMAP 
Log Message:

        * ROADMAP: Note that consistent error handling is done now.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.787
retrieving revision 1.788
diff -u -d -r1.787 -r1.788
--- ChangeLog	28 Jul 2005 17:47:40 -0000	1.787
+++ ChangeLog	28 Jul 2005 17:51:37 -0000	1.788
@@ -1,5 +1,9 @@
 2005-07-28  Carl Worth  <cworth at cworth.org>
 
+	* ROADMAP: Note that consistent error handling is done now.
+
+2005-07-28  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo-image-surface.c: (cairo_image_surface_get_width),
 	(cairo_image_surface_get_height): Fix to call _cairo_error and
 	return 0 on surface-type mismatch.

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo/NEWS,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- NEWS	18 Jul 2005 15:31:24 -0000	1.18
+++ NEWS	28 Jul 2005 17:51:37 -0000	1.19
@@ -1,3 +1,9 @@
+Snapshot 0.6.0 (2005-07-28 Carl Worth <cworth at cworth.org>)
+==========================================================
+API changes
+-----------
+
+
 Snapshot 0.5.2 (2005-07-18 Carl Worth <cworth at cworth.org>)
 ==========================================================
 API changes

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- ROADMAP	27 Jul 2005 20:28:15 -0000	1.27
+++ ROADMAP	28 Jul 2005 17:51:37 -0000	1.28
@@ -5,12 +5,9 @@
 
 API changes
 -----------
-  A9. consistent error handling for all objects
+✓ A9. consistent error handling for all objects
 	Difficulty: Easy to implement to get the API right. Hard to test.
-	Status: Done for cairo_t, cairo_path_t, and cairo_pattern_t.
-	        Still need to do cairo_font_face_t,
-		cairo_scaled_font_t, and cairo_surface_t. Carl has
-		signed up for this one.
+	Status: Done.
 
 ✓ A10. cairo_font_options_t
 	Difficulty: Moderate




More information about the cairo-commit mailing list