[cairo-commit] cairo ChangeLog,1.640,1.641 ROADMAP,1.6,1.7
Carl Worth
commit at pdx.freedesktop.org
Fri Jun 10 13:23:26 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv521
Modified Files:
ChangeLog ROADMAP
Log Message:
* ROADMAP: Add 'consistent error handling' to 1.0 roadmap. (This
isn't new, we just forgot to list it here before).
* TODO: Big cleanup to remove finished items. Also, split the file
up to separate TODO items that affect the API from items that do
not.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.640
retrieving revision 1.641
diff -u -d -r1.640 -r1.641
--- ChangeLog 10 Jun 2005 20:19:45 -0000 1.640
+++ ChangeLog 10 Jun 2005 20:23:24 -0000 1.641
@@ -1,5 +1,8 @@
2005-06-10 Carl Worth <cworth at cworth.org>
+ * ROADMAP: Add 'consistent error handling' to 1.0 roadmap. (This
+ isn't new, we just forgot to list it here before).
+
* TODO: Big cleanup to remove finished items. Also, split the file
up to separate TODO items that affect the API from items that do
not.
Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ROADMAP 6 May 2005 20:42:45 -0000 1.6
+++ ROADMAP 10 Jun 2005 20:23:24 -0000 1.7
@@ -69,6 +69,10 @@
of them.
Status: not started, there is a rough plan in TODO
+ 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.
+
Performance work
----------------
âP1. Make pixel-aligned rectangle compositing fast
More information about the cairo-commit
mailing list