diff --git a/android/todo.txt b/android/todo.txt
index 9e2e8cdc6..02cfdd64b 100644
--- a/android/todo.txt
+++ b/android/todo.txt
@@ -18,6 +18,9 @@ o http://code.google.com/p/processing/issues/detail?id=234
X values for pmouseX/Y aren't great
X Examples > Topics > Drawing > Continuous Lines shows gaps
X http://code.google.com/p/processing/issues/detail?id=238
+X debug information not coming through (Windows only?)
+X http://code.google.com/p/processing/issues/detail?id=1440
+X "no library found" with android.text.format (so android.* is a problem)
cleaning/earlier
A Defects in the tessellation of SVG shapes in A3D
@@ -270,6 +273,7 @@ _ images resized with default renderer on Android are pixelated
_ http://code.google.com/p/processing/issues/detail?id=552
_ implement tap detection and set correct click count for mouseClicked()
+_ mouseClicked is currently not fired at all (no direct match on Android)
_ http://code.google.com/p/processing/issues/detail?id=215
_ implement multiple pointers and multi-touch
_ http://code.google.com/p/processing/issues/detail?id=243
diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt
index 916f6f1dd..6eebcccc6 100644
--- a/build/shared/revisions.txt
+++ b/build/shared/revisions.txt
@@ -93,6 +93,11 @@ PROCESSING 2.0b7 (REV 0215) - 25 November 2012
[ bug fixes ]
++ Debug information wasn't being passed through to the console.
+ In addition, on Windows, error reporting wasn't working properly
+ (couldn't find the right line or report the error correctly).
+ http://code.google.com/p/processing/issues/detail?id=1440
+
+ mouseButton not being set properly in mouseClicked.
http://code.google.com/p/processing/issues/detail?id=1350
diff --git a/core/todo.txt b/core/todo.txt
index e39a23341..946ed360d 100644
--- a/core/todo.txt
+++ b/core/todo.txt
@@ -346,7 +346,7 @@ colorCalc() methods added to PShape.. should just be used from PGraphics
xml tweaks
_ beginning slash in getChild() threw an NPE
_ do we need a trim() method for XML?
-_ isWhitespace() method for nodes?
+_ isWhitespace() method for nodes? (that's the capitalization used in Character)
_ XML toString(0) means no indents or newlines
_ but no way to remove indents and still have newlines...
_ toString(-1)? a new method?
diff --git a/todo.txt b/todo.txt
index a28a96ae7..34c1109f3 100644
--- a/todo.txt
+++ b/todo.txt
@@ -62,6 +62,10 @@ earlier
X The sketch name can't begin with '_' (underscore)
X http://code.google.com/p/processing/issues/detail?id=859
+_ crashes in PdePreprocessor.scrubComments(PdePreprocessor.java:321)
+_ String t = "*/*";
+_ http://code.google.com/p/processing/issues/detail?id=1435
+
https://processing-js.lighthouseapp.com/
_ add to build.xml
@@ -925,6 +929,10 @@ _ fonts were showing up with very different fatness
_ check on new JDK and how it works on OS X
_ http://jdk7.java.net/macportpreview/
_ retina support
+_ also this?
+NSHighResolutionCapable
+true
+_ someone else:
Have you added an NSPrincipalClass to your Info.plist, and are using a JavaApplicationStub with 64-bit?
NSPrincipalClass
NSApplication