Hi,

tomorrow morning, I'll start off for a 2 weeks vacation with my beloved
wife and daughter.  

During this time, I'll be unable to answer any mail (since this mail
address is apparently in the top #1 of all spam lists, and the machine
hosting it can't do with 100 mb's of mail, I'll temporarly shut it down).

I'll also don't bring a computer.  In fact, the place to which we're going
does not even have a reachable GSM relay.  *And* I'll make sure to maintain
at least 5 kilometers distance from anything that even remotely resembles a
Internet cafe.  Yeah :)

Responsibility for V will be taken over by David "Zapek" Gerber while
I'm away.

In the meantime, I've uploaded a new V alpha snapshot for your
viewing pleasures (v_33_alpha35.lzx). It now features our not-yet-patented
Completely Smooth Incremental Refresh technology, knows a lot more HTML
than the previous alpha and has working forms support back in.
Basically, it's approach usability again.

It's still an alpha, so don't overwrite your production version with it.

A complete list of changes since alpha24 is attached below.

See you in two weeks ;)

Olli

3.3.25
------
- CVS: bumped compile to .25
- Layouter: viewing of image/* individually works again (Olli)
- GUI: Netinfo progress gauges weren't displayed at all for FTP transfers
  (Zapek)
- GUI: removed "Fastlinks:" label which took up unecessary space (Zapek)
- Layouter: readded <EM>, <STRONG> and <S> (Olli)
- Layouter: added <BUTTON> as an alias for <INPUT TYPE=submit|reset|button>
  (Olli)
- Layouter: made <INPUT TYPE=password> work (Olli)
- Layouter: now remembers previous X/Y positions when navigating between
  pages (Olli)
- Image decoders: added proper error reporting to the API. Bumped
  version to 13 (Olli)
- Layouter: completely rewrote incremental refresh to use a double buffered
  offscreen bitmap (Olli)

3.3.26
------
- CVS: bumped compile to .26
- Net: mailto: doesn't use TCP: anymore to send mails (Zapek)

3.3.27
------
- CVS: bumped compile to .27
- General: reenabled support for mailto:, news: and telnet: URLs (Olli)
- General: raised minimum required Textinput version to 28.0, which
  fixes the problems with incremental buffered refresh (Olli)
- Layouter: fixed excess refresh & scroll when switching pages (Olli)

3.3.28
------
- CVS: bumped compile to .28
- Layouter: <center> wasn't correctly reinstating "last was blank"
  mode, causing weird excess spaces (Olli)
- General: added a NOSPLASHWIN tooltype/commande line argument (Zapek)
- GUI: fixed the prefs not working, grr (Zapek)
- General: V can only be run once again (Zapek)
- Net: the timeout of a socket is settable. Use '0' if you don't want any
  (Zapek)
- Net: added automatic retries of downloads (Zapek)
- Layouter: added <select> object (Olli)
- Layouter: radio buttons are now properly exclusive again (Olli)

3.3.29
------
- CVS: bumped compile to .29
- Layouter: <AREA> class wasn't getting the context pointer, and thus caused
  hits galore (Olli)
- Layouter: <INPUT TYPE=RADIO> checked caused hits (Olli)
- Layouter: fixed a problem with incremental buffered refresh possibly
  causing image decoder nuke in a race condition (Olli)
- Layouter: image placeholders are no longer backfilled (Olli)
- Layouter: readded <TEXTAREA> (Olli)
- Layouter: fixed refresh problems with some form objects after
  an incremental layout (Olli)

3.3.30
------
- CVS: bumped compile to .30
- GUI: fixed historylist once again (Zapek)
- Layouter: fixed some offsetting problems during incremental
  refresh (Olli)

3.3.31
------
- CVS: bumped compile to .31
- Layouter: added <INPUT TYPE=FILE> (Olli)
- Plugins: added VPLUG_ProcessURLString() hook to allow plugins to
  handle manually entered URLs (Olli)
- Layouter: made form submission work again (Olli)
- Layouter: added support for <INPUT xxx DISABLED> (Olli)
- Layouter: unified HTML object name handling (now also accepts "ID"
  and "NAME" as the name specifier) (Olli)
- Image decoders: preferences weren't properly set on the
  image decoder library on start (Olli)
- Rexx: added arguments for OpenURL, ScreenToFront and ScreenToBack (Zapek)
- GUI: added a clock to make RobR happy (Zapek)
- GUI: rewrote Prefs/Toolbar in a more efficient and robust way (Zapek)
- General: now uses a brand new scheme which allows to configure any button to
  execute an internal command. Those are also available externally through the
  ARexx port of course (Zapek)

3.3.32
------
- CVS: bumped compile to .32
- Layouter: fixed several problems in the <select> class, causing layout
  failures and nukes (Olli)
- Layouter: major speedup in the double buffered refresh (Olli)
- Rexx: fixed 'GoBackward' which wasn't working (Zapek)
- Layouter: made <pre> and <xmp> work again (Olli)
- General: ppc.library was closed twice (Zapek)
- GUI: Historylist will still remember the current page even if it's not
  finished being loaded and the browser goes to a new location (Zapek)
- GUI: a window wasn't marked as 'activated' just after being opened.
  Would cause problems with some ARexx commands relying on that (Zapek)
- Rexx: fixed 'OpenURL' which was only working with the 'NEWWIN' argument
  (Zapek)
- Rexx: implemented 'LoadImages' (Zapek)
- Rexx: 'GoHome' was doing enforcer hits (Zapek)
- Rexx: implemented 'ReloadURL' (Zapek)

3.3.33
------
- CVS: bumped compile to .33
- Layouter: fixed enforcer flood when submitting an "empty" form (Olli)
- Layouter: radio buttons and checkboxes without specific VALUE
  now submit as "name=on" when selected (Olli)
- Layouter: fixed radio and checkbox submission (Olli)
- Layouter: <select> objects weren't submitting data at all (Olli)
- Layouter: form objects no longer submit when being disabled (Olli)
- Layouter: added "READONLY" attribute for text and textarea (Olli)
- Layouter: now understands plain text layout again (Olli)
- GUI: in Prefs/Toolbar when there's no argument for a certain command, the
  listview opens empty instead of DisplayBeep()ing around (Zapek)
- Layouter: fixed form file submission (Olli)

3.3.34
------
- CVS: bumped compile to .34
- Layouter: made <input type=image> work (Olli)
- Layouter: fixed default background color (Olli)
- Image decoders: completely changed the call back mechanism
  in V. To avoid problems with double installations, the 
  image decoders have been renamed to vimgdec_<cpu>.vlib.
  (Olli)

3.3.35
------
- CVS: bumped compile to .35
- Layouter: fixed <INPUT TYPE=HIDDEN> submission problems (Olli)
- Layouter: fixed missing end tag on multipart form submissions (Olli)
- Layouter: fixed line align stack overflow on many consecutive <P>s (Olli)
- Layouter: fixed background color problems (Olli)
_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to