From 8f18c8ace7216868fc32aae4bb7ff65760b4f3d9 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 16 Jun 2008 12:07:18 +0000 Subject: [PATCH] release notes for 0142 --- app/src/processing/app/tools/CreateFont.java | 1 + build/shared/revisions.txt | 45 ++++++++++++++++++++ core/todo.txt | 3 -- todo.txt | 7 +-- 4 files changed, 50 insertions(+), 6 deletions(-) diff --git a/app/src/processing/app/tools/CreateFont.java b/app/src/processing/app/tools/CreateFont.java index e8ef10d4a..89e110a5f 100644 --- a/app/src/processing/app/tools/CreateFont.java +++ b/app/src/processing/app/tools/CreateFont.java @@ -105,6 +105,7 @@ public class CreateFont extends JFrame { GraphicsEnvironment.getLocalGraphicsEnvironment(); Font fonts[] = ge.getAllFonts(); + String flist[] = new String[fonts.length]; table = new Hashtable(); diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 823603662..d52f571b6 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -7,6 +7,51 @@ releases will be super crusty. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . +ABOUT REV 0142 - 16 June 2008 + +A couple minor changes from 0141, though they have a big impact on +reducing the "cannot parse error message" text from the compiler. +Please read the "about" notes from 0136 through 0141 before using +this release. + +[ fixes/changes ] + ++ Fixed "cannot parse error text" for many, many situations. + http://dev.processing.org/bugs/show_bug.cgi?id=820 + ++ Fixed a problem with errors that are at the end of the code. + For instance, a missing } put the error /after/ the code, + which itself produced another error. + ++ Web colors with more or less than 6 chars produced bizarre error. + http://dev.processing.org/bugs/show_bug.cgi?id=196 + ++ Update iText in PDF library to 2.1.2u, in a failed attempt to fix + http://dev.processing.org/bugs/show_bug.cgi?id=727 + ++ loadStrings(".") no longer lists directory contents. + http://dev.processing.org/bugs/show_bug.cgi?id=716 + +[ not yet fixed ] + ++ "Target VM failed to initialize: VM initialization failed" on run + This happens because Java is not properly getting the machine's + internet address. Workaround is to shut off networking: + http://dev.processing.org/bugs/show_bug.cgi?id=796 + ++ Slow response on file/sketchbook/examples menus on OS X 10.5. + There appears to be an Apple bug in Java 1.5 and 1.6 on + Mac OS X 10.5 (but not 10.4) causing these menus to be extremely + slow. Workarounds described in the bug report: + http://dev.processing.org/bugs/show_bug.cgi?id=786 + ++ Sometimes, nothing happens when you hit Run (no error displayed) + http://dev.processing.org/bugs/show_bug.cgi?id=775 + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + ABOUT REV 0141 - 11 June 2008 This release fixes some issues found in the previous release, diff --git a/core/todo.txt b/core/todo.txt index 6182c38aa..d2eabdf5f 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -30,9 +30,6 @@ _ exit() will actually leave the application _ this may in fact only be internal _ maybe this is stop()? -_ Add support style attribute for path tag to Candy SVG (ricard) -_ http://dev.processing.org/bugs/show_bug.cgi?id=771 - _ should we do joins when alpha is turned off? _ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=OpenGL;action=display;num=1210007450 diff --git a/todo.txt b/todo.txt index 67c436316..5ca375757 100644 --- a/todo.txt +++ b/todo.txt @@ -4,12 +4,13 @@ X also found that errors were continuing to process after the first X http://dev.processing.org/bugs/show_bug.cgi?id=820 X web colors < 6 chars produce bizarre error: X http://dev.processing.org/bugs/show_bug.cgi?id=196 -X fix a problem with errors that are at the end of the code +X fix a problem with errors that are at the end of the code -_ [LaunchRunner Error] processing.app.Base.main(String[]) threw an exception -_ http://dev.processing.org/bugs/show_bug.cgi?id=821 +_ try LSMinimumSystemVersion in Info.plist new/open/close/save +_ [LaunchRunner Error] processing.app.Base.main(String[]) threw an exception +_ http://dev.processing.org/bugs/show_bug.cgi?id=821 _ file-save stops running sketch _ http://dev.processing.org/bugs/show_bug.cgi?id=810 _ don't copy hidden files (.svn especially) on export/save as