Hi,

I've uploaded a beta snapshot to the download sites --
see http://v3.vapor.com/ for links.

The beta only runs with a keyfile, and needs the newer
image decoders which I previously posted.

Goodnite :)
Olli

3.2.1
-----
- CVS: bumped compile to .1
- GUI: rewrote the plugin prefs window from scratch. As a side effect gets rid
  of the random crashes, and is more efficient. A plugin creates its
  prefsobject only when needed (Zapek)
- Net: fixed stomping of innocent data when replacing spaces in URLs
  (Olli)
- Net: fixed file:/// URLs with spaces (Olli)

3.2.2
-----
- CVS: bumped compile to .2
- Layouter: added support for <BASEFONT FACE> (Olli)
- General: no more IDCMP_INTUITICKS under MUI4 (Zapek)
- Layouter: now properly uses the +/- 0 fixed font for
  <TEXTAREA>, instead of the +1 one (Olli)
- Layouter: fixed storing of incomplete form data when
  stopping layout in the mid of a <textarea> due to
  incremental layout. Fixes half-filled form areas
  which suddenly appear to be fixed when clicking on
  form reset (Olli)

3.2.3
-----
- CVS: bumped compile to .3
- Image: now ignores disposal method of last frames of GIF
  anims and always does "Restore Background", to meet MSIE/NS
  behavior (Olli)
- Layouter: added fix for bizarre results with tables which
  had empty cells used for width spreading (Olli)
- Layouter: took out input handling-while-layouting again,
  for causing entirely too many problems ranging from gfx
  corruption to full crashes (clicking "Reload" while layout,
  for example) (Olli)
- Image decoders: added support for GIF F-S dithering (Olli)
- Prefs: added individual setting for GIF & PNG F-S dithering (Olli)

3.2.4
-----
- CVS: bumped compile to .4
- General: raised default stack size for core and network processes
  to be on the safe side (Olli)

3.2.5
-----
- CVS: bumped compile to .5
- JS: fixed a problem with the onLoad() handler being called 
  prematurly if a web site had unspecified image heights 
  (in 2000 -- grrr!) (Olli)
- General: rewrote constructor/destructor part for better portability (Zapek)
- General: fixed possible crashes on low-memory situation when starting V
  (Zapek)
- GUI: no longer updates the CachePruner's max slider while pruning (Zapek)
- JS: <script src=url> now works (Olli)
- Layouter: added <Tx VALIGN=BASELINE> as an alias for BOTTOM (Olli)
- GUI: no longer disposes/creates the errorwindow all the time (Zapek)
- General: remembers where images and links are saved between ASL requests
  (Zapek)

3.2.6
-----
- CVS: bumped compile to .6
- GUI: there's a new button to call TurboPrefs on the printerrequest window if
  TurboPrefs is installed (Zapek)
- Layouter: disabling font face would disable a bit too much, ahem (Zapek)
- Network: when a download was marked as 'failed' and was still left in the
  download window, any attempt to resume without using the 'retry' button was
  corrupting the file (Zapek)
- GUI: uses complement mode for tracing the imagelink targets (Zapek)
- GUI: fixed the neverending rotating animation (Zapek)
- Layouter: should now deal with both 0d0a and 0a0d line endings gracefully
  (Olli)
- General: remove the TearOff workaround related with muigfx.library. Not
  needed anymore with new TearOff versions (Zapek)
- Parser: strips any useless spaces at the end of an URL (Zapek)
- Layouter: frameset parsing no longer pukes over rows="" or stuff (Olli)
- GUI: it's possible to specify a path and filename for the JS error file
  (Zapek)
- Layouter: handles all CR/LF, LF, CR and LF/CR (yeah, you can find that on
  some pages) correctly (Zapek)

3.2.7
-----
- CVS: bumped compile to .7
- Layouter: fixed CR/LF stuffs really this time, sigh (Zapek)

3.2.8
-----
- CVS: bumped compile to .8
- GUI: really saves to the file specified for JS logging instead of
  JSERROR.LOG everytime (Zapek)
- Layouter: strips leading spaces in <TITLE> (Zapek)
- General: added protection against embedded-esc-code exploit (Olli)
- Layouter: no longer locks networking completely during layout (Olli)
- Layouter: reenabled <script src> support (Olli)

3.2.9
-----
- CVS: bumped compile to .9
- Image decoders: handling of PNG tRNS for CLUT destinations was totally
  and utterly and completely botched (Olli)
- Image decoders: PNG RGB images with alpha channel didn't show at all
  on CLUT screens (Olli)
- Image decoders: numerous low level assembler optimizations (Olli)
- Layouter: now will handle <EMBED TYPE=image/*> like <IMG>
  (Olli)
- GUI: "Search" toolbar functionality is now on by default,
  even with no page loaded (Olli)
- GUI: "Search" toolbar functionality was improperly named "find"
  (Olli)
- Layouter: hopefully fixed <script src> induced lockups (Olli)

3.2.10
------
- CVS: bumped compile to .10
- Parser: Tags exceeding the maximum number of arguments are now
  properly eaten up till their closing bracket. This fixes the side
  effect of <tag attribute="value1","value2"...> broken HTML
  spilling out into the output text, because "value2", "value3"
  etc. are (correctly) interpreted as attributes [www.kipling.org.uk
  et.al] (Olli)
- Parser: fixed a buffer overrun condition in URL assembly.
  Was unlikely to happen in normal course of operation, but could
  be triggered by broken HTML [www.digitheatre.com] (Olli)
- Layouter: fixed a problem with table sizes being cached
  incorrectly [www.vapor.com/visitors.php3] (Olli)
- Layouter: fixed a problem with table background being rendered
  one pixel too large (Olli)

3.2.11
------
- CVS: bumped compile to .11
- Layouter: fixed a rather bizarre interaction between <IMG ALIGN=left|right>
  and table size caching, which would result in "cell bleeding" due to
  miscalculated heights [www.amazon.com] (Olli)
- Layouter: <LI> not in <UL>/<OL> now only indents the current line,
  and does not internally convert into <UL>-state [www.amazon.com,
  and numerous other places] (Olli)
- Layouter: reading <OPTION> data now follows HTML space-digesting
  semantics [www.amazon.com] (Olli)
- Parser: no longer pukes over <TBODY> and <THEAD> in unexpected
  places (Olli)

3.2.12
------
- CVS: bumped compile to .12
- Layouter: fixed a one-pixel-off problem in image backfilling.
  This was only showing up with GIF anims, or JS image replacing,
  causing the backdrop to shine through by one pixel (Olli)
- Layouter: several speed-up operations in the low-level layouter
  code, yielding about a 20% gain (Olli)

3.2.13
------
- CVS: bumped compile to .13
_____________________________________________________________________
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