From 2a70f418850f7083e0b6b9693d82b088cf53794c Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 10 May 2005 03:04:55 +0000 Subject: [PATCH] starting rev 91 --- app/Base.java | 4 ++-- core/done.txt | 5 +++++ core/todo.txt | 5 +---- done.txt | 10 ++++++++++ todo.txt | 9 +-------- 5 files changed, 19 insertions(+), 14 deletions(-) diff --git a/app/Base.java b/app/Base.java index ea9ef3410..6d193c591 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 = 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, diff --git a/core/done.txt b/core/done.txt index 0753a73f0..14b38448d 100644 --- a/core/done.txt +++ b/core/done.txt @@ -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 diff --git a/core/todo.txt b/core/todo.txt index 72f943b61..0e0ff57bf 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,7 +1,4 @@ -0090 core -X added arraycopy() function that calls System.arraycopy() -X also the useful shortcut fxn - +0091 core //////////////////////////////////////////////////////////////////// diff --git a/done.txt b/done.txt index f7a08d63f..69cb30ad5 100644 --- a/done.txt +++ b/done.txt @@ -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 diff --git a/todo.txt b/todo.txt index 96565d18d..6e25a1a6b 100644 --- a/todo.txt +++ b/todo.txt @@ -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 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .