Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Rebol 1.3.0 released for Windows.

 [1/11] from: antonr:lexicon at: 12-Jun-2005 19:06


In case anyone here hasn't noticed. Download it here: http://www.rebol.com/view-platforms.html Anton.

 [2/11] from: AJMartin:orcon at: 13-Jun-2005 13:36


Anton wrote:
> In case anyone here hasn't noticed. > Download [rebol view 1.3.0] here: > > http://www.rebol.com/view-platforms.html
And it looks very nice as well. Just one little problem. The executable is named "view.exe" instead of Rebol.exe ? --- Andrew Martin

 [3/11] from: gabriele:colellachiara at: 13-Jun-2005 12:41


Hi Andrew, On Monday, June 13, 2005, 3:36:11 AM, you wrote: AJM> Just one little problem. The executable is named "view.exe" instead of AJM> "Rebol.exe"? When you run it for the first time, it will ask for installation, and install itself as rebol.exe. Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/

 [4/11] from: carl:cybercraft at: 13-Jun-2005 22:53


Is there a list anywhere of what's been updated/fixed/added since 1.2.1? Specifically, have the ftp bugs been fixed or do we still need to use the patch? And as it happens I was doing stuff with graphics when this was released and could've used JPEG saving, but I see it's not there. (And what's /ALL do in SAVE, out of interest?) CALL's available though, so I guess there's a way around this if you can find a stand-alone jpeg compressor. The new graphic-routines looked nice, going by the demos. Except the new ones seem to have disappeared since I first looked! The ones with the rotating Lion and so on. Have they been removed, or have I done something that's stopped me being able to see them? Most odd... And it took me a long while to notice where the up-directory button was in the installer's file-requester. Doh... ;-) Nice to have this finally arrive. -- Carl Read.

 [5/11] from: gabriele:colellachiara at: 13-Jun-2005 13:02


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 <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/

 [6/11] from: atruter:labyrinth:au at: 13-Jun-2005 21:42


Hi Carl,
> Is there a list anywhere of what's been updated/fixed/added since > 1.2.1? Specifically, have the ftp bugs been fixed or do we still need > to use the patch?
New Functions ============= as-binary as-string case clear-face copy* dbug delete-dir do-browser do-thru draw edge-size? get-face get-net-info hilight-all hilight-text hsv-to-rgb install load-stock load-stock-block mod modulo new-line new-line? overlap? path read-cgi request-dir reset-face resize-face rgb-to-hsv round scroll-face set-face to-itime uninstall unless unlight-text and FTP now works *without* the need for %ftp-patch53.r (as the View 1.3 FTP scheme was rewritten to include it).
> And as it happens I was doing stuff with graphics when this was released > and could've used JPEG saving, but I see it's not there. (And what's
<<quoted lines omitted: 4>>
> the rotating Lion and so on. Have they been removed, or have I done > something that's stopped me being able to see them? Most odd...
The new draw function is your friend. Check here for what it can do: http://www.rebol.net/notes/draw-commands.txt
> And it took me a long while to notice where the up-directory button was > in the installer's file-requester. Doh... ;-) > > Nice to have this finally arrive.
Hopefully the new SDK, Core, IOS, Mac & Linux builds won't be too far behind! ;) Regards, Ashley

 [7/11] from: alutz:everymail at: 13-Jun-2005 15:23


Is there a time-frame for the linux-version of view 1.3.0? Best regards Alfons ------------------- Werbung -----------------------
>> JETZT: AT-Domains Erst-Registrierung kostenlos!
und NUR EUR 16,00/Jahr * http://www.emerion.com --------------------------------------------------------- *** sent through http://www.everymail.net FREE e-mail

 [8/11] from: volker:nitsch:gma:il at: 13-Jun-2005 20:44


BTW 1.3 runs with wine too. if you need the graphics. On 6/13/05, [alutz--everymail--net] <[alutz--everymail--net]> wrote:
> Is there a time-frame for the linux-version of view 1.3.0? > Best regards
<<quoted lines omitted: 7>>
> To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject.
-- -Volker Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem. David Wheeler

 [9/11] from: carl:cybercraft at: 14-Jun-2005 15:34


Does anyone agree with me that the wording for the tick-box in uninstall is confusing? Meaning this... To remove all public cache (REBOL desktop) files from your computer, click the box below. The problem is, there's a directory installed called PUBLIC where all the rebsites you've visited are cached, but it's not just those that are deleted, but everything in its parent directory as well. Well, I found it confusing, anyway. ;-) Or is this a bug? -- Carl Read.

 [10/11] from: antonr:lexicon at: 14-Jun-2005 17:58


I agree. I've already commented that it should show you which directory it thinks this directory is, so you have a chance to look at what will be deleted. Anton.

 [11/11] from: SunandaDH:aol at: 16-Jun-2005 4:50


CR> Is there a list anywhere of what's been CR> updated/fixed/added since 1.2.1? Looks like there is now: http://www.rebol.com/docs/changes-view.html Sunanda.

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted