more tweaks to todo/revisions

This commit is contained in:
benfry
2008-10-13 18:22:17 +00:00
parent 26b8cd80a7
commit 35f97fa498
2 changed files with 7 additions and 4 deletions

View File

@@ -104,6 +104,11 @@ Also many, many updates to the examples and reference in this release.
so that ^ and $ match the beginning and end of any lines found in the
source, and the . operator will also pick up newline characters.
+ The arraycopy() method is now arrayCopy(), for better consistency with
the rest of the API (think framerate vs. frameRate). Because books have
been printed with the lowercase version, we're keeping both, but in
Java parlance, we've deprecated the lowercase version.
+ Removed MACOS9 constant from processing.core.PConstants. Bye bye 2001.
+ Deprecated the NORMALIZED constant, use NORMAL instead.

View File

@@ -172,10 +172,6 @@ o imageDetail(), textDetail(), etc?
o decisions on image smoothing vs. text smoothing vs. all
_ random AIOOBE with P3D and points
_ http://dev.processing.org/bugs/show_bug.cgi?id=937
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
@@ -529,6 +525,8 @@ _ http://dev.processing.org/bugs/show_bug.cgi?id=104
CORE / PGraphics3D
_ random AIOOBE with P3D and points
_ http://dev.processing.org/bugs/show_bug.cgi?id=937
_ ortho() behaving differently in P3D vs OPENGL
_ http://dev.processing.org/bugs/show_bug.cgi?id=100
_ shows a blank canvas