mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fixing the doc stuff for windows dist
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user