From 7770facf315f09fe84be686c149e80d2cf6a1fa4 Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 16 Jul 2010 11:22:22 +0000 Subject: [PATCH] starting revision 0190 --- android/done.txt | 4 ++++ android/todo.txt | 2 +- app/src/processing/app/Base.java | 4 ++-- core/done.txt | 4 ++++ core/todo.txt | 2 +- done.txt | 5 +++++ todo.txt | 7 ++++--- 7 files changed, 21 insertions(+), 7 deletions(-) diff --git a/android/done.txt b/android/done.txt index 9e7caa578..454ccf599 100644 --- a/android/done.txt +++ b/android/done.txt @@ -1,3 +1,7 @@ +0189 android (1.2.1) +X no changes + + 0188 android (1.2) X no changes (and android features hidden) diff --git a/android/todo.txt b/android/todo.txt index 917604ed0..d592d6740 100644 --- a/android/todo.txt +++ b/android/todo.txt @@ -1,4 +1,4 @@ -0189 android +0190 android _ fix mouseX/Y mapping when using smaller screen sizes diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 4464ea00f..a090e2ad5 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -41,9 +41,9 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int REVISION = 189; + static final int REVISION = 190; /** This might be replaced by main() if there's a lib/version.txt file. */ - static public String VERSION_NAME = "0189"; + static public String VERSION_NAME = "0190"; /** Set true if this a proper release rather than a numbered revision. */ static public boolean RELEASE = false; diff --git a/core/done.txt b/core/done.txt index 97405bf23..8c5fff0b1 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,7 @@ +0189 core (1.2.1) +X no changes, just the preproc issue + + 0188 core (1.2) X no changes, just the version number diff --git a/core/todo.txt b/core/todo.txt index 3640c08db..70f5f675a 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,4 @@ -0189 core +0190 core LIBRARIES / XML diff --git a/done.txt b/done.txt index 0355f0494..03d186e93 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,8 @@ +0189 pde (1.2.1) +X error with variable declarations +X http://code.google.com/p/processing/issues/detail?id=315 + + 0188 pde (1.2) X no changes, just the version number X update the about screens (about.jpg and about.bmp) diff --git a/todo.txt b/todo.txt index 2a301d62c..43c963b60 100644 --- a/todo.txt +++ b/todo.txt @@ -1,8 +1,9 @@ -0189 pde -X error with variable declarations -X http://code.google.com/p/processing/issues/detail?id=315 +0190 +_ disappearing horizontal scroll bar +_ http://code.google.com/p/processing/issues/detail?id=316 + _ launch4j problem _ no crash when double-clicking a sketch and loading it _ http://code.google.com/p/processing/issues/detail?id=231