From 2fe4ea87e4a120bc8ed4c67d265076ca509ca323 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 16 Jan 2006 02:41:53 +0000 Subject: [PATCH] starting rev 103 --- app/Base.java | 4 ++-- core/done.txt | 4 ++++ core/todo.txt | 4 ++-- done.txt | 10 ++++++++++ todo.txt | 9 +-------- 5 files changed, 19 insertions(+), 12 deletions(-) diff --git a/app/Base.java b/app/Base.java index 219a5a7be..dfa9f9736 100644 --- a/app/Base.java +++ b/app/Base.java @@ -50,8 +50,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int VERSION = 102; - static final String VERSION_NAME = "0102 Beta"; + static final int VERSION = 103; + static final String VERSION_NAME = "0103 Beta"; /** * Path of filename opened on the command line, diff --git a/core/done.txt b/core/done.txt index 502c84bf1..8b9755201 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,7 @@ +0102 core +X no changes, windows-only release to deal with processing.exe + + 0101 core X add dispose() call to the shutdown part of PApplet diff --git a/core/todo.txt b/core/todo.txt index 19b147a7d..ac805fe66 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,5 +1,5 @@ -0102 core -X no changes, windows-only release to deal with processing.exe +0103 core + more pdf/recording stuff _ don't open a window the size of the pdf if in pdf mode diff --git a/done.txt b/done.txt index bb28e7ed5..88dac62b6 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,13 @@ +0102 pde +X p5's exe has trouble when PATH has quotes (or spaces?) +X detect bad classpath or path settings +X some sort of path/classpath tester/fixer app for windows +X that " norton" thing in the path makes things a mess +X http://dev.processing.org/bugs/show_bug.cgi?id=112 +X CLASSPATH figured out what to do with quotes, but not PATH +X quotes has issues on win2k vpc.. useful testbed + + 0101 pde X no changes, only dipose() method fix for pdf diff --git a/todo.txt b/todo.txt index 28a54ee2c..d238e8089 100644 --- a/todo.txt +++ b/todo.txt @@ -1,11 +1,4 @@ -0102 pde -X p5's exe has trouble when PATH has quotes (or spaces?) -X detect bad classpath or path settings -X some sort of path/classpath tester/fixer app for windows -X that " norton" thing in the path makes things a mess -X http://dev.processing.org/bugs/show_bug.cgi?id=112 -X CLASSPATH figured out what to do with quotes, but not PATH -X quotes has issues on win2k vpc.. useful testbed +0103 pde . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .