From d848239698d412ab76c8414a8d2a915d4eede45a Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 7 Jun 2009 23:09:21 +0000 Subject: [PATCH] wrapping up 1.0.5. --- build/shared/revisions.txt | 24 ++++++++++++++++++++++++ core/todo.txt | 1 + todo.txt | 5 +++-- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 567eaac83..c1ea94bb8 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,3 +1,27 @@ +PROCESSING 1.0.5 (REV 0167) - 7 June 2009 + +Bug fix release, mostly dealing with regressions from 1.0.4. + +[ bug fixes ] + ++ Make the tab key work again inside the editor + http://dev.processing.org/bugs/show_bug.cgi?id=1267 + ++ Deal with duplicate entries for sketchbook in the file menu + http://dev.processing.org/bugs/show_bug.cgi?id=1260 + +[ changes ] + ++ Support for smooth text in the PDE editor. Set editor.antialias=true + inside preferences.txt to enable smooth text. + http://dev.processing.org/bugs/show_bug.cgi?id=1266 + ++ Updated reference files. + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + PROCESSING 1.0.4 (REV 0166) - 31 May 2009 Bug fix release. diff --git a/core/todo.txt b/core/todo.txt index fff54a52c..f5ad80f52 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,5 @@ 0167 core (1.0.5?) +X changed text layout methods from private to protected _ what's the difference with ascent on loadFont vs. createFont? diff --git a/todo.txt b/todo.txt index c8b062d99..5b4a85348 100644 --- a/todo.txt +++ b/todo.txt @@ -3,9 +3,9 @@ X fix tab key and focus issue in the editor X http://dev.processing.org/bugs/show_bug.cgi?id=1267 X Support for smooth text in the PDE editor X http://dev.processing.org/bugs/show_bug.cgi?id=1266 +X duplicate entries for sketchbook in the file menu +X http://dev.processing.org/bugs/show_bug.cgi?id=1260 -_ duplicate entries for sketchbook in the file menu -_ http://dev.processing.org/bugs/show_bug.cgi?id=1260 _ add code for setting the l&f from the prefs file for linux @@ -192,6 +192,7 @@ _ jogl jar files, or jogl install will cause trouble _ /System/Library/Java/Extensions or /Library/Java/Extensions _ the /System one contains qtjava _ the /Library one is empty (by default), maybe skip it? +_ http://dev.processing.org/bugs/show_bug.cgi?id=1259 _ when a conflicting library is found, need to report it _ altho prolly only when it's actually different (md5hash it?) _ this seems to be causing a lot of trouble with recent releases