From 5e4a6abce74696894877b9384731dcc562af14df Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 24 Nov 2008 21:22:44 +0000 Subject: [PATCH] finalizing release 0161 --- build/shared/revisions.txt | 32 +++++++++++++++++++++++++++++++- core/todo.txt | 3 ++- todo.txt | 12 +++++++----- 3 files changed, 40 insertions(+), 7 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 543075336..fe2a845d5 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -7,7 +7,37 @@ releases will be super crusty. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . -ABOUT REV 0161 - 23 November 2008 +PROCESSING 1.0 (REV 0162) - 24 November 2008 + +Coming soon... + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + +ABOUT REV 0161 - 24 November 2008 + +Fourth pre-release for 1.0, with two code changes and the final disk +image for OS X, but still missing the final documentation. + +[ bug fixes ] + ++ Ignore dot files (.DS_Store), dot folders (.svn) with Export and + Save As. These were causing trouble, especially with SVN. + http://dev.processing.org/bugs/show_bug.cgi?id=761 + ++ Present mode on OS X causing strange flicker/jump while window opens. + http://dev.processing.org/bugs/show_bug.cgi?id=1051 + +[ changes ] + ++ Final disk image artwork and new distribution setup for 1.0. + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + +ABOUT REV 0160 - 24 November 2008 Third pre-release for 1.0, this is hopefully the last of the code changes, though some distribution and documentation issues need diff --git a/core/todo.txt b/core/todo.txt index b50dd3425..cd2038bea 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,7 +1,8 @@ 0161 core X present on macosx causing strange flicker/jump while window opens X using validate() for present mode, pack() otherwise -_ http://dev.processing.org/bugs/show_bug.cgi?id=1051 +X http://dev.processing.org/bugs/show_bug.cgi?id=1051 + [ known problems ] diff --git a/todo.txt b/todo.txt index 9004bbeb8..c1ae1d05e 100644 --- a/todo.txt +++ b/todo.txt @@ -2,6 +2,11 @@ X run javadoc, and upload to server X set background for disk image on macosx X fix dist scripts so that the name "1.0" can be used +X Ignore dot files (.DS_Store), dot folders (.svn) while copying +X on mac, window opens to prevent quit on close +X but the window is not properly set as untitled +X http://dev.processing.org/bugs/show_bug.cgi?id=700 +X doesn't need to be fixed because of new setup for closing _ write revisions.txt @@ -612,9 +617,6 @@ _ [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 -_ on mac, window opens to prevent quit on close -_ but the window is not properly set as untitled -_ http://dev.processing.org/bugs/show_bug.cgi?id=700 _ strange NullPointerException problem prevents launch _ some kind of NPE in handleOpenInternal and friends _ appears to be a synchronization problem with the loading @@ -736,6 +738,8 @@ _ http://dev.processing.org/bugs/show_bug.cgi?id=59 PDE / Export +_ failed export still copies random files +_ http://dev.processing.org/bugs/show_bug.cgi?id=1050 _ when exporting to application (or applet) don't copy .java files from folder _ (they'll be copied as source files later) _ make .java files and friends go to correct locations on export (app) @@ -759,8 +763,6 @@ _ exporting application copies .java files _ .java files are copied to the root folder as well as the source folder _ javadoc comment in a static mode app doesn't get moved to the top _ http://dev.processing.org/bugs/show_bug.cgi?id=924 -_ don't copy hidden files (.svn especially) on export/save as -_ http://dev.processing.org/bugs/show_bug.cgi?id=761 PDE / Find & Replace