diff --git a/build/build.xml b/build/build.xml
index af8df134a..c0cf4734d 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -59,8 +59,8 @@
-
-
+
+
diff --git a/core/todo.txt b/core/todo.txt
index 602bc3f61..c93f6f7b2 100644
--- a/core/todo.txt
+++ b/core/todo.txt
@@ -22,6 +22,19 @@ X https://github.com/processing/processing/pull/4412
andres
X Change convention for directional lights in OpenGL-Binding for GLSL
X https://github.com/processing/processing/issues/4275
+X internal texture copy does not update immediately
+X https://github.com/processing/processing/issues/4404
+X Font corruption issue in OpenGL
+X https://github.com/processing/processing/issues/4392
+X setStroke() does not work with imported OBJ Pshapes
+X https://github.com/processing/processing/issues/4377
+
+contribs
+X blendMode() resetting with getGraphics()
+X https://github.com/processing/processing/issues/4019
+X https://github.com/processing/processing/pull/4341
+X https://github.com/processing/processing/issues/4376
+
_ textAlign(CENTER) and pixelDensity(2) aligning incorrectly with Java2D
_ https://github.com/processing/processing/issues/4020
diff --git a/todo.txt b/todo.txt
index 36a9bd4ad..489d8bc38 100644
--- a/todo.txt
+++ b/todo.txt
@@ -10,6 +10,9 @@ X https://github.com/processing/processing/pull/4325
X Fix non-ARM Linux deb build process
X https://github.com/processing/processing/issues/4308
X https://github.com/processing/processing/pull/4309
+_ processing-java output as UTF-8 makes Windows unhappy
+_ https://github.com/processing/processing/issues/1633
+_ includes possible fix for Windows
jakub
X Update app to Java 8
@@ -872,8 +875,6 @@ DIST / Windows
_ PDE and sketches are 2x smaller on high-res Windows 8 machines
_ https://github.com/processing/processing/issues/2411
-_ processing-java output as UTF-8 makes Windows unhappy
-_ https://github.com/processing/processing/issues/1633
_ does launching p5 from inside the .zip folder cause it to quit immediately?
_ how can we provide an error message here?
_ how to handle double-clicked files on windows?