From 5d4b6f229fa20968c136efd9481bfda5652ed6fd Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 10 Sep 2012 21:01:26 +0000 Subject: [PATCH] revisions file update --- build/shared/revisions.txt | 49 ++++++++++++++++++++++++++++++++++++++ core/todo.txt | 3 ++- todo.txt | 10 ++++---- 3 files changed, 56 insertions(+), 6 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 3438c5b5e..cffb34df2 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,3 +1,52 @@ +PROCESSING 2.0b3 (REV 0211) - 10 September 2012 + +Shaking out the beta bugs. + +[ major fixes ] + ++ registerMethod("keyEvent", ...) not calling key event methods. + http://code.google.com/p/processing/issues/detail?id=1225 + ++ "Processing is damaged and should be put in the trash" with 2.0b2. + Apple's asinine code signing strikes back! + http://code.google.com/p/processing/issues/detail?id=1226 + ++ Restore deprecated versions of getFont() and getImage() to address + library compatibility issues. The similar getBitmap() and getTypeface() + methods on Android will not be restored. + http://code.google.com/p/processing/issues/detail?id=1223 + +[ minor fixes ] + ++ Changing the default display in Preferences does not reset editor + location, so it appears to have no effect. + http://code.google.com/p/processing/issues/detail?id=1162 + ++ Remove bad cast in PGL during error reporting. + ++ Make Mode menu into a radio button, so it cannot be de-selected + http://code.google.com/p/processing/issues/detail?id=1227 + +[ changes and additions ] + ++ Show error message when using createGraphics() with P2D, P3D, or OPENGL + and the main drawing surface is not an OpenGL renderer. + http://code.google.com/p/processing/issues/detail?id=1217 + ++ Make file selectable from the OS X menu bar. Thanks to Hansi for the + patch. Note that this only works for sketches that have been saved. + http://code.google.com/p/processing/issues/detail?id=1215 + ++ Added registerMethod(keyEvent) to Android, though motion and mouse + events are still unavailable. + ++ Cleaning up the internals of Preferences and untitled sketches. + Fingers crossed that these don't give us last-minute regressions. + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + PROCESSING 2.0b2 (REV 0210) - 7 September 2012 One major fix for libraries that use key events, and a number of minor diff --git a/core/todo.txt b/core/todo.txt index 65e792404..4d8dfdee2 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -7,6 +7,8 @@ X restore deprecated versions of getFont() and getImage() X Android getBitmap() and getTypeface() will not be restored X http://code.google.com/p/processing/issues/detail?id=1223 X hide getImage() from PApplet (unintentionally hidden before) +A beginDraw on an OpenGL PGraphics is throwing an exception +A http://code.google.com/p/processing/issues/detail?id=1217 _ remove subsetting stuff from PFont? @@ -14,7 +16,6 @@ _ or use hint(ENABLE_FONT_SUBSETTING)? hint(OPENGL_ERRORS) should be the opposite to enable the reporting, no? - _ fillMode(NONZERO) and fillMode(ODD) to replace sold(boolean)? keeping these public for now diff --git a/todo.txt b/todo.txt index 7905c7b3a..dd4ca316b 100644 --- a/todo.txt +++ b/todo.txt @@ -8,14 +8,14 @@ X http://code.google.com/p/processing/issues/detail?id=1225 o running at size(7000, 4000) followed by size(100, 100) X http://code.google.com/p/processing/issues/detail?id=1213 X won't fix, too hairy and messy - -_ changing the default display does not reset editor location -_ so the change appears to have no effect -_ http://code.google.com/p/processing/issues/detail?id=1162 +X clean up handling of untitled sketches +X was formerly a bare variable in Editor, but affected Sketch +X changing the default display does not reset editor location +X so the change appears to have no effect +X http://code.google.com/p/processing/issues/detail?id=1162 X cleaning up preferences a bit X to use Base, not Editor X to apply to all open editors, not just the first - _ "Processing is damaged and should be put in the trash" for 2.0b2 _ http://code.google.com/p/processing/issues/detail?id=1226