diff --git a/processing/build/shared/revisions.txt b/processing/build/shared/revisions.txt index 1ceabf949..6827fe3b3 100644 --- a/processing/build/shared/revisions.txt +++ b/processing/build/shared/revisions.txt @@ -1,3 +1,16 @@ +ABOUT REV 0045 - 20 october 2002 + +[ internal release only ] + +- major tweak to fix lots of the random freezing and crashing that + occurred when hitting the 'run' button. + +- changes to sketch menu: no more CVS and .cvsignore entries and + sketches are only added if they have the correct structure + +- shape mode TWO_CORNERS is now called CORNERS + + ABOUT REV 0044 - 2 september 2002 [ features ] diff --git a/processing/done.txt b/processing/done.txt index 7508a126c..a41797754 100644 --- a/processing/done.txt +++ b/processing/done.txt @@ -1,3 +1,12 @@ +0045 (non-release) +X no more CVS and .cvsignore entries in sketchbook menu +X only put things in the menu if in proper structure +X TWO_CORNERS -> CORNERS +X major: fix error message stream mid-compile +X ClassCastException on startup (or not found?) +X added naming question from faq to the readme.txt + + 0044 X added optimized flat circle (not ellipse) function X then removed it again because it's not quite finished diff --git a/processing/todo.txt b/processing/todo.txt index fe9c54e2b..6159c4367 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -1,10 +1,5 @@ -0045 (non-release) -X no more CVS and .cvsignore entries in sketchbook menu -X only put things in the menu if in proper structure -X TWO_CORNERS -> CORNERS -X major: fix error message stream mid-compile -X ClassCastException on startup (or not found?) -X added naming question from faq to the readme.txt +0046 + bagel _ images don't load during setup()