starting rev 103

This commit is contained in:
benfry
2006-01-16 02:41:53 +00:00
parent 062818062b
commit 2fe4ea87e4
5 changed files with 19 additions and 12 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .