[cairo-commit] cairo ChangeLog, 1.660, 1.661 ROADMAP, 1.7, 1.8 TODO, 1.54, 1.55

Carl Worth commit at pdx.freedesktop.org
Wed Jun 15 16:52:13 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog ROADMAP TODO 
Log Message:

        * TODO: Add CAIRO_STATUS_DESTROYED to TODO list.

        * ROADMAP: Note progress on consistent error handling.

        * src/cairo-surface.c: Fix typo in documentation comment for
        _cairo_surface_get_current_clip_serial.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.660
retrieving revision 1.661
diff -u -d -r1.660 -r1.661
--- ChangeLog	15 Jun 2005 23:04:19 -0000	1.660
+++ ChangeLog	15 Jun 2005 23:52:11 -0000	1.661
@@ -1,3 +1,12 @@
+2005-06-15  Carl Worth  <cworth at cworth.org>
+
+	* TODO: Add CAIRO_STATUS_DESTROYED to TODO list.
+	
+	* ROADMAP: Note progress on consistent error handling.
+	
+	* src/cairo-surface.c: Fix typo in documentation comment for
+	_cairo_surface_get_current_clip_serial.
+
 2005-06-15  Owen Taylor  <otaylor at redhat.com>
 
 	* doc/public/Makefile.am (MKTMPL_OPTIONS): Remove --only-section-tmpl;

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ROADMAP	10 Jun 2005 20:23:24 -0000	1.7
+++ ROADMAP	15 Jun 2005 23:52:11 -0000	1.8
@@ -71,7 +71,9 @@
 
  A9. consistent error handling for all objects
 	Difficulty: Easy to implement to get the API right. Hard to test.
-	Status: otaylor and cworth have both contributed patches. Almost done.
+	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.
 
 Performance work
 ----------------

Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- TODO	15 Jun 2005 17:54:00 -0000	1.54
+++ TODO	15 Jun 2005 23:52:11 -0000	1.55
@@ -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_STATUS_DESTROYED
 	Add cairo_finish
 
 Backwards incompatible (API deletions or changes)




More information about the cairo-commit mailing list