From 560fd1371acf3a8d68fbd17bdeeb5d25496cff66 Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 18 Oct 2007 14:03:10 +0000 Subject: [PATCH] starting release 0130 --- app/src/processing/app/Base.java | 4 ++-- core/done.txt | 6 ++++++ core/todo.txt | 4 +--- done.txt | 4 ++++ todo.txt | 5 +++-- 5 files changed, 16 insertions(+), 7 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 7009e9483..6b9375aaf 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -44,8 +44,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int VERSION = 129; - static final String VERSION_NAME = "0129 Beta"; + static final int VERSION = 130; + static final String VERSION_NAME = "0130 Beta"; // set to true after the first time it's built. // so that the errors while building don't show up again. diff --git a/core/done.txt b/core/done.txt index 347ebe8c5..2a15b701c 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,9 @@ +0129 core +X width and height not always set properly +X http://dev.processing.org/bugs/show_bug.cgi?id=642 +X bring back background() with alpha + + 0128 core X remove PFont reflection stuff X remove cursor reflection stuff diff --git a/core/todo.txt b/core/todo.txt index 8a4332519..5cb2127f5 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,6 +1,4 @@ -0129 core -X width and height not always set properly -X http://dev.processing.org/bugs/show_bug.cgi?id=642 +0130 core add to reference diff --git a/done.txt b/done.txt index aa02a44e9..d2c7d9090 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,7 @@ +0129 pde +X fixed up the reference for color commands, updated version + + 0128 pde X fix macosx dist script to not require root password X was just a matter of not using sudo to write the image diff --git a/todo.txt b/todo.txt index f034dca0a..20599156d 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,6 @@ -0129 pde -X fixed up the reference for color commands, updated version +0130 pde +_ call handleClose() when closing sketch window +_ otherwise it's leaving lots of windows around _ auto-delete of sketches might be dangerous