From d9802f6d954222d2f13fa45826088fab79928cc2 Mon Sep 17 00:00:00 2001 From: benfry Date: Sat, 5 Sep 2009 13:57:51 +0000 Subject: [PATCH] starting the next revision --- app/src/processing/app/Base.java | 4 ++-- core/done.txt | 7 +++++++ core/todo.txt | 7 ++----- done.txt | 8 ++++++++ todo.txt | 7 +------ 5 files changed, 20 insertions(+), 13 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index d2725e096..b30b2b152 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -40,8 +40,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int REVISION = 169; - static String VERSION_NAME = "0169"; + static final int REVISION = 170; + static String VERSION_NAME = "0170"; static HashMap platformNames = new HashMap(); static { diff --git a/core/done.txt b/core/done.txt index caf3ddeb2..c8c72e5d8 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,10 @@ +0169 core (1.0.7) +X remove major try/catch block from PApplet.main() +X hopefully will allow some exception stuff to come through properly +X PVector.angleDistance() returns NaN +X http://dev.processing.org/bugs/show_bug.cgi?id=1316 + + 0168 core (1.0.6) X getImage() setting the wrong image type X http://dev.processing.org/bugs/show_bug.cgi?id=1282 diff --git a/core/todo.txt b/core/todo.txt index 988df2d09..3760899c4 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,8 +1,5 @@ -0169 core -X remove major try/catch block from PApplet.main() -X hopefully will allow some exception stuff to come through properly -X PVector.angleDistance() returns NaN -X http://dev.processing.org/bugs/show_bug.cgi?id=1316 +0170 core + _ make the index lookup use numbers up to 256? diff --git a/done.txt b/done.txt index 62264b372..fab2db318 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,11 @@ +0169 pde (1.0.7) +X Erroneous line highlighting is off by one if there is no setup() routine +X http://dev.processing.org/bugs/show_bug.cgi?id=1263 +X Auto-format kills Unicode characters +X http://dev.processing.org/bugs/show_bug.cgi?id=1312 +X tweaks for Mac OS X Snow Leopard, to force it to run in 32-bit mode + + 0168 pde (1.0.6) X suggest declaring PDF's members protected X http://dev.processing.org/bugs/show_bug.cgi?id=1276 diff --git a/todo.txt b/todo.txt index 47250d472..8980ed4cd 100644 --- a/todo.txt +++ b/todo.txt @@ -1,9 +1,4 @@ -0169 pde -X Erroneous line highlighting is off by one if there is no setup() routine -X http://dev.processing.org/bugs/show_bug.cgi?id=1263 -X Auto-format kills Unicode characters -X http://dev.processing.org/bugs/show_bug.cgi?id=1312 -X tweaks for Mac OS X Snow Leopard, to force it to run in 32-bit mode +0170 pde _ System.getProperty("sun.arch.data.model").equals("32").