starting rev 91

This commit is contained in:
benfry
2005-05-10 03:04:55 +00:00
parent 4892836b6d
commit 2a70f41885
5 changed files with 19 additions and 14 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 90;
static final String VERSION_NAME = "0090 Beta";
static final int VERSION = 91;
static final String VERSION_NAME = "0091 Beta";
/**
* Path of filename opened on the command line,
+5
View File
@@ -1,3 +1,8 @@
0090 core
X added arraycopy() function that calls System.arraycopy()
X also the useful shortcut fxn
0089 core
X no changes since 88
+1 -4
View File
@@ -1,7 +1,4 @@
0090 core
X added arraycopy() function that calls System.arraycopy()
X also the useful shortcut fxn
0091 core
////////////////////////////////////////////////////////////////////
+10
View File
@@ -1,3 +1,13 @@
0090 pde
X working on strange undo problems, use a new Document for each tab
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115665414;start=2
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115644611
X don't allow a file to be named .pde or .java
X patch from stendahl for the highlight inset ugliness
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Suggestions;action=display;num=1115597365;start=0
X fix up some sketch renaming bugs
0089 pde
X properly rolled the version number in Base
X fix nasty late-breaking undo bug
+1 -8
View File
@@ -1,11 +1,4 @@
0090 pde
X working on strange undo problems, use a new Document for each tab
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115665414;start=2
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115644611
X don't allow a file to be named .pde or .java
X patch from stendahl for the highlight inset ugliness
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Suggestions;action=display;num=1115597365;start=0
X fix up some sketch renaming bugs
0091 pde
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .