re-enable thick line code, safari paste bug fix, remove cancel on save

changes
This commit is contained in:
benfry
2003-09-29 20:17:42 +00:00
parent 40a59da4c3
commit cdb8450895
5 changed files with 116 additions and 22 deletions
+3 -2
View File
@@ -59,9 +59,10 @@ the real deal, keeping us awake at night
up. we're working on a fix.
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064182823
- macosx doesn't provide an option to 'cancel' when it so politely asks
- the app doesn't provide an option to 'cancel' when it so politely asks
if you want to "save changes before quitting?". this is because of
weirdness in apple's java that we're trying to straighten out.
java weirdness that we're trying to straighten out. the vm seems to
be force quitting itself, even if cancel is selected.
- lines with stroke weights that aren't 1 are probably broken.
+36
View File
@@ -4,6 +4,42 @@ for older releases will be super crusty. caution: the beverage you're
about to enjoy is extremely hot.
ABOUT REV 0064 - 29 september 2003
this release fixes three bugs, any of which might be major for you, or
in total may seem like nothing at all. they're all specific fixes for
people that piped up about something
this is another mini-release like 61, 62, and 63. it's a suggested
download, but not as huge as revision 60.
[ bug fixes ]
- thick lines, which disappeared in rev 60, have returned triumphant
due to a nudge from ed.
- fixed a bug on macosx, especially with safari, that caused the
environment to complain about an "unexpected char" when pasting code
copied from a safari web page. (reported by flight404 many moons
ago, but was causing me trouble today so i fixed it.. ah selfishness)
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1055381110;start=0
- removed the 'cancel' option from "save changes before quitting?" on
windows, since it seems to not always work, causing destruction of
code and sadness. specifically, it ate bijeoma's code:
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064865914;start=0
[ additions ]
- the font builder now sets a default filename when selecting a font,
since axel was annoyed that it didn't have a default.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0063 - 27 september 2003
revision 63 includes some major new features and semi-major bug fixes,