starting rev 0164

This commit is contained in:
benfry
2008-11-30 00:37:17 +00:00
parent b5ff085455
commit 600d913aef
5 changed files with 41 additions and 33 deletions

View File

@@ -41,8 +41,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int REVISION = 163;
static String VERSION_NAME = "0163";
static final int REVISION = 164;
static String VERSION_NAME = "0165";
static HashMap<Integer, String> platformNames = new HashMap();
static {
@@ -1232,8 +1232,8 @@ public class Base {
return "other";
}
}
/**
* Map a platform constant to its name.
* @param which PConstants.WINDOWS, PConstants.MACOSX, PConstants.LINUX
@@ -1249,10 +1249,10 @@ public class Base {
return (entry == null) ? -1 : entry.intValue();
}
// These were changed to no longer rely on PApplet and PConstants because
// of conflicts that could happen with older versions of core.jar, where
// the MACOSX constant would instead read as the LINUX constant.
// the MACOSX constant would instead read as the LINUX constant.
/**

View File

@@ -1,3 +1,10 @@
0163 core (1.0.1)
X do not parse split() with regexp
X http://dev.processing.org/bugs/show_bug.cgi?id=1060
X ArrayIndexOutOfBoundsException in ellipseImpl() with 1.0
X http://dev.processing.org/bugs/show_bug.cgi?id=1068
0162 core (1.0)
X no additional changes for 1.0

View File

@@ -1,8 +1,5 @@
0163 core
X do not parse split() with regexp
X http://dev.processing.org/bugs/show_bug.cgi?id=1060
X ArrayIndexOutOfBoundsException in ellipseImpl() with 1.0
X http://dev.processing.org/bugs/show_bug.cgi?id=1068
0164 core
_ focus not coming through, ESC no longer working

View File

@@ -1,3 +1,27 @@
0163 pde (1.0.1)
X ArrayIndexOutOfBoundsException with File > New (Processing 1.0)
X maybe a /tmp permissions problem?
X are we not checking errors properly on this route?
X http://dev.processing.org/bugs/show_bug.cgi?id=1067
X need to look into why this didn't give a better error message
X "[JavaAppLauncher Error] CallStaticVoidMethod() threw an exception"
X on startup with OS X
X http://dev.processing.org/bugs/show_bug.cgi?id=1063
X http://dev.processing.org/bugs/show_bug.cgi?id=1078
X Fix some "An error occurred while starting the application" problems
X due to the weird sketch folder naming issue
X implement multi-line tab via tab key (also outdent)
o add preference for indent size
X the bracket isn't working on osx because of an apple menu bug
X http://dev.processing.org/bugs/show_bug.cgi?id=1075
X "editor.indent" setting does not work properly
X http://dev.processing.org/bugs/show_bug.cgi?id=1073
X "space-import-space-quote-semicolon" Causes Error in String or Comment
X http://dev.processing.org/bugs/show_bug.cgi?id=1064
X the changes page doesn't have a toc entry for the 1.0 release notes
X add minim to the changes page
0162 pde (1.0)
X update revisions.html
X write revisions.txt

View File

@@ -1,25 +1,5 @@
0163 pde
X ArrayIndexOutOfBoundsException with File > New (Processing 1.0)
X maybe a /tmp permissions problem?
X are we not checking errors properly on this route?
X http://dev.processing.org/bugs/show_bug.cgi?id=1067
X need to look into why this didn't give a better error message
X "[JavaAppLauncher Error] CallStaticVoidMethod() threw an exception"
X on startup with OS X
X http://dev.processing.org/bugs/show_bug.cgi?id=1063
X http://dev.processing.org/bugs/show_bug.cgi?id=1078
X Fix some "An error occurred while starting the application" problems
X due to the weird sketch folder naming issue
X implement multi-line tab via tab key (also outdent)
o add preference for indent size
X the bracket isn't working on osx because of an apple menu bug
X http://dev.processing.org/bugs/show_bug.cgi?id=1075
X "editor.indent" setting does not work properly
X http://dev.processing.org/bugs/show_bug.cgi?id=1073
X "space-import-space-quote-semicolon" Causes Error in String or Comment
X http://dev.processing.org/bugs/show_bug.cgi?id=1064
X the changes page doesn't have a toc entry for the 1.0 release notes
X add minim to the changes page
0164 pde
_ proper libraries warning dialog
_ check if libraries folder does not exist