fixing the doc stuff for windows dist

This commit is contained in:
benfry
2007-02-04 05:09:13 +00:00
parent dc6cc886dc
commit 710a4f4ea4
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -7,7 +7,7 @@ releases will be super crusty.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0124 - 3 February 2007
ABOUT REV 0124 - 4 February 2007
Bug fix bonanza!
@@ -31,7 +31,6 @@ Bug fix bonanza!
+ Fixed minor issue with { and } on the same line
http://dev.processing.org/bugs/show_bug.cgi?id=484
[ core & libraries ]
+ With smooth() turned off, shouldn't be smoothing image on resize.
@@ -68,7 +67,6 @@ Bug fix bonanza!
+ Fix bug in copy() that caused part of image to be replicated.
http://dev.processing.org/bugs/show_bug.cgi?id=372
[ features ]
+ smooth() now improves image smoothing when used with the JAVA2D renderer.
+1 -3
View File
@@ -44,9 +44,7 @@ cd processing
unzip -q reference.zip
# necessary for launching reference from shell/command prompt
# which is done internally to view reference
chmod +x reference/*.html
# needed by 'help' menu
chmod +x reference/environment/*.html
find reference -name "*.html" -exec chmod +x {} ';'
# get rid of the zip file
rm reference.zip
cd ..