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