wrapping up 1.0.5.

This commit is contained in:
benfry
2009-06-07 23:09:21 +00:00
parent 7c1ca0a556
commit d848239698
3 changed files with 28 additions and 2 deletions
+24
View File
@@ -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.
+1
View File
@@ -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?
+3 -2
View File
@@ -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