home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / voyager / old / vppc_33_beta92.lzx / V.ReadMe < prev    next >
Encoding:
Text File  |  2001-03-29  |  61.6 KB  |  1,535 lines

  1.   __   __  
  2.   \ \ / 3 | Voyager PPC 3.3beta92
  3.    \ V /  | Beta Release (29.3.2001)
  4.     \_/   | http://v3.vapor.com/
  5.             
  6. Welcome to V3.3beta92
  7.  
  8. This is the first version of Voyager running on PPC native.
  9. It is still a public beta version but doesn't require a
  10. keyfile to run in demo mode. Everyone can appreciate the
  11. speed gain.
  12.  
  13. MorphOS 0.4 or higher required. You can download MorphOS from
  14. http://www.morphos.de/
  15.  
  16. You *must* install the PPC image decoder version coming in the
  17. archive and make sure the old one isn't left in memory (if in
  18. doubt, reboot). It's still backward compatible with the V 68k
  19. version.
  20.  
  21. You need the Plugins/ dir of the V3.2 full version
  22. to make this version run. Copy the included plugins over
  23. any of the old ones.
  24.  
  25.  
  26. Differences with the 68k version:
  27. ---------------------------------
  28. - it's much faster :)
  29. - SSL is currently disabled
  30. - JS is currently disabled
  31.  
  32. They will be added in a later version.
  33.  
  34. Important: due to some last minute bugs, Voyager-PPC seems
  35. to require MUI 3.9 to run. You have to install MUIPPC
  36. (available from the MorphOS fileslinks section).
  37.  
  38. ------------------------------------------------------------
  39.  
  40. Support & Bug reporting
  41. =======================
  42.  
  43. Bug reports are appreciated, just stuff as much information
  44. as possible into them. A quick glance at the V
  45. mailing list will reveal whether 50000 people have already
  46. reported before. The JSERROR.LOG functionality will
  47. come in handy for dealing with JS quirks.
  48.  
  49. There's now an automated bug tracking system located at
  50.  
  51.  http://bugs.vapor.com/
  52.  
  53. To submit a bug report, simply mail it to
  54.  
  55.  <voyager-bugs@vapor.com>
  56.  
  57. You will receive a receipt and a tracking ID, which allows
  58. you to track your bug report stats in the bug database.
  59.  
  60. Please join the Voyager mailing list to discuss this beta
  61. release. Please do not contact any of the authors directly -
  62. their time is severly limited, and chances are good that
  63. you want them to do some work on the code instead of
  64. answering mail all day long :)
  65.  
  66. To subscribe, mail to
  67.  
  68.  <voyager-request@vapor.com>
  69.  
  70. and put "SUBSCRIBE" in the subject or body of the mail.
  71. The mailing list is archived at
  72.  
  73.  http://www.mail-archive.com/voyager@vapor.com/
  74.  
  75. Credits
  76. =======
  77.  
  78. Voyager is (C) 1995-2001 by Oliver Wagner <owagner@vapor.com>, 
  79. All Rights Reserved.
  80.  
  81. V│ is actually a joint effort conducted by several people
  82. using the powers of CVS:
  83.  
  84. The flash player and many many core changes have been done
  85. by David "Zapek" Gerber <zapek@vapor.com>
  86.  
  87. The new bookmark and toolbar system has been devised by the wits
  88. of Simone "Wiz" Tellini <wiz@vapor.com>
  89.  
  90. Jerome "KingGuppy" Fisher <kingguppy@vapor.com> contributed 
  91. the new Textinput functionality including HTML tag highliting. 
  92. He also squashed some bugs.
  93.  
  94. The GUI cleanup and the new about:, plus the Voyager
  95. Portal site (http://v3.vapor.com) design are done by
  96. Ben "Beej" Preece <beej@vapor.com>
  97.  
  98. The nifty new V3 logo is done by Jason "Morden" Murray
  99. <morden@sub.net.au>, who also did the www.vapor.com web
  100. site design.
  101.  
  102. The Vpdf plugin was done by Emmanuel Lesueur 
  103. <lesueur@club-internet.fr>.
  104.  
  105.  
  106. Version History
  107. ===============
  108.  
  109. [NOTE: Changes prior to version 3.2 have been removed]
  110. [$Id: V.ReadMe,v 1.1036 2001/03/25 20:09:27 owagner Exp $]
  111.  
  112. Subsystems:
  113. -----------
  114. Bookmarks:
  115. Cache:
  116. CVS:
  117. General:
  118. GUI:
  119. Imgdecode:
  120. JS:
  121. Layouter:
  122. Net:
  123. Parser:
  124. Plugin:
  125. Prefs:
  126. Rexx:
  127. SSL:
  128. Startup:
  129.  
  130. 3.2 [release]
  131. -------------
  132. - General: added updated SpeedBarButton.mcc class (Olli)
  133.  
  134. 3.2.1
  135. -----
  136. - GUI: rewrote the plugin prefs window from scratch. As a side effect gets rid
  137.   of the random crashes, and is more efficient. A plugin creates its
  138.   prefsobject only when needed (Zapek)
  139. - Net: fixed stomping of innocent data when replacing spaces in URLs
  140.   (Olli)
  141. - Net: fixed file:/// URLs with spaces (Olli)
  142.  
  143. 3.2.2
  144. -----
  145. - Layouter: added support for <BASEFONT FACE> (Olli)
  146. - General: no more IDCMP_INTUITICKS under MUI4 (Zapek)
  147. - Layouter: now properly uses the +/- 0 fixed font for
  148.   <TEXTAREA>, instead of the +1 one (Olli)
  149. - Layouter: fixed storing of incomplete form data when
  150.   stopping layout in the mid of a <textarea> due to
  151.   incremental layout. Fixes half-filled form areas
  152.   which suddenly appear to be fixed when clicking on
  153.   form reset (Olli)
  154.  
  155. 3.2.3
  156. -----
  157. - Image: now ignores disposal method of last frames of GIF
  158.   anims and always does "Restore Background", to meet MSIE/NS
  159.   behavior (Olli)
  160. - Layouter: added fix for bizarre results with tables which
  161.   had empty cells used for width spreading (Olli)
  162. - Layouter: took out input handling-while-layouting again,
  163.   for causing entirely too many problems ranging from gfx
  164.   corruption to full crashes (clicking "Reload" while layout,
  165.   for example) (Olli)
  166. - Image decoders: added support for GIF F-S dithering (Olli)
  167. - Prefs: added individual setting for GIF & PNG F-S dithering (Olli)
  168.  
  169. 3.2.4
  170. -----
  171. - General: raised default stack size for core and network processes
  172.   to be on the safe side (Olli)
  173.  
  174. 3.2.5
  175. -----
  176. - JS: fixed a problem with the onLoad() handler being called 
  177.   prematurly if a web site had unspecified image heights 
  178.   (in 2000 -- grrr!) (Olli)
  179. - General: rewrote constructor/destructor part for better portability (Zapek)
  180. - General: fixed possible crashes on low-memory situation when starting V
  181.   (Zapek)
  182. - GUI: no longer updates the CachePruner's max slider while pruning (Zapek)
  183. - JS: <script src=url> now works (Olli)
  184. - Layouter: added <Tx VALIGN=BASELINE> as an alias for BOTTOM (Olli)
  185. - GUI: no longer disposes/creates the errorwindow all the time (Zapek)
  186. - General: remembers where images and links are saved between ASL requests
  187.   (Zapek)
  188.  
  189. 3.2.6
  190. -----
  191. - GUI: there's a new button to call TurboPrefs on the printerrequest window if
  192.   TurboPrefs is installed (Zapek)
  193. - Layouter: disabling font face would disable a bit too much, ahem (Zapek)
  194. - Network: when a download was marked as 'failed' and was still left in the
  195.   download window, any attempt to resume without using the 'retry' button was
  196.   corrupting the file (Zapek)
  197. - GUI: uses complement mode for tracing the imagelink targets (Zapek)
  198. - GUI: fixed the neverending rotating animation (Zapek)
  199. - Layouter: should now deal with both 0d0a and 0a0d line endings gracefully
  200.   (Olli)
  201. - General: remove the TearOff workaround related with muigfx.library. Not
  202.   needed anymore with new TearOff versions (Zapek)
  203. - Parser: strips any useless spaces at the end of an URL (Zapek)
  204. - Layouter: frameset parsing no longer pukes over rows="" or stuff (Olli)
  205. - GUI: it's possible to specify a path and filename for the JS error file
  206.   (Zapek)
  207. - Layouter: handles all CR/LF, LF, CR and LF/CR (yeah, you can find that on
  208.   some pages) correctly (Zapek)
  209.  
  210. 3.2.7
  211. -----
  212. - Layouter: fixed CR/LF stuffs really this time, sigh (Zapek)
  213.  
  214. 3.2.8
  215. -----
  216. - GUI: really saves to the file specified for JS logging instead of
  217.   JSERROR.LOG everytime (Zapek)
  218. - Layouter: strips leading spaces in <TITLE> (Zapek)
  219. - General: added protection against embedded-esc-code exploit (Olli)
  220. - Layouter: no longer locks networking completely during layout (Olli)
  221. - Layouter: reenabled <script src> support (Olli)
  222.  
  223. 3.2.9
  224. -----
  225. - Image decoders: handling of PNG tRNS for CLUT destinations was totally
  226.   and utterly and completely botched (Olli)
  227. - Image decoders: PNG RGB images with alpha channel didn't show at all
  228.   on CLUT screens (Olli)
  229. - Image decoders: numerous low level assembler optimizations (Olli)
  230. - Layouter: now will handle <EMBED TYPE=image/*> like <IMG>
  231.   (Olli)
  232. - GUI: "Search" toolbar functionality is now on by default,
  233.   even with no page loaded (Olli)
  234. - GUI: "Search" toolbar functionality was improperly named "find"
  235.   (Olli)
  236. - Layouter: hopefully fixed <script src> induced lockups (Olli)
  237.  
  238. 3.2.10
  239. ------
  240. - Parser: Tags exceeding the maximum number of arguments are now
  241.   properly eaten up till their closing bracket. This fixes the side
  242.   effect of <tag attribute="value1","value2"...> broken HTML
  243.   spilling out into the output text, because "value2", "value3"
  244.   etc. are (correctly) interpreted as attributes [www.kipling.org.uk
  245.   et.al] (Olli)
  246. - Parser: fixed a buffer overrun condition in URL assembly.
  247.   Was unlikely to happen in normal course of operation, but could
  248.   be triggered by broken HTML [www.digitheatre.com] (Olli)
  249. - Layouter: fixed a problem with table sizes being cached
  250.   incorrectly [www.vapor.com/visitors.php3] (Olli)
  251. - Layouter: fixed a problem with table background being rendered
  252.   one pixel too large (Olli)
  253.  
  254. 3.2.11
  255. ------
  256. - Layouter: fixed a rather bizarre interaction between <IMG ALIGN=left|right>
  257.   and table size caching, which would result in "cell bleeding" due to
  258.   miscalculated heights [www.amazon.com] (Olli)
  259. - Layouter: <LI> not in <UL>/<OL> now only indents the current line,
  260.   and does not internally convert into <UL>-state [www.amazon.com,
  261.   and numerous other places] (Olli)
  262. - Layouter: reading <OPTION> data now follows HTML space-digesting
  263.   semantics [www.amazon.com] (Olli)
  264. - Parser: no longer pukes over <TBODY> and <THEAD> in unexpected
  265.   places (Olli)
  266.  
  267. 3.2.12
  268. ------
  269. - Layouter: fixed a one-pixel-off problem in image backfilling.
  270.   This was only showing up with GIF anims, or JS image replacing,
  271.   causing the backdrop to shine through by one pixel (Olli)
  272. - Layouter: several speed-up operations in the low-level layouter
  273.   code, yielding about a 20% gain (Olli)
  274.  
  275. 3.2.13
  276. ------
  277. - General: more low-level optimizations in various places (Olli)
  278.  
  279. 3.3.0
  280. -----
  281. - CVS: branched old & new layout engine
  282. - General: began with completely new layout engine (Olli)
  283. - GUI: reworked window framework from scratch (Olli)
  284. - GUI: now runs without TearOff if classes are not installed (Olli)
  285. - GUI: the navigation panel can now also be attached vertically (Olli)
  286. - GUI: entering a CM alias in the V url gadget now works (Olli)
  287. - GUI: auto-scheme-prefixing in V url gadgets now prefixes the
  288.   host name with "ftp://" if the host name starts with "ftp." (Olli)
  289. - Network: now enforces content-type "text/html" on all HTTP
  290.   replies 4xx and 5xx, to cope with really lame servers (Olli)
  291. - Network: removed old AS225 support (Zapek)
  292.  
  293. 3.3.1
  294. -----
  295. - GUI: added NList and Pophotkey so they show up as external classes with MUI4
  296.   (Zapek)
  297. - GUI: now uses the correct list background for the Download window (Zapek)
  298. - General: lots of more work on new layout engine (Olli)
  299.  
  300. 3.3.2
  301. -----
  302. - Layouter: lots of work on proper non-image-handling of images:
  303.   Recessed/Raised frames depending on anchor state, rendering of alt text
  304.   and border in proper link colors etc.
  305. - Layouter: several bugfixes in the existing stream layout code (Olli)
  306. - Layouter: <img align=[vertial_alignments]> now properly implemented for
  307.   all IE5 variants of this (Olli)
  308.  
  309. 3.3.3
  310. -----
  311. - Layouter: made incremental visual refresh work (Olli)
  312.  
  313. 3.3.4
  314. -----
  315. - Net: made If-Modified-Since: header carry the correctly offseted date,
  316.   and not use the nowadays obsolete asctime() date format (Olli)
  317. - GUI: in the toolbar prefs, 'Add button' didn't add a button but a spacer
  318.   instead (Zapek)
  319. - GUI: the network prefs could nuke if there was not enough memory to create
  320.   the objects of its group (Zapek)
  321. - GUI: toolbar's prefs' command TextinputscrollObject resizes correctly
  322.   (Zapek)
  323.  
  324. 3.3.5
  325. -----
  326. - Layouter: made tables work again, mostly (Olli)
  327.  
  328. 3.3.6
  329. -----
  330. - Layouter: fixed more bugs in new table code (Olli)
  331. - Layouter: implemented <strike> (Olli)
  332.  
  333. 3.3.7
  334. -----
  335. - Layouter: fixed final width/height calculation for images (Olli)
  336. - Layouter: fixed a few problems of minsizes being ignored (Olli)
  337.  
  338. 3.3.8
  339. -----
  340. - Layouter: fixed rendering artifacts (Olli)
  341. - Layouter: fixed nuke when scrolling due to some nasty screwup
  342.   with KillNotify (Olli)
  343.  
  344. 3.3.9
  345. -----
  346. - Layouter: fixed <BR> handling (Olli)
  347. - Layouter: images rendering again (Olli)
  348. - Layouter: fixed initial space state (Olli)
  349. - GUI: fixed the KillNotify problem in the font preferences as well (Zapek)
  350.  
  351. 3.3.10
  352. ------
  353. - GUI: fixed visual artifacts when clicking on links (Olli)
  354. - GUI: reenabled "Show Source" and "Show Document info" window menu
  355.   items (Olli)
  356. - Layouter: fixed rowspan handling (Olli)
  357. - Layouter: fixed a few thousand more table bugs (Olli)
  358.  
  359. 3.3.11
  360. ------
  361. - Layouter: fixed a load of rowspan-related issues (Olli)
  362. - Layouter: fixed deadlock on pages without background specifications (Olli)
  363. - Layouter: fixed many more minor bugs (Olli)
  364.  
  365. 3.3.12
  366. ------
  367. - Layouter: reinstated default margins (4/4) (Olli)
  368. - Layouter: reimplemented <Hx> (Olli)
  369. - Layouter: fixed wipeout hit flood on empty tables (notably during
  370.   incremental layout) (Olli)
  371. - Images: broken images are again marked with an "x" in the alttext (Olli)
  372. - Images: unspeced images now properly communicate size changes 
  373.   to their containers (Olli)
  374. - Layout: fixed problems with margins not unrolling at the end of
  375.   table cells (Olli)
  376. - Layouter: added heuristic against ultra-lame webmanglers using stuff like
  377.   <TD WIDTH=3000> (Olli)
  378.  
  379. 3.3.13
  380. ------
  381. - Layouter: implemented <form> and <input type=(buttons)> (Olli)
  382. - Layouter: implemented <input type=text> (Olli)
  383. - General: Added "Force border?" debug option. When set, will enforce
  384.   a visible border of at least 2 around all tables. Very useful
  385.   when looking at layout oddities (Olli)
  386. - General: numerous other minor fixes (Olli)
  387.  
  388. 3.3.14
  389. ------
  390. - Layouter: fixed deadlock with margins (Olli)
  391. - Layouter: implemented <BR CLEAR=xx> (Olli)
  392. - Layouter: fixed <TABLE ALIGN=left|right> (Olli)
  393.  
  394. 3.3.15
  395. ------
  396. - Layouter: fixed more left/right alignment issues (Olli)
  397. - GUI: fixed display of link destinations for images (Olli)
  398. - Layouter: image scaling working again (Olli)
  399. - Layouter: fixed a quirk in calculating default container sizes (Olli)
  400. - Layouter: fixed a problem with centering/right alignment of
  401.   text (Olli)
  402. - Layouter: fixed a problem with text fields screwing up dimension
  403.   calculations due to incorrect default width due to an TI bug (Olli)
  404.  
  405. 3.3.16
  406. ------
  407. - Layouter: brought <BASE HREF> back (Olli)
  408. - GUI: fixed potential crash when clicking "Reload" during transfer (Olli)
  409. - Layouter: fixed cell top offset problems during incremental layout (Olli)
  410. - Layouter: now eats <SCRIPT> again properly (not interpreted yet) (Olli)
  411. - Layouter: now eats <STYLE> again properly (not interpreted yet) (Olli)
  412.  
  413. 3.3.17
  414. ------
  415. - Layouter: now follows MSIE layout for <BR CLEAR=xx> [www.amazon.com] (Olli)
  416. - Layouter: fixed some more table size issues [www.amazon.com] (Olli)
  417. - General: no longer tries to open vimgdecode_68000.vlib and now gives a
  418.   useful error message if no decoder vlib is found (Zapek)
  419.  
  420. 3.3.18
  421. ------
  422. - Layouter: fixed entity conversion not working properly at all,
  423.   causing text doubling and random crap (Olli)
  424. - Layouter: Hopefully once and for all fixed object backfill
  425.   offsets [phew] (Olli)
  426. - Layouter: <input> without type is now again handled as "TEXT",
  427.   for compatibility with broken web pages (Olli)
  428. - General: fixed a few memory buffer overflows in the new
  429.   layouting code (Olli)
  430.  
  431. 3.3.19
  432. ------
  433. - Layouter: <font size=-2> and <font size=-1> were exchanged (Olli)
  434. - Layouter: <small> and <big> weren't implemented; </small> and </big>
  435.   were, though, causing font style stack confusion [freshmeat.net] (Olli)
  436. - Layouter: fixed "stacking" of line alignments with mixed <center>,
  437.   <div> and <p> (Olli)
  438. - Layouter: readded <INPUT TYPE=radio> class (Olli)
  439. - Internal: rewrote method stack to be more efficient (Olli)
  440.  
  441. 3.3.20
  442. ------
  443. - Layout: fixed (internal) MUI layout failures in various places,
  444.   causing weird sideffects (Olli)
  445.  
  446. 3.3.21
  447. ------
  448. - Layouter: implemented <th> (Olli)
  449. - Net: fixed enforcer hitflood with broken URLs without
  450.   scheme (Olli)
  451. - Net: fixed another (unlikely) buffer overflow in uri_remerge()
  452.   (Olli)
  453. - Layouter: GIF anims now increment their frame counters properly
  454.   even when being off-screen, to avoid missynchronisation during
  455.   scroll (Olli)
  456. - Layouter: fixed a possible nuke when adding table cells
  457.   to their container (Olli)
  458.  
  459. 3.3.22
  460. ------
  461. - Layouter: now handles <INPUT TYPE=CHECKBOX> again (Olli)
  462. - Layouter: added support for transparent background images
  463.   (grrrr) [www.vapor.com] (grrr▓) (Olli)
  464. - Layouter: added support for ISMAP image maps (Olli)
  465.  
  466. 3.3.23
  467. ------
  468. - Layouter: client side image maps working again, too (Olli)
  469. - Layouter: did some work on proper incremental refreshing
  470.   during layout (Olli)
  471.  
  472. 3.3.24
  473. ------
  474. - [public alpha]
  475.  
  476. 3.3.25
  477. ------
  478. - Layouter: viewing of image/* individually works again (Olli)
  479. - GUI: Netinfo progress gauges weren't displayed at all for FTP transfers
  480.   (Zapek)
  481. - GUI: removed "Fastlinks:" label which took up unecessary space (Zapek)
  482. - Layouter: readded <EM>, <STRONG> and <S> (Olli)
  483. - Layouter: added <BUTTON> as an alias for <INPUT TYPE=submit|reset|button>
  484.   (Olli)
  485. - Layouter: made <INPUT TYPE=password> work (Olli)
  486. - Layouter: now remembers previous X/Y positions when navigating between
  487.   pages (Olli)
  488. - Image decoders: added proper error reporting to the API. Bumped
  489.   version to 13 (Olli)
  490. - Layouter: completely rewrote incremental refresh to use a double buffered
  491.   offscreen bitmap (Olli)
  492.  
  493. 3.3.26
  494. ------
  495. - Net: mailto: doesn't use TCP: anymore to send mails (Zapek)
  496.  
  497. 3.3.27
  498. ------
  499. - General: reenabled support for mailto:, news: and telnet: URLs (Olli)
  500. - General: raised minimum required Textinput version to 28.0, which
  501.   fixes the problems with incremental buffered refresh (Olli)
  502. - Layouter: fixed excess refresh & scroll when switching pages (Olli)
  503.  
  504. 3.3.28
  505. ------
  506. - Layouter: <center> wasn't correctly reinstating "last was blank"
  507.   mode, causing weird excess spaces (Olli)
  508. - General: added a NOSPLASHWIN tooltype/commande line argument (Zapek)
  509. - GUI: fixed the prefs not working, grr (Zapek)
  510. - General: V can only be run once again (Zapek)
  511. - Net: the timeout of a socket is settable. Use '0' if you don't want any
  512.   (Zapek)
  513. - Net: added automatic retries of downloads (Zapek)
  514. - Layouter: added <select> object (Olli)
  515. - Layouter: radio buttons are now properly exclusive again (Olli)
  516.  
  517. 3.3.29
  518. ------
  519. - Layouter: <AREA> class wasn't getting the context pointer, and thus caused
  520.   hits galore (Olli)
  521. - Layouter: <INPUT TYPE=RADIO> checked caused hits (Olli)
  522. - Layouter: fixed a problem with incremental buffered refresh possibly
  523.   causing image decoder nuke in a race condition (Olli)
  524. - Layouter: image placeholders are no longer backfilled (Olli)
  525. - Layouter: readded <TEXTAREA> (Olli)
  526. - Layouter: fixed refresh problems with some form objects after
  527.   an incremental layout (Olli)
  528.  
  529. 3.3.30
  530. ------
  531. - GUI: fixed historylist once again (Zapek)
  532. - Layouter: fixed some offsetting problems during incremental
  533.   refresh (Olli)
  534.  
  535. 3.3.31
  536. ------
  537. - Layouter: added <INPUT TYPE=FILE> (Olli)
  538. - Plugins: added VPLUG_ProcessURLString() hook to allow plugins to
  539.   handle manually entered URLs (Olli)
  540. - Layouter: made form submission work again (Olli)
  541. - Layouter: added support for <INPUT xxx DISABLED> (Olli)
  542. - Layouter: unified HTML object name handling (now also accepts "ID"
  543.   and "NAME" as the name specifier) (Olli)
  544. - Image decoders: preferences weren't properly set on the
  545.   image decoder library on start (Olli)
  546. - Rexx: added arguments for OpenURL, ScreenToFront and ScreenToBack (Zapek)
  547. - GUI: added a clock to make RobR happy (Zapek)
  548. - GUI: rewrote Prefs/Toolbar in a more efficient and robust way (Zapek)
  549. - General: now uses a brand new scheme which allows to configure any button to
  550.   execute an internal command. Those are also available externally through the
  551.   ARexx port of course (Zapek)
  552.  
  553. 3.3.32
  554. ------
  555. - Layouter: fixed several problems in the <select> class, causing layout
  556.   failures and nukes (Olli)
  557. - Layouter: major speedup in the double buffered refresh (Olli)
  558. - Rexx: fixed 'GoBackward' which wasn't working (Zapek)
  559. - Layouter: made <pre> and <xmp> work again (Olli)
  560. - General: ppc.library was closed twice (Zapek)
  561. - GUI: Historylist will still remember the current page even if it's not
  562.   finished being loaded and the browser goes to a new location (Zapek)
  563. - GUI: a window wasn't marked as 'activated' just after being opened.
  564.   Would cause problems with some ARexx commands relying on that (Zapek)
  565. - Rexx: fixed 'OpenURL' which was only working with the 'NEWWIN' argument
  566.   (Zapek)
  567. - Rexx: implemented 'LoadImages' (Zapek)
  568. - Rexx: 'GoHome' was doing enforcer hits (Zapek)
  569. - Rexx: implemented 'ReloadURL' (Zapek)
  570.  
  571. 3.3.33
  572. ------
  573. - Layouter: fixed enforcer flood when submitting an "empty" form (Olli)
  574. - Layouter: radio buttons and checkboxes without specific VALUE
  575.   now submit as "name=on" when selected (Olli)
  576. - Layouter: fixed radio and checkbox submission (Olli)
  577. - Layouter: <select> objects weren't submitting data at all (Olli)
  578. - Layouter: form objects no longer submit when being disabled (Olli)
  579. - Layouter: added "READONLY" attribute for text and textarea (Olli)
  580. - Layouter: now understands plain text layout again (Olli)
  581. - GUI: in Prefs/Toolbar when there's no argument for a certain command, the
  582.   listview opens empty instead of DisplayBeep()ing around (Zapek)
  583. - Layouter: fixed form file submission (Olli)
  584.  
  585. 3.3.34
  586. ------
  587. - Layouter: made <input type=image> work (Olli)
  588. - Layouter: fixed default background color (Olli)
  589. - Image decoders: completely changed the call back mechanism
  590.   in V. To avoid problems with double installations, the 
  591.   image decoders have been renamed to vimgdec_<cpu>.vlib.
  592.   (Olli)
  593.  
  594. 3.3.35
  595. ------
  596. - Layouter: fixed <INPUT TYPE=HIDDEN> submission problems (Olli)
  597. - Layouter: fixed missing end tag on multipart form submissions (Olli)
  598. - Layouter: fixed line align stack overflow on many consecutive <P>s (Olli)
  599. - Layouter: fixed background color problems (Olli)
  600. [public alpha]
  601.  
  602. 3.3.36
  603. ------
  604. - Image decoders: added a PPC native version. Runs under MorphOS (Zapek)
  605. - GUI: the blinking ':' char of the clock doesn't move some fonts around
  606.   anymore (Zapek)
  607. - GUI: it's possible to turn on/off the displaying of seconds in the clock
  608.   (Zapek)
  609. - GUI: and it's possible to turn off the clock (Zapek)
  610. - GUI: rewrote the prefs to use proper subclasses. More efficient, and fixes
  611.   the crash that happened randomly when switching panels too fast (Zapek)
  612. - Rexx: added boundary checks in the historylist. 'GoBackward' and 'GoForward'
  613.   won't go into the wonderfull world of random data anymore (Zapek)
  614. - GUI: minor layout adjustements in the prefs (Zapek)
  615.  
  616. 3.3.37
  617. ------
  618. - GUI: little imagery isn't allocated in chip memory under graphic card
  619.   systems anymore (Zapek)
  620. - GUI: while typing an URL, if the hosts starts with "ftp." it's automatically
  621.   prefixed by "ftp://" (Zapek)
  622. - GUI: fixed Sendmailwin which wasn't working at all (Zapek)
  623. - GUI: HTML windows get their title correctly again (Zapek)
  624. - GUI: Toolbar was impossible to modify from the prefs, oops (Zapek)
  625. - GUI: fixed enforcer hits when settings arguments with '/S' in the toolbar
  626.   (Zapek)
  627. - Rexx: it's possible to execute AmigaDOS command (Zapek)
  628. - Rexx: WIN/N/K is now effective for every ARexx command (Zapek)
  629. - Rexx: 'GoHome' returns 5 if there's no homepage set in the prefs (Zapek)
  630.  
  631. 3.3.38
  632. ------
  633. - GUI: fixed the imagery to not crash on AGA machines when one image was used
  634.   twice (Zapek)
  635. - GUI: no longer bother moving imagery to chip memory if they are already
  636.   there (Zapek)
  637. - Rexx: added the possibility to execute programs in Workbench mode. Needs
  638.   wbstart.library v2 or higher (Zapek)
  639. - Rexx: added the execution of AmigaDOS scripts (Zapek)
  640. - Rexx: added the execution of ARexx scripts (Zapek)
  641. - Rexx: added 'GetActiveWindow' which returns the number of the active (or
  642.   last activated) window (Zapek)
  643. - General: fixed 1KB memory leak (Sircus)
  644. - GUI: imagery is reallocated correctly in case they're reloaded (Zapek)
  645. - GUI: imagery isn't moved to chip memory if FBlit is running (Zapek)
  646. - GUI: it wasn't possible to en/disable certificates in the prefs (Zapek)
  647. - Layouter: minor speedup in text rendering with many mixed styles (Olli)
  648. - General: hopefully fixed shutdown race condition which could cause V to 
  649.   hang in the main network process under certain circumstances (Olli)
  650. - Layouter: fixed incremental refresh problems with form elements again
  651.   (Olli)
  652. - Layouter: added support for <LI> (Olli)
  653. - Layouter: fixed one-off bug when unrolling margins (Olli)
  654. - GUI: added new imagery in 32 colors, courtesy of Matt Sealey (Zapek)
  655.  
  656. 3.3.39
  657. ------
  658. - GUI: the 'Download' image was the 'Hyperlinks' one (Zapek)
  659. - Layouter: <OL> and <UL> now working (Olli)
  660. - Image class: fixed backfilling of scaled transparent images
  661.   (often occuring with blank GIFs used for placeholding) (Olli)
  662. - Layouter: fixed default selection item for form cycles
  663.   and popup lists (Olli)
  664. - Rexx: fixed buttons not working in the previous build, ahem (Zapek)
  665. - Network: fixed V crashing on exit (Zapek)
  666. - GUI: clock wasn't opening with the right size sometimes (Zapek)
  667.  
  668. 3.3.40
  669. ------
  670. - Layouter: fixed <INPUT TYPE=TEXT MAXLENGTH=x> being off by one (Olli)
  671. - Layouter: META HTTP-EQUIV refresh working again (Olli)
  672. - General: now starts RexxMast if it's not running, to ensure
  673.   button functionality (Olli)
  674. - Layouter: readded frames support (incomplete) (Olli)
  675. - Layouter: made refresh using region-drawing for less unecessary
  676.   backfilling. Please report whether this is actually faster
  677.   than before... (Olli)
  678.  
  679. 3.3.41
  680. ------
  681. - Layouter: fixed target=_parent (Olli)
  682. - Layouter: fixed target=_top, too (grrr) (Olli)
  683. - Layouter: major speedup in scrolling and initial rendering by skipping
  684.   unnecessary backfilling (Olli)
  685. - General: fixed NC3 key reading (KingGuppy)
  686. - Image class: fixed refreshing of images showing textual errors (KingGuppy)
  687. - Layouter: image backfilling should now be properly offset (KingGuppy)
  688. - General: URLs entered into the URL string should now be prefixed with a
  689.   scheme under all circumstances (KingGuppy)
  690. - Layouter: reimplemented <ISINDEX> (KingGuppy)
  691. - Layouter: fixed handling of <BR> [www.siliconcircus.com] (Olli)
  692. - Layouter: </Hx> wasn't setting the "last was blank" flag,
  693.   causing excess indention on the next line (Olli)
  694. - Imgdecode: no longer leaves libraries opened around when something fails in
  695.   libinit (Zapek)
  696. - Imgdecode: added proper reporting of failure to open vapor_toolkit.library
  697.   (Zapek)
  698. - Layouter: removed stupid pseudo-3D-style of <LI> images, for better
  699.   readability and faster rendering (Olli)
  700. - Layouter: fixed backfilling of html view area when no document at all
  701.   is loaded (Olli)
  702. - General: the reload button no longer opens a new window (KingGuppy)
  703. - Layouter: fixed link hotspots being vertically offset under some
  704.   conditions (KingGuppy)
  705. - Layouter: fixed problems with image hspace/vspace > 127 pixels
  706.   [www.heise.de] (Olli)
  707. - Layouter: incremental double buffered refresh now uses a non-backfilling
  708.   layer, for increased rendering speed (Olli)
  709.  
  710. 3.3.42
  711. ------
  712. - Layouter: implemented <NOBR> and <TD NOWRAP> (Olli)
  713. - Layouter: now checks text rendering against visible rectangles
  714.   to speed up scrolling (Olli)
  715. - Layouter: fixed strikethrough and visited link renderings,
  716.   broken some revisions ago. Also minor speed increase in
  717.   style handling during rendering (Olli)
  718. - GUI: scrolling with cursor keys etc. works again (Olli)
  719. - Layouter: cycle chain for form objects is now set properly (Olli)
  720. - Imgdecode: MorphOS build wasn't removing the memhandler on exit (Zapek)
  721. - Parser: now completely skips whitespaces in URLs during assembly
  722.   already (Olli)
  723. - Imgdecode: added detection of completely transparent images,
  724.   which are optimized to not be scaled or blitted at all. Should
  725.   reduce memory consumption and improve rendering speed when many blank
  726.   "filler" images are used. Updated image decoders to V16 (Olli)
  727.  
  728. 3.3.43
  729. ------
  730. - Layouter: now properly sets font styles after a font change,
  731.   fixing rendering artefacts [www.vapor.com] (Olli)
  732. - Imgdecode: fixed various problems with the transparency detection (Olli)
  733. - Imgdecode: fixed image h/vspace being screwed in 3.3.42 (Olli)
  734. - GUI: read-only text gadgets now have the correct MUI background (KingGuppy)
  735. - Layouter: <BUTTON> now defaults to SUBMIT type (KingGuppy)
  736. - Layouter: Began proper <BUTTON> implementation, not yet very pretty
  737.   (KingGuppy)
  738. - GUI: fixed problems with pressing enter in the URL gadget (ahem) (Olli)
  739. - General: now checks for proper image decoder version again (Olli)
  740.  
  741. 3.3.44
  742. ------
  743. - Layouter: links are now properly highlited when active (tab cycled) 
  744.   (Olli)
  745. - GUI: now skips leading spaces in URLs (useful when pasting)
  746. - Layouter: fixed handling of <ISINDEX> (stripping of previous
  747.   query terms) (Olli)
  748. - Layouter: text parsing now produces proper background color as
  749.   configured (Olli)
  750. - Layouter: forms are now auto-submitted when pressing enter inside
  751.   a string gadget (Olli)
  752. - JS: reenabled the JS interpreter, currently called of <script>
  753.   tags only, and no DOM linkage so far (Olli)
  754. - GUI: added a way to open the ErrorWindow through the 'Windows' menu (Zapek)
  755. - General: fixed htmlview class to not reference already closed network
  756.   streams (crash on back/forward, and more) (Olli)
  757. - General: fixed internal "last active window" state keeping, fixing a lot
  758.   of related problems (VIPC, View Source etc.) (Olli)
  759.  
  760. 3.3.45
  761. ------
  762. - General: fixed enforcer hit flood on document.write() (Olli)
  763. - General: fixed really lame stupid crash-on-exit bug, many thanks to stuntzi
  764.   for hunting that one :) (Zapek)
  765. - Image decoder: semaphore-protected the destscreen context, so that no
  766.   more nukes on screen change/iconify should happen (Olli)
  767. - JS: document.write() actually working again now (Olli)
  768. - Layouter: fixed screwup with <obj align=left|right> and center (Olli)
  769. - JS: javascript: scheme now works (Olli)
  770. - General: now properly counts and reports missing images in
  771.   status line (Olli)
  772. - Layouter: hopefully fixed the font size screwup (grrr) (Olli)
  773. - Layouter: fixed the "broken entity" bug (Olli)
  774.  
  775. 3.3.46
  776. ------
  777. - Imgdecode: added protection against looping redirects; will give up
  778.   after 20 redirects now. Revision raised to 16.2 (Olli)
  779. - Layouter: fixed <font size>. Really. Take my word on it. (Olli)
  780. - Layouter: fixed <SCRIPT>/<NOSCRIPT> handling (Olli)
  781. - Layouter: major speed up when dealing with completely bogus
  782.   rowspan values (<td rowspan=9999> etc.). Fixes www.orbs.org et.all.
  783.   (Olli)
  784.  
  785. 3.3.47
  786. ------
  787. - JS: fixed memory leak in string class (Olli)
  788. - Layouter: <br clear=xxx> works again (Olli)
  789. - General: made URL "last visited" history work again (Olli)
  790. - JS: fixed a "Infinity" conversion error (Olli)
  791. - Layouter: fixed <P> to no longer screw with the line alignment mode
  792.   (Olli)
  793. - Imgdecode: Fixed possible semaphore deadlock race on shutdown.
  794.   Bumped rev to 16.3 (Olli)
  795. - Net: fixed possible deadlock condition in network shutdown (Olli)
  796.  
  797. 3.3.48
  798. ------
  799. - Layouter: <TD WIDTH> now takes precedence over <TD NOWRAP>
  800.   [www.satirewire.com] (Olli)
  801. - Layouter: <OPTION> now skips leading blanks from the entry (Olli)
  802. - Layouter: added clever heuristic to determine if we're actually
  803.   looking at HTML even if the server said "text/plain" (Olli)
  804. - General: Fixed DoRexWin, which in turn fixes "GoHome" and
  805.   various other stuff (Olli)
  806. - Layouter: fixed handling of already decoded images so that they
  807.   will be blitted immediately, without going through the placeholder
  808.   stage (Olli)
  809. - General: fixed resetting of gauge status when stuff is fetched
  810.   from the cache (Olli)
  811. - Imgdecode: fixed possible race condition in image decoder
  812.   shutdown, and now temporary raises the image decoder's
  813.   task priority to "0" to avoid V shutdown being hindered by
  814.   a task running ready at pri "0". Bumped rev to 16.4 (Olli)
  815. - General: Bookmarks working again (Olli)
  816.  
  817. 3.3.49
  818. ------
  819. - GUI: added fully configurable context menus (Zapek)
  820. - Layouter: fixed a evil crash in the frameset layouting
  821.   routine which could happen when the frameset specified
  822.   more cols/rows than there were actual frames
  823.   [www.boob.co.uk] (Olli)
  824. - Imgdecode: fixed broken semaphore releasing for AGA (Olli)
  825. - GUI: added 'barlabel' option to the context menus (Zapek)
  826. - GUI: fixed recursion bug in context menus (Zapek)
  827. - JS: fixed Window/Location binding [www.thehun.net] (Olli)
  828. - Layouter: fixed a rather bizarre state screwup in the
  829.   image class which could force V into a huge relayout swope
  830.   if a page had many equal images with unspecified sizes
  831.   [www.adaptec.com] (Olli)
  832. - JS: fixed a problem with windows being initialized with
  833.   a javascript: URL causing enforcer orgies [www.ping.be/bios]
  834.   (Olli)
  835. - JS: fixed document.write() not properly zero-terminating
  836.   the pushed string [www.thehun.net] (Olli)
  837. - GUI: fixed tons of bugs in the context menu editing and turned recursive
  838.   functions into non recursive ones (Zapek)
  839. - GUI: removed context menus temporarily since there are still some bugs left
  840.   (Zapek)
  841.  
  842. 3.3.50
  843. ------
  844. - General: fixed loader not working at all (Zapek)
  845. [public alpha]
  846.  
  847. 3.3.51
  848. ------
  849. - JS: now allows inner functions [www.palm.com] (Olli)
  850. - JS: no longer attempts to execute <SCRIPT LANGUAGE=VBSCRIPT> and
  851.   other unknown script types (Olli)
  852. - JS: fixed problem with navigator.plugins not cleaning up properly
  853.   (Olli)
  854. - JS: fixed window.frames array not being created, causing an
  855.   infinite loop with the standard "escape frameset" code 
  856.   [www.boerse.de, et.al.] (Olli)
  857. - GUI: split status line to show unloaded images, frames
  858.   and other objects individually. Hopefully also fixed all
  859.   remains of the status not being updated properly (Olli)
  860. - Parser: fixed problems when comments spanned network
  861.   blocks (Olli)
  862. - JS: fixed problems with "location" object bindings (Olli)
  863.  
  864. 3.3.52
  865. ------
  866. - Layouter: frames no longer have a minimum size of 64
  867.   pixels (Olli)
  868. - Layouter: fixed space conversion in plain text layout (Olli)
  869. - GUI: "Stop" button now actually stops (Olli)
  870. - JS: fixed problems with document.write() closing all
  871.   open tables during parse (Olli)
  872. - GUI: fixed historylist adding global entries for every frames (Zapek)
  873. - JS: fixed window.frames[] (Olli)
  874. - JS: fixed window.top (Olli)
  875. - JS: fixed window.parent (Olli)
  876. - JS: fixed various more problems with assigning window.location (Olli)
  877.  
  878. 3.3.53
  879. ------
  880. - JS: fixed problems with <A HREF=javascript:> execution in
  881.   framesets (Olli)
  882. - Layouter: added <BASEFONT> (Olli)
  883. - Layouter: boolean attributes now default to TRUE if only the attribute
  884.   name is specified (Olli)
  885. - Parser: now accepts hex notation for integer arguments (Olli)
  886. - JS: fixed problem with pages which build framesets
  887.   with JS document.write(), where the frameset where subsequently
  888.   not executed due to "document incomplete" flagging [www.postbank.de]
  889.   (Olli)
  890. - JS: fixed problems with some missing class names, causing
  891.   havoc on ToString(). Also, window class now returns proper
  892.   class name depending on whether it's instantiated as
  893.   a window or a frame object (Olli)
  894. - Layouter: fixed <NOFRAMES> (Olli)
  895. - Layouter: fixed shift + click not working for links and imagelinks (Zapek)
  896. - JS: made event subsystem work (Olli)
  897. - JS: Anchor now supports OnMouseOut, OnMouseOver and OnClick events (Olli)
  898. - JS: Anchor class is now correctly named "Link" (Olli)
  899.  
  900. 3.3.54
  901. ------
  902. - JS: added missing isFinite() function (Olli)
  903. - SSL: fixed a freeing-static-memory issue in the certificate handling
  904.   functions. .vlib version raised to 8.7 (Olli)
  905. - JS: child document member child by name location (Olli)
  906. - JS: added image object properties [hover images should now work
  907.   again] (Olli)
  908. - JS: made document.images[], document.forms[], document.links[],
  909.   document.anchors[], document.embeds[], document.plugins[]
  910.   and document.lastModified work (Olli)
  911. - General: fixed nuke on form submit, introduced in 3.3.53 (Olli)
  912.  
  913. 3.3.55
  914. ------
  915. - JS: fixed document.lastModified (grr, I suck) (Olli)
  916. - Rexx: added 'LoadBackground' command (Zapek)
  917. - GUI: selected entry in context menus was always wrong, sigh (Zapek)
  918. - GUI: fixed 'GoBackward' and 'GoForward' not working when being called from a
  919.   context menu (Zapek)
  920. - General: fixed a recently introduced memleak when closing a frame with a
  921.   background (Zapek)
  922. - General: fixed complete nuke when moving mouse pointer over an image
  923.   inside a frame (ahem) (Olli)
  924.  
  925. 3.3.56
  926. ------
  927. - JS: fixed access to window.history and document.history object (Olli)
  928. - JS: added form.submit() (Olli)
  929. - Parser: no longer strip spaces except from the begining and the ending of
  930.   an URL (Zapek)
  931. - GUI: added a nicer way of handling the auto scheme and space stripping when
  932.   typing an URL (Zapek)
  933. - JS: form objects now properly list their member objects (Olli)
  934. - JS: fixed problems with link targets adressing windows which are not
  935.   part of the current frameset (Olli)
  936. - JS: reenabled window.open() (Olli)
  937. - Rexx: removed 'ReloadURL', use 'OpenURL RELOAD' instead (Zapek)
  938. - Rexx: added command 'OpenSourceView' which does something obvious (Zapek)
  939. - Rexx: added command 'OpenDocInfo' (Zapek)
  940. - Image decoder: fixed problem with certain PNG images on hicolor/truecolor
  941.   destination screens. Bumped version to 16.7 (Olli)
  942. - Rexx: added a way to open images separately in a new window (Zapek)
  943. - GUI: fixed imagelinks context menu showing up for non imagelink images
  944.   (Zapek)
  945. - Rexx: added command 'SaveURL' (Zapek)
  946. - General: fixed normal menus not working (Zapek)
  947. - Prefs: updated defaults (Zapek)
  948. - Prefs: reset the context menu prefs to fresh defaults (Zapek)
  949. - GUI: removed context menu editing yet again due to last minute major bug,
  950.   sigh (Zapek)
  951. [public alpha]
  952.  
  953. 3.3.57
  954. ------
  955. - GUI: faster incremental layout on (genuine) CyberGraphX systems (Zapek)
  956. - GUI: added remapping of the key/ftp/http images (Zapek)
  957. - Imgdecode: added masking for the MorphOS version (Zapek)
  958. - Layouter: the double-buffer bitmap and associated layer/region
  959.   info is now cached, yielding less memory fragmentation and major
  960.   speed increase in incremental refresh (Olli)
  961. - Rexx: fixed method being executed on a NULL object (Zapek)
  962. - Layouter: fixed link target=_self to not open a new 
  963.   window (ahem) [www.skoda.de] (Olli)
  964. - GUI: fixed shift + click downloading not working for images (Zapek)
  965. - GUI: the context menu editor is back (Zapek)
  966. - GUI: the context menu over an imagelink doesn't ignore the actions for the
  967.   link anymore (Zapek)
  968. - GUI: fixed context menu actions being executed on the frameset instead of
  969.   the real frame everytime (Zapek)
  970.  
  971. 3.3.58
  972. ------
  973. - General: fixed status counter plurals for "frames" and "objects" (Olli)
  974. - Layouter: fixed image map areas, broken a few revs ago (Olli)
  975. - Layouter: pages >10000 pixel are no longer chopped (Olli)
  976.  
  977. 3.3.59
  978. ------
  979. - General: fixed MUI 3.8 compatibility (ahem) (Olli)
  980.  
  981. 3.3.60
  982. ------
  983. - Layouter: support for <EMBED>ed plugins reenabled (Olli)
  984.  
  985. 3.3.61
  986. ------
  987. - General: (hopefully) fixed the lockup-on-shutdown bug (Olli)
  988. - General: fixed MUI 3.8 compatibility (again, robo-ahem) (Olli)
  989. - JS: fixed enforcer flood created by debug output of objrefs with
  990.   NULL or undefined values (Olli)
  991. - JS: fixed document custom property lifetime issues (Olli)
  992. - JS: fixed objref "null" string conversion (Olli)
  993. - JS: fixed objref "null" boolean conversion. Actually, stuff like
  994.   "var x = null;" with "x" yielded TRUE before... (Olli)
  995. - JS: fixed a path assembly bug when assigning partial URLs to
  996.   Image.src (Olli)
  997.  
  998. 3.3.62
  999. ------
  1000. - JS: fixed some problems with with() not working on certain objects
  1001.   (notably "navigator") (Olli)
  1002. - Layouter: the first space in <textarea> text is now eaten up, to
  1003.   conform to usual semantics (Olli)
  1004. - Layouter: form content remembering on back/forward now works
  1005.   again (Olli)
  1006. - Layouter: form "Reset" now works again (Olli)
  1007. - Layouter: fixed broken default value assignment for <INPUT TYPE=FILE>
  1008.   objects (Olli)
  1009. - General: "Ignore Meta Refresh" works again (Olli)
  1010. - General: "Image loading" modes are working again (Olli)
  1011. - JS: fixed a problem with name clashes between user functions and
  1012.   members of the current context object (e.g. "function scroll()")
  1013.   (Olli)
  1014. - JS: JS timers now working (setTimeout()/setIntervall(),
  1015.   clearTimeout()/ClearIntervall()). Resolution is ~100ms. Currently
  1016.   only works with expressions as arguments, not functions (Olli)
  1017.  
  1018. 3.3.63
  1019. ------
  1020. - JS: it's of course setInterval()/clearInterval(), not setIntervall() 
  1021.   (I suck) (Olli)
  1022. - JS: timers now also work with function arguments (JS 1.2) (Olli)
  1023. - Layouter: <erm> another <well> MUI 3.8 <uhm> fix (Olli)
  1024.  
  1025. 3.3.64
  1026. ------
  1027. - JS: fixed a lame bug in object comparision which would cause comparisions
  1028.   like "top == self" to yield bogus results (Olli)
  1029. - JS: taught scanner/parser about regexp literals (Olli)
  1030. - Rexx: OpenURL now detects if the action has to be done on the link or on 
  1031.   the image so "Open link in new window" really works now (Zapek)
  1032. - Layouter: fixed backfill offset problem, introduced in 3.3.58 (Olli)
  1033. - JS: setTimeout/setIntervall now properly returns the timer ID (Olli)
  1034. - JS: scanner now properly detects unterminated regular expressions (Olli)
  1035. - Layouter: target="_parent" was still dysfunctional (Olli)
  1036. - Layouter: fixed backfill for empty pages (Olli)
  1037. - Layouter: embed class would never close the net stream, and thus
  1038.   both loose memory and possibly nuke severly if the object was
  1039.   disposed before the net load finished [www.formel-eins.de] (Olli)
  1040. - GUI: removed last stack recursive function from the menu editing (Zapek)
  1041. - GUI: fixed nasty bug that would trash context menu entries when editing 
  1042.   them (Zapek)
  1043. - GUI: when editing a prefsmenu entry and immediately pressing 'OK' without
  1044.   switching to another entry it's saved correctly (Zapek)
  1045. - GUI: separators weren't saved properly (Zapek)
  1046.  
  1047. 3.3.65 [1st public beta]
  1048. ------------------------
  1049. - Layouter: <BASE TARGET=xxx> now works (Olli)
  1050. - GUI: first click on the context menu editor's list wasn't handled, so
  1051.   editing the entry would do nothing. Listtree bug, grrr (Zapek)
  1052. - GUI: new entries in the context menu editor weren't saved correctly (Zapek)
  1053. - GUI: fixed the 'remove' button in the context menu editor (Zapek)
  1054.  
  1055. 3.3.66
  1056. ------
  1057. - General: Netinfo window would nuke if there were long URLs with "%"
  1058.   in them (Olli)
  1059. - GUI: 'SaveURL' wasn't working when saving the link of an imagelink (Zapek)
  1060. - General: debug level is now settable via menus (Olli)
  1061. - General: minor speed up in refresh clip handling (Olli)
  1062. - General: memory allocated for scaled images was never freed (Olli)
  1063. - General: removed unnecessary prefs/button image copying (Olli)
  1064.  
  1065. 3.3.67
  1066. ------
  1067. - GUI: fixed key image sizes (erm) (Olli)
  1068. - JS: added grammar workaround for websites which produce
  1069.   (wrong, but IE-accepted) code like "if(cond){statement};else{statement}"
  1070.   [translator.go.com] (Olli)
  1071. - JS: fixed bogus line numbers be reported in error window (note that
  1072.   for line counting purposes, only '\n' (linefeeds) are considered
  1073.   line breaks) (Olli)
  1074. - Layouter: now understands <noembed> (Olli)
  1075. - JS: navigator.mimeTypes[] functional (Olli)
  1076. - JS: plugin.enabledPlugin functional (Olli)
  1077. - General: extended plugin interface so that plugin can provide
  1078.   Alias IDs under which they are listed in navigator.plugins --
  1079.   this is mostly to workaround lame JS code which doens't
  1080.   check navigator.mimeTypes[], but also does a name comparision
  1081.   on navigator.plugins[] [www.grow.de] (Olli)
  1082.  
  1083. 3.3.68
  1084. ------
  1085. - JS: do {...}áwhile(cond); now works (Olli)
  1086. - GUI: fixed problem with the mouse pointer being
  1087.   out of area on links etc. not being filtered correctly (Olli)
  1088. - GUI: now remembers tearoff settings for windows again (Olli)
  1089. - GUI: fixed "Goto Bookmarks" (Olli)
  1090. - GUI: fixed "Open Local file" (Olli)
  1091. - GUI: fixed updating of spoof menu entries (Olli)
  1092. - General: fixed plugin seturl() callback (Olli)
  1093. - Plugin: removed Alias IDs (Zapek)
  1094. - JS: fixed a rather bizarre problem with object
  1095.   literal initialization (Olli)
  1096. - JS: "var x;" now properly initializes the object to "undefined"
  1097.   (Olli)
  1098. - JS: fixed comparisions against "undefined" (Olli)
  1099. - JS: switch/case now works (Sircus)
  1100.  
  1101. 3.3.69
  1102. ------
  1103. - JS: Object class now knows the valueOf() method (Olli)
  1104. - JS: setting an unmodifable property of an DOM object
  1105.   now longer causes a major crash [www.08whatever.com] (Olli)
  1106. - JS: document.title can now be set (Olli)
  1107. - JS: regular expressions mostly working (objects and
  1108.   literals) (Olli)
  1109.  
  1110. 3.3.70
  1111. ------
  1112. - JS: numerous bugfixes in RegExp object (sigh) (Olli)
  1113. - General: password fields no longer remember their contents
  1114.   on back/forward (Olli)
  1115. - JS: onmouseclick, onmouseover and onmouseout now works for
  1116.   <AREA> objects (Olli)
  1117. - JS: added toLowerCase()/toUpperCase() to String object (Neko)
  1118. - JS: added missing <input type=button|submit|reset> DOM 
  1119.   functionality (Olli)
  1120. - JS: assigning "null" to a function pointer no longer causes
  1121.   a straight visit to hell (Olli)
  1122. - GUI: fixed the random issues of the Historylist (Zapek)
  1123. - JS: added missing <input type=text|password> DOM functionality
  1124.   (Olli)
  1125. - GUI: fixed 'Open file...' menu crashing (Zapek)
  1126.  
  1127. 3.3.71
  1128. ------
  1129. - General: no longer fails to start if locale.library isn't
  1130.   present for some reason (Olli)
  1131. - JS: added String.concat() (Neko)
  1132. - JS: fixed a rather nasty bug that JS execution context
  1133.   (variables etc.) got mixed up between frame sets when JS
  1134.   code was executed in various frames at the same time (Olli)
  1135.  
  1136. 3.3.72
  1137. ------
  1138. - GUI: fixed Historylist really this time.. as usual (Zapek)
  1139. - General: now doing to a new URL will abort all the images being loaded in
  1140.   the current one (Zapek)
  1141. - Layouter: link underlines are again now rendered at font baseline + 1,
  1142.   like with the previous layout engine (Olli)
  1143. - JS: fixed a problem with the form object not building it's child
  1144.   list properly (Olli)
  1145. - JS: body onload & unonload now work (Olli)
  1146. - JS: fixed onblur/onfocus events in button & textfields (Olli)
  1147. - JS: added missing <SELECT> DOM functionality (except the
  1148.   .options array) (Olli)
  1149. - JS: fixed a problem with the document object not being in the
  1150.   context of event handler executed code [www.vapor.com] (Olli)
  1151. - Network: added semaphore protection to avoid race conditions between the
  1152.   network task and the netinfo window which could lead to methods being pushed
  1153.   on non existent objects, thus crashing (Zapek)
  1154. - JS: added missing <INPUT TYPE=HIDDEN> DOM functionality (Olli)
  1155.  
  1156. 3.3.73
  1157. ------
  1158. - JS: it's now possible to set Form.Select.selectedIndex (Olli)
  1159. - JS: method calls for most DOM objects were blatantly broken (Olli)
  1160. - JS: made focus() and blur() actually work [www.google.com] (Olli)
  1161. - JS: added missing DOM functionality for <INPUT TYPE=CHECKBOX>
  1162.   objects (Olli)
  1163.  
  1164. 3.3.74
  1165. ------
  1166. - JS: added missing <TEXTAREA> DOM functionality (Olli)
  1167. - General: fixed broken IPC (Zapek)
  1168. - Layouter: made <s> equivalent to <strike> (erm), and added <del> (Olli)
  1169. - Layouter: made <tt> work (Olli)
  1170. - Layouter: <... VALIGN> was completely messed up, because the routine
  1171.   used for this actually checked against ALIGN again (Olli)
  1172. - General: due to a cvs merge problem, all links where in fact
  1173.   triggered *twice* (only really showed with mailto: links, though)
  1174.   (Olli)
  1175. - General: fixed internal mailto: being completely broken (The, David, The)
  1176.   (Olli)
  1177. - Imagedecode: fixed low mem handler. Due to some semaphore screwup,
  1178.   it would never free image memory when the low mem situation was caused
  1179.   by the image decoder process itself, which however was very likely.
  1180.   (Olli)
  1181. - Imagedecode: fixed incomplete images not being flushed and
  1182.   reloaded properly (Olli)
  1183. - Imagedecode: fixed a problem with imgdec_abortload() not properly
  1184.   flagging the image as "broken" if the abort happened before any
  1185.   image data was actually loaded, thus screwing up the layouter
  1186.   heavily, causing deadlocks and stuff. Raised version to 16.10 (Olli)
  1187. - General: fixed enforcer hit flood during layout when image loading 
  1188.   was turned off (Olli)
  1189.  
  1190. 3.3.75 [2nd public beta]
  1191. ------------------------
  1192. - JS: implemented window.focus() and window.blur() (the latter
  1193.   being a no-op) (Olli)
  1194. - JS: fixed event handler execution so that "this" properly
  1195.   points to the source object (Olli)
  1196. - JS: the "form" property of several form objects was 
  1197.   undefined (Olli)
  1198.  
  1199. 3.3.76
  1200. ------
  1201. - JS: again, setting properties which weren't settable could cause
  1202.   a major crash, due to the fact that the custom property handlers
  1203.   were trying to interpret a string (or other) value as an object.
  1204.   Now hopefully fixed once and for all, in case such a thing happens,
  1205.   a "Property can't be modified" message is thrown up (Olli)
  1206. - JS: it's now possible to set form.target and form.action
  1207.   [www.teleauskunft.de] (Olli)
  1208. - General: fixed MUI app object contained version string (which
  1209.   is also shown by Exchange) (Olli)
  1210. - JS: added date.toLocaleString(), date.toUTCString(), date.toGMTString(),
  1211.   date.getMilliseconds() and date.setMilliseconds() (Olli)
  1212. - JS: added the UTC versions of the date.getXX() functions (Olli)
  1213. - JS: added the UTC versions of the date.setXX() functions (Olli)
  1214. - JS: made Date.parse() work (Olli)
  1215. - JS: implemented the Date(millis) and Date(string) date class
  1216.   constructors (Olli)
  1217. - JS: serious bug in the scanner would interpret all numeric
  1218.   literals without a decimal point as a 32 bit integer, thus
  1219.   screwing up values which didn't fit into this range (notably
  1220.   Date initializers) (Olli)
  1221. - JS: implemented the Date(year,month,day) etc.pp. constructors
  1222.   (Olli)
  1223. - JS: fixed problem with anchor mouseover event handler return
  1224.   code being ignored under certain circumstances (Olli)
  1225.  
  1226. 3.3.77
  1227. ------
  1228. - JS: added form.reset() (Olli)
  1229. - Layouter: added percentage support for WIDTH and HEIGHT in the <IMG> tag
  1230.   (Zapek)
  1231. - Layouter: fixed a problem in the group class causing it to ignore
  1232.   margins when layouting inner objects (Olli)
  1233. - Layouter: fixed a problem with cascaded <... align=left> objects
  1234.   being not properly layed out (Olli)
  1235. - Layouter: fixed a really bizarre interaction with <li> and
  1236.   left aligned tables [www.tomshardware.com] (Olli)
  1237. - Imagedecode: fixed a very longstanding bug in the AGA c2p code
  1238.   which would write excess data for every 17, 49 etc. column.
  1239.   Also optimized the code a bit while being at it. Version bumped 
  1240.   to 16.11. (Olli)
  1241. - Layouter: added percentage support for WIDTH and HEIGHT in the <EMBED> tag
  1242.   (Zapek)
  1243.  
  1244. 3.3.78
  1245. ------
  1246. - Layouter: fixed the very same layout interaction problem for
  1247.   align=right objects now (ahem) (Olli)
  1248. - Rexx: changed OpenURL to LoadURL and put back the old OpenURL version. ARexx
  1249.   scripts should now work and openurl.library as well (Zapek)
  1250. - Layouter: fixed a problem with the "end of page" operations sometimes
  1251.   not being triggered properly (status update, triggering of meta refresh,
  1252.   etc.) (Olli)
  1253. - Prefs: added automatic conversion of "ReloadURL FORCE" to "LoadURL RELOAD
  1254.   FORCE" for people not reading readmes :) (Zapek)
  1255. - Layouter: fixed a selection problem with large <SELECT> lists which were
  1256.   not in multiple mode [www.xe.com/ucc] (Olli)
  1257. - JS: fixed a potential race condition in setting JS timers which
  1258.   could cause a full lockup (Olli)
  1259. - Net: POSTing to URLs containing #anchors was completely dysfunctional
  1260.   [www.excite.co.uk] (Olli)
  1261. - JS: undefined variables now indeed evaluate to "undefined", instead
  1262.   of causing an error bail out [a good quarter of the www] (Olli)
  1263. - Layouter: added ALIGN=MIDDLE as an alias for ALIGN=CENTER (similiar
  1264.   to the existant VALIGN=CENTER alias for VALIGN=MIDDLE) (Olli)
  1265. - Net: when following a redirect, the target GET is now sent
  1266.   with the ORIGINAL URL as a Referer:, instead of the FORWARDING URL.
  1267.   This fixes problems with scripts checking the Referer: and relying
  1268.   on the MSIE behavior [www.lycos.co.uk SMS service] (Olli)
  1269. - Net: made the date parser a bit more forgiving against slightly
  1270.   offstandard date formats -- should fix some problems with cookies
  1271.   expiring too quickly (like, immediately) (Olli)
  1272. - Prefs: when all cookies were deleted, the list wasn't saved,
  1273.   thus the cookies reappeared after a restart (Olli)
  1274.  
  1275. 3.3.79 [3rd public beta]
  1276. ------------------------
  1277. - Layouter: changes in image sizes didn't cause the necessity
  1278.   of scrollers to be reevaluated. This mostly showed when loading
  1279.   individual po^H^Himages (Olli)
  1280. - Layouter: increased chance that upon showing individual images,
  1281.   image info can be shown in the window title properly (Olli)
  1282. - Layouter: fixed enforcer hits when only one of the image
  1283.   dimensions was specified (Olli)
  1284. - Layouter: now supports transparency in background images (Olli)
  1285. - General: added workaround for broking URLs of the form
  1286.   http://www.theviking.net?blah=blubb (i.e., missing "/" after host) 
  1287.   (Olli)
  1288. - Layouter: now strips off URI arguments when submitting a form
  1289.   (Olli)
  1290. - Prefs: fixed automatic prefs conversion not working for context menus
  1291.   (Zapek)
  1292. - JS: setting of custom properties on the document object works
  1293.   again (Olli)
  1294. - Net: fixed enforcer hits on FTP login (Olli)
  1295.  
  1296. 3.3.80
  1297. ------
  1298. - GUI: context menu for images now shows the image info in
  1299.   the title (Olli)
  1300. - GUI: fixed memory leak everytime a context menu was shown (Olli)
  1301. - JS: V wouldn't execute <script> tags which had an explicit
  1302.   language="Javascript" attribute (Olli)
  1303. - Layouter: fixed a bug in the layout engine which would
  1304.   miscalculate the width of an object if it contained <pre>
  1305.   formatted text (or was a <TD NOWRAP> cell) and certain
  1306.   types of inline objects (notably, anchors) (Olli)
  1307. - Layouter: hopefully finally and for all fixed fancy interactions
  1308.   between <p>, <div>, <center> and <hx> line aling modes (Olli)
  1309.  
  1310. 3.3.81
  1311. ------
  1312. - Layouter: form data stripping (as introduced in 3.3.79)
  1313.   only takes place when the form METHOD is not POST (Olli)
  1314. - Layouter: "#fragment" addressing now works, in both
  1315.   loading and intra-document links (Olli)
  1316. - Layouter: fixed problems with empty <select> lists (Olli)
  1317. - Layouter: fixed problems with div/p alignments going
  1318.   awry sometimes (Olli)
  1319. - Layouter: <LI> now sets last-was-space mode correctly (Olli)
  1320. - JS: made <script src=url> work (Olli)
  1321. - Layouter: made the heuristics which causes V to ignore obviously
  1322.   bogus <TD WIDTHs> less sensitive, to avoid problems with narrow
  1323.   windows ["fixes" table_width.html] (Olli)
  1324.  
  1325. 3.3.82
  1326. ------
  1327. - Layouter: made color code parser more forgiving on ultra-crap
  1328.   HTML (rgb specs with "O" instead of "0", missing "#" etc.)
  1329.   (Olli)
  1330. - Net: fixed the possibility of a reloaded node still catching
  1331.   cached content due to a state race condition (Olli)
  1332. - GUI: fixed context menus which could pick wrong anchors (Zapek)
  1333. - Layouter: empty color specs are now ignored throughout (Olli)
  1334. - Layouter: now understands hex numerical entities (Olli)
  1335. - JS: real-to-string conversion now produces up to 32 digit
  1336.   numbers before reverting to scientific notation (Olli)
  1337. - JS: parseInt() now understands numbers in scientific notation (Olli)
  1338.  
  1339. 3.3.83
  1340. ------
  1341. - JS: for( x in obj ) now works (Olli)
  1342. - JS: fixed function.toString() (Olli)
  1343. - JS: fixed a memory trashing issue when toString()ing an empty
  1344.   array (Olli)
  1345. - Layouter: <p> at the top of an empty container no longer
  1346.   causes blank space (Olli)
  1347. - Layouter: fixed a complicated screwup involving unspecified
  1348.   tables and cellspacing/border/cellpadding induced rounding
  1349.   errors (Olli)
  1350. - General: fixed a potential crash due to a race condition
  1351.   on form submission by pressing enter in a string
  1352.   field (Olli)
  1353. - General: fixed another potential crash when submitting
  1354.   a form twice or more times while the first submit is
  1355.   still ongoing (Olli)
  1356.  
  1357. 3.3.84
  1358. ------
  1359. - Layouter: "Pragma: no-cache" is now also honored when it's specified
  1360.   in HTTP-EQUIV (Olli)
  1361. - Layouter: Meta-Refresh now always triggers a forceful reload (Olli)
  1362. - Layouter: image and table cell relative widths are now clipped between
  1363.   [0%,100%] (Olli)
  1364. - JS: fixed Real class string conversion for more accuracy, too (Olli)
  1365. - Imgdecode: MorphOS imgdecoder's revision was never set (Zapek)
  1366. - Layouter: no more unneccesary screen refresh when switching
  1367.   pages (Olli)
  1368. - Layouter: URL assembly no longer removes blanks; they are
  1369.   converted into %20s later in networking (Olli)
  1370. - Layouter: GIF anims now stop if the window is deactivated (Olli)
  1371.  
  1372. 3.3.85
  1373. ------
  1374. - Imgdecode: removed the 'Optimized updating' option which is now unecessary
  1375.   (Zapek)
  1376. - Prefs: stopping anims on window activation/deactivation is now settable
  1377.   (Zapek)
  1378. - Layouter: GIF anims reactivation do really work (Zapek)
  1379. - GUI: fixed the context menu doing enforcer hits when there was no entry
  1380.   selected and the object was disposed (Zapek)
  1381. - GUI: fixed prefspanel crash when changing panel quickly (Zapek)
  1382. - JS: properly class Select.selectedIndex was broken for <select>
  1383.   objects which were represented as a popup list (Olli)
  1384. - JS: fixed some more (sigh) scoping problems with regards to
  1385.   the this pointer, and the default scoping object [www.autobild.de]
  1386.   (Olli)
  1387. - JS: implemented select.options[] (read-only, so far) (Olli)
  1388. - Layouter: fixed status not updating properly problems with frames
  1389.   pages (Olli)
  1390.  
  1391. 3.3.86
  1392. ------
  1393. - Imgdecode: oops, line decoding was turned on (Zapek)
  1394. - Layouter: fixed a problem with interpretating relative widths
  1395.   of tables when any margin constraint was active (i.e, an
  1396.   left-aligned image or table) (Olli)
  1397. - JS: parent of topmost window is now the topmost window itself.
  1398.   No, I'm not going to comment on this. Really. I don't. I'm in
  1399.   full control of my emotions. [www.nvidia.com] (Olli)
  1400. - JS: function pointers now evaluate to boolean TRUE in
  1401.   bool conversion, instead of throwing a "invalid type
  1402.   conversion" fit [www.t-online.de] (Olli)
  1403. - Imgdecode: raised PPC's stacksize and added priority setting like the 68k
  1404.   version (Zapek)
  1405. - Layouter: now ignores duplicate <body> tags [www.planetquake.com] (Olli)
  1406. - JS: window.scrollXX() now works (Olli)
  1407. - JS: moved toString() implementation into the interpreter, no more
  1408.   per-object implementations are necessary. This closes some holes
  1409.   with objects which didn't properly implement toString (notably
  1410.   document) (Olli)
  1411. - JS: fixed Object.valueOf() (Olli)
  1412. - General: reduced per-object memory consumption a bit (Olli)
  1413. - JS: read-access to variables of other frames is now possible (Olli)
  1414. - JS: fixed a nice collection of problems with typeof(), notable
  1415.   it causing a "too many objects in expression" error [www.palm.com]
  1416.   (Olli)
  1417. - JS: fixed a problem with array references used in expressions (Olli)
  1418. - General: source view now no longer opens for anything which is not
  1419.   text/* (Olli)
  1420.  
  1421. 3.3.87
  1422. ------
  1423. - Layouter: fixed a problem with the image buffer and nested
  1424.   html views (i.e., frames), causing nukes with MUI 3.8 and
  1425.   inefficiency with MUI 4 (Olli)
  1426. - JS: removed document.parent property (doesn't exist by
  1427.   DOM spec, and creates ambiguity with window.parent) 
  1428.   [www.jschoenfeld.com] (Olli)
  1429. - JS: fixed problems with line numbers in error reports (Olli)
  1430.  
  1431. 3.3.88
  1432. ------
  1433. - JS: fixed remaining line number counting problem in
  1434.   conjunction with document.write() (Olli)
  1435. - JS: fixed problems with document.forms[] et.all. not
  1436.   being up to date properly (Olli)
  1437. - JS: fixed document.embeds/plugins[] -- really, this time (Olli)
  1438. - JS: implemented proper mark&sweep garbage collector for maintaining
  1439.   object lifetimes. Should fix all niggling random bugs induced by
  1440.   the previous broken (by implementation and design) refcounting
  1441.   approach (Olli)
  1442. - Layouter: fixed a crash-o-bang problem with lists with a
  1443.   nesting depth > 6 (Olli)
  1444. - JS: now supports line continuation in strings properly ("\" at
  1445.   end of line) (Olli)
  1446. - JS: fixed problems with certain types of object member
  1447.   addressing crashing hard when the object is undefined/null (Olli)
  1448. - Layouter: fixed a problem with the network module confusing
  1449.   Referer and actual URL, causing problems with redirects (Olli)
  1450. - JS: implemented missing "Radio" class DOM functionality (Olli)
  1451. - Layouter: fixed a problem where RectFill() could be called
  1452.   with broken parameters (top<bottom), thus wrecking havoc
  1453.   (Olli)
  1454.  
  1455. 3.3.89
  1456. ------
  1457. - JS: fixed a problem with window.frames[] possibly being
  1458.   incomplete when being referenced "too quickly" (Olli)
  1459. - JS: building of window.frames[] was seriously broken
  1460.   with nested framesets (Olli)
  1461. - JS: button.value is now settable (Olli)
  1462. - General: "Stop" would crash on frames pages (Olli)
  1463. - Layouter: removed , entity, to avoid freak interactions
  1464.   with the IE precedent of converting entites in URLs (grrr),
  1465.   and IE not knowing , (grrr) (Olli)
  1466. - JS: fixed GC issue with navigator.plugins[] and 
  1467.   navigator.mimetypes[] (Olli)
  1468. - JS: fixed GC issues with document custom properties (Olli)
  1469. - JS: implemented missing String.split() method (Olli)
  1470. - JS: fixed Radio.onClick() event handler (Olli)
  1471. - JS: fixed an GC issue with radio buttons (Olli)
  1472. - Layouter: will now remove the last spaces in a container (Olli)
  1473. - General: authentications and history won't be saved to disk if V
  1474.   failed to start (Zapek)
  1475. - Cache: doesn't save the cache on exit if V didn't start (Zapek)
  1476. - Imgdecode: recompiled with MorphOS directcalls and added new PPC direct
  1477.   callback API (Zapek)
  1478. - GUI: SpeedBarObjects failing to be created would lead to a crash (Zapek)
  1479. - General: cleaned up brush memory handling functions mess (Zapek)
  1480. - Layouter: added completely kewl new table sizing algorithm(tm)
  1481.   (Sircus)
  1482. - JS: implemented document.cookie (read only) (Olli)
  1483.  
  1484. 3.3.90
  1485. ------
  1486. - Layouter: rendering speedup with lots of anchors, divs, paragraphs
  1487.   or manual linebreaks (Olli)
  1488. - Layouter: fully transparent background images are now dropped
  1489.   completely (Olli)
  1490. - GUI: fastlink buttons failing to be created would lead to a crash (Zapek)
  1491. - Layouter: fixed table border rendering, broken in 3.3.89 (Olli)
  1492. - JS: fixed a GC issue with form cycles, causing crashes when
  1493.   the options array was referenced (Olli)
  1494. - Layouter: due to a silly string comparision mistake, image map areas
  1495.   types DEFAULT, POLY/GON or CIRCLE didn't work (always interpreted
  1496.   as RECT) (Olli)
  1497. - Layouter: <input type=image> objects would have their name
  1498.   padded out with bogus spaces (Olli)
  1499. - JS: javascript: links used as a src for new frames or windows
  1500.   would nuke horribly (Olli)
  1501. - Layouter: non-multi-select listview <select> items would retain
  1502.   the previous selected entry without any chance to reset it when
  1503.   going back through navigation (Olli)
  1504.  
  1505. 3.3.91
  1506. ------
  1507. - JS: fixed a problem with timers eating up all available memory
  1508.   due to constantly allocating new bytecode space (Olli)
  1509. - JS: the garbage collector is now run regularly after executing
  1510.   event handlers or timers (Olli)
  1511. - JS: fixed another bizarre problem involving the garbage collector
  1512.   object handling order -- fixes various random crashes on quit,
  1513.   on leaving framesets etc. (Olli)
  1514. - Layouter: now handles TABs in <pre> formatted text
  1515.   properly (Olli)
  1516.  
  1517. 3.3.92
  1518. ------
  1519. - JS: fixed initialization of the random number generator used
  1520.   for Math.random() (Olli)
  1521. - Imgdecode: Now detects if an GIF or PNG is marked as being
  1522.   transparent without the mask being actually used. This allows
  1523.   for much more efficient blitting, esspecially when "transparent"
  1524.   images are used for backgrounds by Dreamweaver-class webdesigners
  1525.   [www.unreal2.com, and others]. Image decoder version raised to
  1526.   18.0 (Olli)
  1527. - Layouter: double buffering was accidentally disabled after
  1528.   the first refresh, causing heavy flickery on subsequent
  1529.   refreshes (Olli)
  1530. - Layouter: now stores the horizontal and vertical positions of visited
  1531.   webpages in the Historylist (Zapek)
  1532. - General: if a small critical memory allocation failed, V wouldn't display an
  1533.   alert message (Zapek)
  1534.  
  1535.