From 4c37790a22a029332d182dc21bff4a72a976bbf8 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 10 Jun 2005 13:23:24 +0000 Subject: [PATCH] Add 'consistent error handling' to 1.0 roadmap. (This isn't new, we just forgot to list it here before). Big cleanup to remove finished items. Also, split the file up to separate TODO items that affect the API from items that do not. --- ChangeLog | 3 +++ ROADMAP | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 27832953c..6c0e70fe9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-06-10 Carl Worth + * 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. diff --git a/ROADMAP b/ROADMAP index 4a47c4964..6bbfdfd3e 100644 --- a/ROADMAP +++ b/ROADMAP @@ -69,6 +69,10 @@ API Issues (more detail in TODO file) 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