Hi Carl,

On Monday, June 13, 2005, 12:53:32 PM, you wrote:

CR> Is there a list anywhere of what's been
CR> updated/fixed/added since 1.2.1?

It is being worked on. The list starting from 1.2.100 is here:

http://www.rebol.net/notes/rv13-changes.html

CR> Specifically, have the ftp
CR> bugs been fixed or do we still need to use the patch? 

The FTP protocol in 1.3 is 100% new, and written by Romano. So you
don't need to use his patch anymore.

CR> And as it happens I was doing stuff with graphics when
CR> this was released and could've used JPEG saving, but I see
CR> it's not there.  (And what's /ALL do in SAVE, out of
CR> interest?)

MOLD/ALL  and  SAVE/ALL  preserve  all  datatypes  and  all  value
attributes.

>> b: skip [1 2 3 4] 2
== [3 4]
>> mold b
== "[3 4]"
>> mold/all b
== "#[block![1 2 3 4]3]"
>> c: make hash! [1 2 3]
== make hash! [1 2 3]
>> insert tail c none
== make hash! []
>> mold c
== "make hash! [1 2 3 none]"
>> mold/all c
== "#[hash![1 2 3 #[none]]]"

CR> The new graphic-routines looked nice, going by the demos.
CR> Except the new ones seem to have disappeared since I first
CR> looked!  The ones with the rotating Lion and so on.  Have they
CR> been removed, or have I done something that's stopped me being
CR> able to see them?  Most odd...

They should be in the Demos folder.

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to