home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / voyager / v3_3_beta122.readme < prev    next >
Text File  |  2014-05-19  |  92KB  |  2,135 lines

  1.   __   __  
  2.   \ \ / 3 | Voyager 3.3beta122
  3.    \ V /  | Beta Release (1.4.2002)
  4.     \_/   | http://v3.vapor.com/
  5.             
  6. Welcome to V3.3beta122
  7.  
  8. This is the 8th "beta" version of V3 with the new layout
  9. engine. It now has approached a somewhat usable state again.
  10. It's still not compiled with code-optimisation (68k), it
  11. hasn't been manually optimised yet and it still contains
  12. tons of debugging code (and, possibly, the associated bugs).
  13.  
  14. This is a full release archive and contains everything
  15. needed to run Voyager (except MUI 3.8). Please, do NOT
  16. install this over an old V 3.2 installation, because
  17. some of the subsystems are no longer compatible.
  18.  
  19. The archive contains the "Classic Amiga" 68020+
  20. build. The native MorphOS build is available in
  21. a different distribution.
  22.  
  23. Improvements over the last public beta (3.3.120):
  24.  
  25.  - bugfixes
  26.  
  27. Notable known deficiencies (not worth reporting):
  28.  
  29.  - list item blocks don't get proper indentation
  30.    (same for BLOCKQUOTE)
  31.  - no printing at all
  32.  - Navigation within frames is, erm, suboptimal
  33.  - JS: function calls across frames don't pass arguments
  34.  - "fullscreen" mode and "single window" mode used together
  35.    have some complicated quirks resulting in gfx glitches
  36.  - no SSL support for MorphOS yet
  37.  - VFlash plugin doesn't detect resizes
  38.  - Download window will close when you close the last
  39.    browser window, even if it's downloading
  40.  - this list doesn't seem to be shrinking with new
  41.    beta versions
  42.  
  43. ------------------------------------------------------------
  44.  
  45. Support & Bug reporting
  46. =======================
  47.  
  48. Bug reports are appreciated, just stuff as much information
  49. as possible into them. A quick glance at the V mailing list
  50. will reveal whether 50000 people have already reported
  51. before. The JSERROR.LOG functionality will come in handy
  52. for dealing with JS quirks.
  53.  
  54. There's now an automated bug tracking system located at
  55.  
  56.  http://bugs.vapor.com/
  57.  
  58. To submit a bug report, simply mail it to
  59.  
  60.  <voyager-bugs@vapor.com>
  61.  
  62. You will receive a receipt and a tracking ID, which allows
  63. you to track your bug report stats in the bug database.
  64.  
  65. Please join the Voyager mailing list to discuss this beta
  66. release. Please do not contact any of the authors directly -
  67. their time is severly limited, and chances are good that
  68. you want them to do some work on the code instead of
  69. answering mail all day long :)
  70.  
  71. To subscribe, mail to
  72.  
  73.  <voyager-request@vapor.com>
  74.  
  75. and put "SUBSCRIBE" in the subject or body of the mail.
  76. The mailing list is archived at
  77.  
  78.  http://www.mail-archive.com/voyager@vapor.com/
  79.  
  80. Credits
  81. =======
  82.  
  83. Voyager is (C) 1995-2002 by Oliver Wagner <owagner@vapor.com>, 
  84. All Rights Reserved.
  85.  
  86. V│ is actually a joint effort conducted by several people
  87. using the powers of CVS:
  88.  
  89. The flash player and many many core changes have been done
  90. by David "Zapek" Gerber <zapek@vapor.com>
  91.  
  92. Several layout engine improvements have been contributed
  93. by Jon "Sircus" Bright <jon@siliconcircus.com>
  94.  
  95. Matt "Neko" Sealey has done a tremendous amount of work in
  96. processing bug reports, and provided several code improvements.
  97.  
  98. The new bookmark and toolbar system has been devised by the wits
  99. of Simone "Wiz" Tellini <wiz@vapor.com>
  100.  
  101. Jerome "KingGuppy" Fisher <kingguppy@vapor.com> contributed 
  102. the new Textinput functionality including HTML tag highliting. 
  103. He also squashed some bugs.
  104.  
  105. The GUI cleanup and the new about:, plus the Voyager
  106. Portal site (http://v3.vapor.com) design are done by
  107. Ben "Beej" Preece <beej@vapor.com>
  108.  
  109. The nifty new V3 logo is done by Jason "Morden" Murray
  110. <morden@sub.net.au>, who also did the www.vapor.com web
  111. site design.
  112.  
  113. The Vpdf plugin was done by Emmanuel Lesueur 
  114. <lesueur@club-internet.fr>. He also wrote the small
  115. MorphOS/AmigaOS loader program.
  116.  
  117. Nicholai Benalal ported the TearOff classes to MorphOS.
  118.  
  119. Version History
  120. ===============
  121.  
  122. [NOTE: Changes prior to version 3.2 have been removed]
  123. [$Id: V.ReadMe,v 1.1290.2.18 2002/02/02 20:22:02 owagner Exp $]
  124.  
  125. Subsystems:
  126. -----------
  127. Bookmarks:
  128. Cache:
  129. CVS:
  130. Download:
  131. General:
  132. GUI:
  133. Imgdecode:
  134. JS:
  135. Layouter:
  136. Net:
  137. Parser:
  138. Plugin:
  139. Prefs:
  140. Rexx:
  141. SSL:
  142. Startup:
  143.  
  144. 3.2 [release]
  145. -------------
  146. - General: added updated SpeedBarButton.mcc class (Olli)
  147.  
  148. 3.2.1
  149. -----
  150. - GUI: rewrote the plugin prefs window from scratch. As a side effect gets rid
  151.   of the random crashes, and is more efficient. A plugin creates its
  152.   prefsobject only when needed (Zapek)
  153. - Net: fixed stomping of innocent data when replacing spaces in URLs
  154.   (Olli)
  155. - Net: fixed file:/// URLs with spaces (Olli)
  156.  
  157. 3.2.2
  158. -----
  159. - Layouter: added support for <BASEFONT FACE> (Olli)
  160. - General: no more IDCMP_INTUITICKS under MUI4 (Zapek)
  161. - Layouter: now properly uses the +/- 0 fixed font for
  162.   <TEXTAREA>, instead of the +1 one (Olli)
  163. - Layouter: fixed storing of incomplete form data when
  164.   stopping layout in the mid of a <textarea> due to
  165.   incremental layout. Fixes half-filled form areas
  166.   which suddenly appear to be fixed when clicking on
  167.   form reset (Olli)
  168.  
  169. 3.2.3
  170. -----
  171. - Image: now ignores disposal method of last frames of GIF
  172.   anims and always does "Restore Background", to meet MSIE/NS
  173.   behavior (Olli)
  174. - Layouter: added fix for bizarre results with tables which
  175.   had empty cells used for width spreading (Olli)
  176. - Layouter: took out input handling-while-layouting again,
  177.   for causing entirely too many problems ranging from gfx
  178.   corruption to full crashes (clicking "Reload" while layout,
  179.   for example) (Olli)
  180. - Image decoders: added support for GIF F-S dithering (Olli)
  181. - Prefs: added individual setting for GIF & PNG F-S dithering (Olli)
  182.  
  183. 3.2.4
  184. -----
  185. - General: raised default stack size for core and network processes
  186.   to be on the safe side (Olli)
  187.  
  188. 3.2.5
  189. -----
  190. - JS: fixed a problem with the onLoad() handler being called 
  191.   prematurly if a web site had unspecified image heights 
  192.   (in 2000 -- grrr!) (Olli)
  193. - General: rewrote constructor/destructor part for better portability (Zapek)
  194. - General: fixed possible crashes on low-memory situation when starting V
  195.   (Zapek)
  196. - GUI: no longer updates the CachePruner's max slider while pruning (Zapek)
  197. - JS: <script src=url> now works (Olli)
  198. - Layouter: added <Tx VALIGN=BASELINE> as an alias for BOTTOM (Olli)
  199. - GUI: no longer disposes/creates the errorwindow all the time (Zapek)
  200. - General: remembers where images and links are saved between ASL requests
  201.   (Zapek)
  202.  
  203. 3.2.6
  204. -----
  205. - GUI: there's a new button to call TurboPrefs on the printerrequest window if
  206.   TurboPrefs is installed (Zapek)
  207. - Layouter: disabling font face would disable a bit too much, ahem (Zapek)
  208. - Network: when a download was marked as 'failed' and was still left in the
  209.   download window, any attempt to resume without using the 'retry' button was
  210.   corrupting the file (Zapek)
  211. - GUI: uses complement mode for tracing the imagelink targets (Zapek)
  212. - GUI: fixed the neverending rotating animation (Zapek)
  213. - Layouter: should now deal with both 0d0a and 0a0d line endings gracefully
  214.   (Olli)
  215. - General: remove the TearOff workaround related with muigfx.library. Not
  216.   needed anymore with new TearOff versions (Zapek)
  217. - Parser: strips any useless spaces at the end of an URL (Zapek)
  218. - Layouter: frameset parsing no longer pukes over rows="" or stuff (Olli)
  219. - GUI: it's possible to specify a path and filename for the JS error file
  220.   (Zapek)
  221. - Layouter: handles all CR/LF, LF, CR and LF/CR (yeah, you can find that on
  222.   some pages) correctly (Zapek)
  223.  
  224. 3.2.7
  225. -----
  226. - Layouter: fixed CR/LF stuffs really this time, sigh (Zapek)
  227.  
  228. 3.2.8
  229. -----
  230. - GUI: really saves to the file specified for JS logging instead of
  231.   JSERROR.LOG everytime (Zapek)
  232. - Layouter: strips leading spaces in <TITLE> (Zapek)
  233. - General: added protection against embedded-esc-code exploit (Olli)
  234. - Layouter: no longer locks networking completely during layout (Olli)
  235. - Layouter: reenabled <script src> support (Olli)
  236.  
  237. 3.2.9
  238. -----
  239. - Image decoders: handling of PNG tRNS for CLUT destinations was totally
  240.   and utterly and completely botched (Olli)
  241. - Image decoders: PNG RGB images with alpha channel didn't show at all
  242.   on CLUT screens (Olli)
  243. - Image decoders: numerous low level assembler optimizations (Olli)
  244. - Layouter: now will handle <EMBED TYPE=image/*> like <IMG>
  245.   (Olli)
  246. - GUI: "Search" toolbar functionality is now on by default,
  247.   even with no page loaded (Olli)
  248. - GUI: "Search" toolbar functionality was improperly named "find"
  249.   (Olli)
  250. - Layouter: hopefully fixed <script src> induced lockups (Olli)
  251.  
  252. 3.2.10
  253. ------
  254. - Parser: Tags exceeding the maximum number of arguments are now
  255.   properly eaten up till their closing bracket. This fixes the side
  256.   effect of <tag attribute="value1","value2"...> broken HTML
  257.   spilling out into the output text, because "value2", "value3"
  258.   etc. are (correctly) interpreted as attributes [www.kipling.org.uk
  259.   et.al] (Olli)
  260. - Parser: fixed a buffer overrun condition in URL assembly.
  261.   Was unlikely to happen in normal course of operation, but could
  262.   be triggered by broken HTML [www.digitheatre.com] (Olli)
  263. - Layouter: fixed a problem with table sizes being cached
  264.   incorrectly [www.vapor.com/visitors.php3] (Olli)
  265. - Layouter: fixed a problem with table background being rendered
  266.   one pixel too large (Olli)
  267.  
  268. 3.2.11
  269. ------
  270. - Layouter: fixed a rather bizarre interaction between <IMG ALIGN=left|right>
  271.   and table size caching, which would result in "cell bleeding" due to
  272.   miscalculated heights [www.amazon.com] (Olli)
  273. - Layouter: <LI> not in <UL>/<OL> now only indents the current line,
  274.   and does not internally convert into <UL>-state [www.amazon.com,
  275.   and numerous other places] (Olli)
  276. - Layouter: reading <OPTION> data now follows HTML space-digesting
  277.   semantics [www.amazon.com] (Olli)
  278. - Parser: no longer pukes over <TBODY> and <THEAD> in unexpected
  279.   places (Olli)
  280.  
  281. 3.2.12
  282. ------
  283. - Layouter: fixed a one-pixel-off problem in image backfilling.
  284.   This was only showing up with GIF anims, or JS image replacing,
  285.   causing the backdrop to shine through by one pixel (Olli)
  286. - Layouter: several speed-up operations in the low-level layouter
  287.   code, yielding about a 20% gain (Olli)
  288.  
  289. 3.2.13
  290. ------
  291. - General: more low-level optimizations in various places (Olli)
  292.  
  293. 3.3.0
  294. -----
  295. - CVS: branched old & new layout engine
  296. - General: began with completely new layout engine (Olli)
  297. - GUI: reworked window framework from scratch (Olli)
  298. - GUI: now runs without TearOff if classes are not installed (Olli)
  299. - GUI: the navigation panel can now also be attached vertically (Olli)
  300. - GUI: entering a CM alias in the V url gadget now works (Olli)
  301. - GUI: auto-scheme-prefixing in V url gadgets now prefixes the
  302.   host name with "ftp://" if the host name starts with "ftp." (Olli)
  303. - Network: now enforces content-type "text/html" on all HTTP
  304.   replies 4xx and 5xx, to cope with really lame servers (Olli)
  305. - Network: removed old AS225 support (Zapek)
  306.  
  307. 3.3.1
  308. -----
  309. - GUI: added NList and Pophotkey so they show up as external classes with MUI4
  310.   (Zapek)
  311. - GUI: now uses the correct list background for the Download window (Zapek)
  312. - General: lots of more work on new layout engine (Olli)
  313.  
  314. 3.3.2
  315. -----
  316. - Layouter: lots of work on proper non-image-handling of images:
  317.   Recessed/Raised frames depending on anchor state, rendering of alt text
  318.   and border in proper link colors etc.
  319. - Layouter: several bugfixes in the existing stream layout code (Olli)
  320. - Layouter: <img align=[vertial_alignments]> now properly implemented for
  321.   all IE5 variants of this (Olli)
  322.  
  323. 3.3.3
  324. -----
  325. - Layouter: made incremental visual refresh work (Olli)
  326.  
  327. 3.3.4
  328. -----
  329. - Net: made If-Modified-Since: header carry the correctly offseted date,
  330.   and not use the nowadays obsolete asctime() date format (Olli)
  331. - GUI: in the toolbar prefs, 'Add button' didn't add a button but a spacer
  332.   instead (Zapek)
  333. - GUI: the network prefs could nuke if there was not enough memory to create
  334.   the objects of its group (Zapek)
  335. - GUI: toolbar's prefs' command TextinputscrollObject resizes correctly
  336.   (Zapek)
  337.  
  338. 3.3.5
  339. -----
  340. - Layouter: made tables work again, mostly (Olli)
  341.  
  342. 3.3.6
  343. -----
  344. - Layouter: fixed more bugs in new table code (Olli)
  345. - Layouter: implemented <strike> (Olli)
  346.  
  347. 3.3.7
  348. -----
  349. - Layouter: fixed final width/height calculation for images (Olli)
  350. - Layouter: fixed a few problems of minsizes being ignored (Olli)
  351.  
  352. 3.3.8
  353. -----
  354. - Layouter: fixed rendering artifacts (Olli)
  355. - Layouter: fixed nuke when scrolling due to some nasty screwup
  356.   with KillNotify (Olli)
  357.  
  358. 3.3.9
  359. -----
  360. - Layouter: fixed <BR> handling (Olli)
  361. - Layouter: images rendering again (Olli)
  362. - Layouter: fixed initial space state (Olli)
  363. - GUI: fixed the KillNotify problem in the font preferences as well (Zapek)
  364.  
  365. 3.3.10
  366. ------
  367. - GUI: fixed visual artifacts when clicking on links (Olli)
  368. - GUI: reenabled "Show Source" and "Show Document info" window menu
  369.   items (Olli)
  370. - Layouter: fixed rowspan handling (Olli)
  371. - Layouter: fixed a few thousand more table bugs (Olli)
  372.  
  373. 3.3.11
  374. ------
  375. - Layouter: fixed a load of rowspan-related issues (Olli)
  376. - Layouter: fixed deadlock on pages without background specifications (Olli)
  377. - Layouter: fixed many more minor bugs (Olli)
  378.  
  379. 3.3.12
  380. ------
  381. - Layouter: reinstated default margins (4/4) (Olli)
  382. - Layouter: reimplemented <Hx> (Olli)
  383. - Layouter: fixed wipeout hit flood on empty tables (notably during
  384.   incremental layout) (Olli)
  385. - Images: broken images are again marked with an "x" in the alttext (Olli)
  386. - Images: unspeced images now properly communicate size changes 
  387.   to their containers (Olli)
  388. - Layout: fixed problems with margins not unrolling at the end of
  389.   table cells (Olli)
  390. - Layouter: added heuristic against ultra-lame webmanglers using stuff like
  391.   <TD WIDTH=3000> (Olli)
  392.  
  393. 3.3.13
  394. ------
  395. - Layouter: implemented <form> and <input type=(buttons)> (Olli)
  396. - Layouter: implemented <input type=text> (Olli)
  397. - General: Added "Force border?" debug option. When set, will enforce
  398.   a visible border of at least 2 around all tables. Very useful
  399.   when looking at layout oddities (Olli)
  400. - General: numerous other minor fixes (Olli)
  401.  
  402. 3.3.14
  403. ------
  404. - Layouter: fixed deadlock with margins (Olli)
  405. - Layouter: implemented <BR CLEAR=xx> (Olli)
  406. - Layouter: fixed <TABLE ALIGN=left|right> (Olli)
  407.  
  408. 3.3.15
  409. ------
  410. - Layouter: fixed more left/right alignment issues (Olli)
  411. - GUI: fixed display of link destinations for images (Olli)
  412. - Layouter: image scaling working again (Olli)
  413. - Layouter: fixed a quirk in calculating default container sizes (Olli)
  414. - Layouter: fixed a problem with centering/right alignment of
  415.   text (Olli)
  416. - Layouter: fixed a problem with text fields screwing up dimension
  417.   calculations due to incorrect default width due to an TI bug (Olli)
  418.  
  419. 3.3.16
  420. ------
  421. - Layouter: brought <BASE HREF> back (Olli)
  422. - GUI: fixed potential crash when clicking "Reload" during transfer (Olli)
  423. - Layouter: fixed cell top offset problems during incremental layout (Olli)
  424. - Layouter: now eats <SCRIPT> again properly (not interpreted yet) (Olli)
  425. - Layouter: now eats <STYLE> again properly (not interpreted yet) (Olli)
  426.  
  427. 3.3.17
  428. ------
  429. - Layouter: now follows MSIE layout for <BR CLEAR=xx> [www.amazon.com] (Olli)
  430. - Layouter: fixed some more table size issues [www.amazon.com] (Olli)
  431. - General: no longer tries to open vimgdecode_68000.vlib and now gives a
  432.   useful error message if no decoder vlib is found (Zapek)
  433.  
  434. 3.3.18
  435. ------
  436. - Layouter: fixed entity conversion not working properly at all,
  437.   causing text doubling and random crap (Olli)
  438. - Layouter: Hopefully once and for all fixed object backfill
  439.   offsets [phew] (Olli)
  440. - Layouter: <input> without type is now again handled as "TEXT",
  441.   for compatibility with broken web pages (Olli)
  442. - General: fixed a few memory buffer overflows in the new
  443.   layouting code (Olli)
  444.  
  445. 3.3.19
  446. ------
  447. - Layouter: <font size=-2> and <font size=-1> were exchanged (Olli)
  448. - Layouter: <small> and <big> weren't implemented; </small> and </big>
  449.   were, though, causing font style stack confusion [freshmeat.net] (Olli)
  450. - Layouter: fixed "stacking" of line alignments with mixed <center>,
  451.   <div> and <p> (Olli)
  452. - Layouter: readded <INPUT TYPE=radio> class (Olli)
  453. - Internal: rewrote method stack to be more efficient (Olli)
  454.  
  455. 3.3.20
  456. ------
  457. - Layout: fixed (internal) MUI layout failures in various places,
  458.   causing weird sideffects (Olli)
  459.  
  460. 3.3.21
  461. ------
  462. - Layouter: implemented <th> (Olli)
  463. - Net: fixed enforcer hitflood with broken URLs without
  464.   scheme (Olli)
  465. - Net: fixed another (unlikely) buffer overflow in uri_remerge()
  466.   (Olli)
  467. - Layouter: GIF anims now increment their frame counters properly
  468.   even when being off-screen, to avoid missynchronisation during
  469.   scroll (Olli)
  470. - Layouter: fixed a possible nuke when adding table cells
  471.   to their container (Olli)
  472.  
  473. 3.3.22
  474. ------
  475. - Layouter: now handles <INPUT TYPE=CHECKBOX> again (Olli)
  476. - Layouter: added support for transparent background images
  477.   (grrrr) [www.vapor.com] (grrr▓) (Olli)
  478. - Layouter: added support for ISMAP image maps (Olli)
  479.  
  480. 3.3.23
  481. ------
  482. - Layouter: client side image maps working again, too (Olli)
  483. - Layouter: did some work on proper incremental refreshing
  484.   during layout (Olli)
  485.  
  486. 3.3.24
  487. ------
  488. - [public alpha]
  489.  
  490. 3.3.25
  491. ------
  492. - Layouter: viewing of image/* individually works again (Olli)
  493. - GUI: Netinfo progress gauges weren't displayed at all for FTP transfers
  494.   (Zapek)
  495. - GUI: removed "Fastlinks:" label which took up unecessary space (Zapek)
  496. - Layouter: readded <EM>, <STRONG> and <S> (Olli)
  497. - Layouter: added <BUTTON> as an alias for <INPUT TYPE=submit|reset|button>
  498.   (Olli)
  499. - Layouter: made <INPUT TYPE=password> work (Olli)
  500. - Layouter: now remembers previous X/Y positions when navigating between
  501.   pages (Olli)
  502. - Image decoders: added proper error reporting to the API. Bumped
  503.   version to 13 (Olli)
  504. - Layouter: completely rewrote incremental refresh to use a double buffered
  505.   offscreen bitmap (Olli)
  506.  
  507. 3.3.26
  508. ------
  509. - Net: mailto: doesn't use TCP: anymore to send mails (Zapek)
  510.  
  511. 3.3.27
  512. ------
  513. - General: reenabled support for mailto:, news: and telnet: URLs (Olli)
  514. - General: raised minimum required Textinput version to 28.0, which
  515.   fixes the problems with incremental buffered refresh (Olli)
  516. - Layouter: fixed excess refresh & scroll when switching pages (Olli)
  517.  
  518. 3.3.28
  519. ------
  520. - Layouter: <center> wasn't correctly reinstating "last was blank"
  521.   mode, causing weird excess spaces (Olli)
  522. - General: added a NOSPLASHWIN tooltype/commande line argument (Zapek)
  523. - GUI: fixed the prefs not working, grr (Zapek)
  524. - General: V can only be run once again (Zapek)
  525. - Net: the timeout of a socket is settable. Use '0' if you don't want any
  526.   (Zapek)
  527. - Net: added automatic retries of downloads (Zapek)
  528. - Layouter: added <select> object (Olli)
  529. - Layouter: radio buttons are now properly exclusive again (Olli)
  530.  
  531. 3.3.29
  532. ------
  533. - Layouter: <AREA> class wasn't getting the context pointer, and thus caused
  534.   hits galore (Olli)
  535. - Layouter: <INPUT TYPE=RADIO> checked caused hits (Olli)
  536. - Layouter: fixed a problem with incremental buffered refresh possibly
  537.   causing image decoder nuke in a race condition (Olli)
  538. - Layouter: image placeholders are no longer backfilled (Olli)
  539. - Layouter: readded <TEXTAREA> (Olli)
  540. - Layouter: fixed refresh problems with some form objects after
  541.   an incremental layout (Olli)
  542.  
  543. 3.3.30
  544. ------
  545. - GUI: fixed historylist once again (Zapek)
  546. - Layouter: fixed some offsetting problems during incremental
  547.   refresh (Olli)
  548.  
  549. 3.3.31
  550. ------
  551. - Layouter: added <INPUT TYPE=FILE> (Olli)
  552. - Plugins: added VPLUG_ProcessURLString() hook to allow plugins to
  553.   handle manually entered URLs (Olli)
  554. - Layouter: made form submission work again (Olli)
  555. - Layouter: added support for <INPUT xxx DISABLED> (Olli)
  556. - Layouter: unified HTML object name handling (now also accepts "ID"
  557.   and "NAME" as the name specifier) (Olli)
  558. - Image decoders: preferences weren't properly set on the
  559.   image decoder library on start (Olli)
  560. - Rexx: added arguments for OpenURL, ScreenToFront and ScreenToBack (Zapek)
  561. - GUI: added a clock to make RobR happy (Zapek)
  562. - GUI: rewrote Prefs/Toolbar in a more efficient and robust way (Zapek)
  563. - General: now uses a brand new scheme which allows to configure any button to
  564.   execute an internal command. Those are also available externally through the
  565.   ARexx port of course (Zapek)
  566.  
  567. 3.3.32
  568. ------
  569. - Layouter: fixed several problems in the <select> class, causing layout
  570.   failures and nukes (Olli)
  571. - Layouter: major speedup in the double buffered refresh (Olli)
  572. - Rexx: fixed 'GoBackward' which wasn't working (Zapek)
  573. - Layouter: made <pre> and <xmp> work again (Olli)
  574. - General: ppc.library was closed twice (Zapek)
  575. - GUI: Historylist will still remember the current page even if it's not
  576.   finished being loaded and the browser goes to a new location (Zapek)
  577. - GUI: a window wasn't marked as 'activated' just after being opened.
  578.   Would cause problems with some ARexx commands relying on that (Zapek)
  579. - Rexx: fixed 'OpenURL' which was only working with the 'NEWWIN' argument
  580.   (Zapek)
  581. - Rexx: implemented 'LoadImages' (Zapek)
  582. - Rexx: 'GoHome' was doing enforcer hits (Zapek)
  583. - Rexx: implemented 'ReloadURL' (Zapek)
  584.  
  585. 3.3.33
  586. ------
  587. - Layouter: fixed enforcer flood when submitting an "empty" form (Olli)
  588. - Layouter: radio buttons and checkboxes without specific VALUE
  589.   now submit as "name=on" when selected (Olli)
  590. - Layouter: fixed radio and checkbox submission (Olli)
  591. - Layouter: <select> objects weren't submitting data at all (Olli)
  592. - Layouter: form objects no longer submit when being disabled (Olli)
  593. - Layouter: added "READONLY" attribute for text and textarea (Olli)
  594. - Layouter: now understands plain text layout again (Olli)
  595. - GUI: in Prefs/Toolbar when there's no argument for a certain command, the
  596.   listview opens empty instead of DisplayBeep()ing around (Zapek)
  597. - Layouter: fixed form file submission (Olli)
  598.  
  599. 3.3.34
  600. ------
  601. - Layouter: made <input type=image> work (Olli)
  602. - Layouter: fixed default background color (Olli)
  603. - Image decoders: completely changed the call back mechanism
  604.   in V. To avoid problems with double installations, the 
  605.   image decoders have been renamed to vimgdec_<cpu>.vlib.
  606.   (Olli)
  607.  
  608. 3.3.35
  609. ------
  610. - Layouter: fixed <INPUT TYPE=HIDDEN> submission problems (Olli)
  611. - Layouter: fixed missing end tag on multipart form submissions (Olli)
  612. - Layouter: fixed line align stack overflow on many consecutive <P>s (Olli)
  613. - Layouter: fixed background color problems (Olli)
  614. [public alpha]
  615.  
  616. 3.3.36
  617. ------
  618. - Image decoders: added a PPC native version. Runs under MorphOS (Zapek)
  619. - GUI: the blinking ':' char of the clock doesn't move some fonts around
  620.   anymore (Zapek)
  621. - GUI: it's possible to turn on/off the displaying of seconds in the clock
  622.   (Zapek)
  623. - GUI: and it's possible to turn off the clock (Zapek)
  624. - GUI: rewrote the prefs to use proper subclasses. More efficient, and fixes
  625.   the crash that happened randomly when switching panels too fast (Zapek)
  626. - Rexx: added boundary checks in the historylist. 'GoBackward' and 'GoForward'
  627.   won't go into the wonderfull world of random data anymore (Zapek)
  628. - GUI: minor layout adjustements in the prefs (Zapek)
  629.  
  630. 3.3.37
  631. ------
  632. - GUI: little imagery isn't allocated in chip memory under graphic card
  633.   systems anymore (Zapek)
  634. - GUI: while typing an URL, if the hosts starts with "ftp." it's automatically
  635.   prefixed by "ftp://" (Zapek)
  636. - GUI: fixed Sendmailwin which wasn't working at all (Zapek)
  637. - GUI: HTML windows get their title correctly again (Zapek)
  638. - GUI: Toolbar was impossible to modify from the prefs, oops (Zapek)
  639. - GUI: fixed enforcer hits when settings arguments with '/S' in the toolbar
  640.   (Zapek)
  641. - Rexx: it's possible to execute AmigaDOS command (Zapek)
  642. - Rexx: WIN/N/K is now effective for every ARexx command (Zapek)
  643. - Rexx: 'GoHome' returns 5 if there's no homepage set in the prefs (Zapek)
  644.  
  645. 3.3.38
  646. ------
  647. - GUI: fixed the imagery to not crash on AGA machines when one image was used
  648.   twice (Zapek)
  649. - GUI: no longer bother moving imagery to chip memory if they are already
  650.   there (Zapek)
  651. - Rexx: added the possibility to execute programs in Workbench mode. Needs
  652.   wbstart.library v2 or higher (Zapek)
  653. - Rexx: added the execution of AmigaDOS scripts (Zapek)
  654. - Rexx: added the execution of ARexx scripts (Zapek)
  655. - Rexx: added 'GetActiveWindow' which returns the number of the active (or
  656.   last activated) window (Zapek)
  657. - General: fixed 1KB memory leak (Sircus)
  658. - GUI: imagery is reallocated correctly in case they're reloaded (Zapek)
  659. - GUI: imagery isn't moved to chip memory if FBlit is running (Zapek)
  660. - GUI: it wasn't possible to en/disable certificates in the prefs (Zapek)
  661. - Layouter: minor speedup in text rendering with many mixed styles (Olli)
  662. - General: hopefully fixed shutdown race condition which could cause V to 
  663.   hang in the main network process under certain circumstances (Olli)
  664. - Layouter: fixed incremental refresh problems with form elements again
  665.   (Olli)
  666. - Layouter: added support for <LI> (Olli)
  667. - Layouter: fixed one-off bug when unrolling margins (Olli)
  668. - GUI: added new imagery in 32 colors, courtesy of Matt Sealey (Zapek)
  669.  
  670. 3.3.39
  671. ------
  672. - GUI: the 'Download' image was the 'Hyperlinks' one (Zapek)
  673. - Layouter: <OL> and <UL> now working (Olli)
  674. - Image class: fixed backfilling of scaled transparent images
  675.   (often occuring with blank GIFs used for placeholding) (Olli)
  676. - Layouter: fixed default selection item for form cycles
  677.   and popup lists (Olli)
  678. - Rexx: fixed buttons not working in the previous build, ahem (Zapek)
  679. - Network: fixed V crashing on exit (Zapek)
  680. - GUI: clock wasn't opening with the right size sometimes (Zapek)
  681.  
  682. 3.3.40
  683. ------
  684. - Layouter: fixed <INPUT TYPE=TEXT MAXLENGTH=x> being off by one (Olli)
  685. - Layouter: META HTTP-EQUIV refresh working again (Olli)
  686. - General: now starts RexxMast if it's not running, to ensure
  687.   button functionality (Olli)
  688. - Layouter: readded frames support (incomplete) (Olli)
  689. - Layouter: made refresh using region-drawing for less unecessary
  690.   backfilling. Please report whether this is actually faster
  691.   than before... (Olli)
  692.  
  693. 3.3.41
  694. ------
  695. - Layouter: fixed target=_parent (Olli)
  696. - Layouter: fixed target=_top, too (grrr) (Olli)
  697. - Layouter: major speedup in scrolling and initial rendering by skipping
  698.   unnecessary backfilling (Olli)
  699. - General: fixed NC3 key reading (KingGuppy)
  700. - Image class: fixed refreshing of images showing textual errors (KingGuppy)
  701. - Layouter: image backfilling should now be properly offset (KingGuppy)
  702. - General: URLs entered into the URL string should now be prefixed with a
  703.   scheme under all circumstances (KingGuppy)
  704. - Layouter: reimplemented <ISINDEX> (KingGuppy)
  705. - Layouter: fixed handling of <BR> [www.siliconcircus.com] (Olli)
  706. - Layouter: </Hx> wasn't setting the "last was blank" flag,
  707.   causing excess indention on the next line (Olli)
  708. - Imgdecode: no longer leaves libraries opened around when something fails in
  709.   libinit (Zapek)
  710. - Imgdecode: added proper reporting of failure to open vapor_toolkit.library
  711.   (Zapek)
  712. - Layouter: removed stupid pseudo-3D-style of <LI> images, for better
  713.   readability and faster rendering (Olli)
  714. - Layouter: fixed backfilling of html view area when no document at all
  715.   is loaded (Olli)
  716. - General: the reload button no longer opens a new window (KingGuppy)
  717. - Layouter: fixed link hotspots being vertically offset under some
  718.   conditions (KingGuppy)
  719. - Layouter: fixed problems with image hspace/vspace > 127 pixels
  720.   [www.heise.de] (Olli)
  721. - Layouter: incremental double buffered refresh now uses a non-backfilling
  722.   layer, for increased rendering speed (Olli)
  723.  
  724. 3.3.42
  725. ------
  726. - Layouter: implemented <NOBR> and <TD NOWRAP> (Olli)
  727. - Layouter: now checks text rendering against visible rectangles
  728.   to speed up scrolling (Olli)
  729. - Layouter: fixed strikethrough and visited link renderings,
  730.   broken some revisions ago. Also minor speed increase in
  731.   style handling during rendering (Olli)
  732. - GUI: scrolling with cursor keys etc. works again (Olli)
  733. - Layouter: cycle chain for form objects is now set properly (Olli)
  734. - Imgdecode: MorphOS build wasn't removing the memhandler on exit (Zapek)
  735. - Parser: now completely skips whitespaces in URLs during assembly
  736.   already (Olli)
  737. - Imgdecode: added detection of completely transparent images,
  738.   which are optimized to not be scaled or blitted at all. Should
  739.   reduce memory consumption and improve rendering speed when many blank
  740.   "filler" images are used. Updated image decoders to V16 (Olli)
  741.  
  742. 3.3.43
  743. ------
  744. - Layouter: now properly sets font styles after a font change,
  745.   fixing rendering artefacts [www.vapor.com] (Olli)
  746. - Imgdecode: fixed various problems with the transparency detection (Olli)
  747. - Imgdecode: fixed image h/vspace being screwed in 3.3.42 (Olli)
  748. - GUI: read-only text gadgets now have the correct MUI background (KingGuppy)
  749. - Layouter: <BUTTON> now defaults to SUBMIT type (KingGuppy)
  750. - Layouter: Began proper <BUTTON> implementation, not yet very pretty
  751.   (KingGuppy)
  752. - GUI: fixed problems with pressing enter in the URL gadget (ahem) (Olli)
  753. - General: now checks for proper image decoder version again (Olli)
  754.  
  755. 3.3.44
  756. ------
  757. - Layouter: links are now properly highlited when active (tab cycled) 
  758.   (Olli)
  759. - GUI: now skips leading spaces in URLs (useful when pasting)
  760. - Layouter: fixed handling of <ISINDEX> (stripping of previous
  761.   query terms) (Olli)
  762. - Layouter: text parsing now produces proper background color as
  763.   configured (Olli)
  764. - Layouter: forms are now auto-submitted when pressing enter inside
  765.   a string gadget (Olli)
  766. - JS: reenabled the JS interpreter, currently called of <script>
  767.   tags only, and no DOM linkage so far (Olli)
  768. - GUI: added a way to open the ErrorWindow through the 'Windows' menu (Zapek)
  769. - General: fixed htmlview class to not reference already closed network
  770.   streams (crash on back/forward, and more) (Olli)
  771. - General: fixed internal "last active window" state keeping, fixing a lot
  772.   of related problems (VIPC, View Source etc.) (Olli)
  773.  
  774. 3.3.45
  775. ------
  776. - General: fixed enforcer hit flood on document.write() (Olli)
  777. - General: fixed really lame stupid crash-on-exit bug, many thanks to stuntzi
  778.   for hunting that one :) (Zapek)
  779. - Image decoder: semaphore-protected the destscreen context, so that no
  780.   more nukes on screen change/iconify should happen (Olli)
  781. - JS: document.write() actually working again now (Olli)
  782. - Layouter: fixed screwup with <obj align=left|right> and center (Olli)
  783. - JS: javascript: scheme now works (Olli)
  784. - General: now properly counts and reports missing images in
  785.   status line (Olli)
  786. - Layouter: hopefully fixed the font size screwup (grrr) (Olli)
  787. - Layouter: fixed the "broken entity" bug (Olli)
  788.  
  789. 3.3.46
  790. ------
  791. - Imgdecode: added protection against looping redirects; will give up
  792.   after 20 redirects now. Revision raised to 16.2 (Olli)
  793. - Layouter: fixed <font size>. Really. Take my word on it. (Olli)
  794. - Layouter: fixed <SCRIPT>/<NOSCRIPT> handling (Olli)
  795. - Layouter: major speed up when dealing with completely bogus
  796.   rowspan values (<td rowspan=9999> etc.). Fixes www.orbs.org et.all.
  797.   (Olli)
  798.  
  799. 3.3.47
  800. ------
  801. - JS: fixed memory leak in string class (Olli)
  802. - Layouter: <br clear=xxx> works again (Olli)
  803. - General: made URL "last visited" history work again (Olli)
  804. - JS: fixed a "Infinity" conversion error (Olli)
  805. - Layouter: fixed <P> to no longer screw with the line alignment mode
  806.   (Olli)
  807. - Imgdecode: Fixed possible semaphore deadlock race on shutdown.
  808.   Bumped rev to 16.3 (Olli)
  809. - Net: fixed possible deadlock condition in network shutdown (Olli)
  810.  
  811. 3.3.48
  812. ------
  813. - Layouter: <TD WIDTH> now takes precedence over <TD NOWRAP>
  814.   [www.satirewire.com] (Olli)
  815. - Layouter: <OPTION> now skips leading blanks from the entry (Olli)
  816. - Layouter: added clever heuristic to determine if we're actually
  817.   looking at HTML even if the server said "text/plain" (Olli)
  818. - General: Fixed DoRexWin, which in turn fixes "GoHome" and
  819.   various other stuff (Olli)
  820. - Layouter: fixed handling of already decoded images so that they
  821.   will be blitted immediately, without going through the placeholder
  822.   stage (Olli)
  823. - General: fixed resetting of gauge status when stuff is fetched
  824.   from the cache (Olli)
  825. - Imgdecode: fixed possible race condition in image decoder
  826.   shutdown, and now temporary raises the image decoder's
  827.   task priority to "0" to avoid V shutdown being hindered by
  828.   a task running ready at pri "0". Bumped rev to 16.4 (Olli)
  829. - General: Bookmarks working again (Olli)
  830.  
  831. 3.3.49
  832. ------
  833. - GUI: added fully configurable context menus (Zapek)
  834. - Layouter: fixed a evil crash in the frameset layouting
  835.   routine which could happen when the frameset specified
  836.   more cols/rows than there were actual frames
  837.   [www.boob.co.uk] (Olli)
  838. - Imgdecode: fixed broken semaphore releasing for AGA (Olli)
  839. - GUI: added 'barlabel' option to the context menus (Zapek)
  840. - GUI: fixed recursion bug in context menus (Zapek)
  841. - JS: fixed Window/Location binding [www.thehun.net] (Olli)
  842. - Layouter: fixed a rather bizarre state screwup in the
  843.   image class which could force V into a huge relayout swope
  844.   if a page had many equal images with unspecified sizes
  845.   [www.adaptec.com] (Olli)
  846. - JS: fixed a problem with windows being initialized with
  847.   a javascript: URL causing enforcer orgies [www.ping.be/bios]
  848.   (Olli)
  849. - JS: fixed document.write() not properly zero-terminating
  850.   the pushed string [www.thehun.net] (Olli)
  851. - GUI: fixed tons of bugs in the context menu editing and turned recursive
  852.   functions into non recursive ones (Zapek)
  853. - GUI: removed context menus temporarily since there are still some bugs left
  854.   (Zapek)
  855.  
  856. 3.3.50
  857. ------
  858. - General: fixed loader not working at all (Zapek)
  859. [public alpha]
  860.  
  861. 3.3.51
  862. ------
  863. - JS: now allows inner functions [www.palm.com] (Olli)
  864. - JS: no longer attempts to execute <SCRIPT LANGUAGE=VBSCRIPT> and
  865.   other unknown script types (Olli)
  866. - JS: fixed problem with navigator.plugins not cleaning up properly
  867.   (Olli)
  868. - JS: fixed window.frames array not being created, causing an
  869.   infinite loop with the standard "escape frameset" code 
  870.   [www.boerse.de, et.al.] (Olli)
  871. - GUI: split status line to show unloaded images, frames
  872.   and other objects individually. Hopefully also fixed all
  873.   remains of the status not being updated properly (Olli)
  874. - Parser: fixed problems when comments spanned network
  875.   blocks (Olli)
  876. - JS: fixed problems with "location" object bindings (Olli)
  877.  
  878. 3.3.52
  879. ------
  880. - Layouter: frames no longer have a minimum size of 64
  881.   pixels (Olli)
  882. - Layouter: fixed space conversion in plain text layout (Olli)
  883. - GUI: "Stop" button now actually stops (Olli)
  884. - JS: fixed problems with document.write() closing all
  885.   open tables during parse (Olli)
  886. - GUI: fixed historylist adding global entries for every frames (Zapek)
  887. - JS: fixed window.frames[] (Olli)
  888. - JS: fixed window.top (Olli)
  889. - JS: fixed window.parent (Olli)
  890. - JS: fixed various more problems with assigning window.location (Olli)
  891.  
  892. 3.3.53
  893. ------
  894. - JS: fixed problems with <A HREF=javascript:> execution in
  895.   framesets (Olli)
  896. - Layouter: added <BASEFONT> (Olli)
  897. - Layouter: boolean attributes now default to TRUE if only the attribute
  898.   name is specified (Olli)
  899. - Parser: now accepts hex notation for integer arguments (Olli)
  900. - JS: fixed problem with pages which build framesets
  901.   with JS document.write(), where the frameset where subsequently
  902.   not executed due to "document incomplete" flagging [www.postbank.de]
  903.   (Olli)
  904. - JS: fixed problems with some missing class names, causing
  905.   havoc on ToString(). Also, window class now returns proper
  906.   class name depending on whether it's instantiated as
  907.   a window or a frame object (Olli)
  908. - Layouter: fixed <NOFRAMES> (Olli)
  909. - Layouter: fixed shift + click not working for links and imagelinks (Zapek)
  910. - JS: made event subsystem work (Olli)
  911. - JS: Anchor now supports OnMouseOut, OnMouseOver and OnClick events (Olli)
  912. - JS: Anchor class is now correctly named "Link" (Olli)
  913.  
  914. 3.3.54
  915. ------
  916. - JS: added missing isFinite() function (Olli)
  917. - SSL: fixed a freeing-static-memory issue in the certificate handling
  918.   functions. .vlib version raised to 8.7 (Olli)
  919. - JS: child document member child by name location (Olli)
  920. - JS: added image object properties [hover images should now work
  921.   again] (Olli)
  922. - JS: made document.images[], document.forms[], document.links[],
  923.   document.anchors[], document.embeds[], document.plugins[]
  924.   and document.lastModified work (Olli)
  925. - General: fixed nuke on form submit, introduced in 3.3.53 (Olli)
  926.  
  927. 3.3.55
  928. ------
  929. - JS: fixed document.lastModified (grr, I suck) (Olli)
  930. - Rexx: added 'LoadBackground' command (Zapek)
  931. - GUI: selected entry in context menus was always wrong, sigh (Zapek)
  932. - GUI: fixed 'GoBackward' and 'GoForward' not working when being called from a
  933.   context menu (Zapek)
  934. - General: fixed a recently introduced memleak when closing a frame with a
  935.   background (Zapek)
  936. - General: fixed complete nuke when moving mouse pointer over an image
  937.   inside a frame (ahem) (Olli)
  938.  
  939. 3.3.56
  940. ------
  941. - JS: fixed access to window.history and document.history object (Olli)
  942. - JS: added form.submit() (Olli)
  943. - Parser: no longer strip spaces except from the begining and the ending of
  944.   an URL (Zapek)
  945. - GUI: added a nicer way of handling the auto scheme and space stripping when
  946.   typing an URL (Zapek)
  947. - JS: form objects now properly list their member objects (Olli)
  948. - JS: fixed problems with link targets adressing windows which are not
  949.   part of the current frameset (Olli)
  950. - JS: reenabled window.open() (Olli)
  951. - Rexx: removed 'ReloadURL', use 'OpenURL RELOAD' instead (Zapek)
  952. - Rexx: added command 'OpenSourceView' which does something obvious (Zapek)
  953. - Rexx: added command 'OpenDocInfo' (Zapek)
  954. - Image decoder: fixed problem with certain PNG images on hicolor/truecolor
  955.   destination screens. Bumped version to 16.7 (Olli)
  956. - Rexx: added a way to open images separately in a new window (Zapek)
  957. - GUI: fixed imagelinks context menu showing up for non imagelink images
  958.   (Zapek)
  959. - Rexx: added command 'SaveURL' (Zapek)
  960. - General: fixed normal menus not working (Zapek)
  961. - Prefs: updated defaults (Zapek)
  962. - Prefs: reset the context menu prefs to fresh defaults (Zapek)
  963. - GUI: removed context menu editing yet again due to last minute major bug,
  964.   sigh (Zapek)
  965. [public alpha]
  966.  
  967. 3.3.57
  968. ------
  969. - GUI: faster incremental layout on (genuine) CyberGraphX systems (Zapek)
  970. - GUI: added remapping of the key/ftp/http images (Zapek)
  971. - Imgdecode: added masking for the MorphOS version (Zapek)
  972. - Layouter: the double-buffer bitmap and associated layer/region
  973.   info is now cached, yielding less memory fragmentation and major
  974.   speed increase in incremental refresh (Olli)
  975. - Rexx: fixed method being executed on a NULL object (Zapek)
  976. - Layouter: fixed link target=_self to not open a new 
  977.   window (ahem) [www.skoda.de] (Olli)
  978. - GUI: fixed shift + click downloading not working for images (Zapek)
  979. - GUI: the context menu editor is back (Zapek)
  980. - GUI: the context menu over an imagelink doesn't ignore the actions for the
  981.   link anymore (Zapek)
  982. - GUI: fixed context menu actions being executed on the frameset instead of
  983.   the real frame everytime (Zapek)
  984.  
  985. 3.3.58
  986. ------
  987. - General: fixed status counter plurals for "frames" and "objects" (Olli)
  988. - Layouter: fixed image map areas, broken a few revs ago (Olli)
  989. - Layouter: pages >10000 pixel are no longer chopped (Olli)
  990.  
  991. 3.3.59
  992. ------
  993. - General: fixed MUI 3.8 compatibility (ahem) (Olli)
  994.  
  995. 3.3.60
  996. ------
  997. - Layouter: support for <EMBED>ed plugins reenabled (Olli)
  998.  
  999. 3.3.61
  1000. ------
  1001. - General: (hopefully) fixed the lockup-on-shutdown bug (Olli)
  1002. - General: fixed MUI 3.8 compatibility (again, robo-ahem) (Olli)
  1003. - JS: fixed enforcer flood created by debug output of objrefs with
  1004.   NULL or undefined values (Olli)
  1005. - JS: fixed document custom property lifetime issues (Olli)
  1006. - JS: fixed objref "null" string conversion (Olli)
  1007. - JS: fixed objref "null" boolean conversion. Actually, stuff like
  1008.   "var x = null;" with "x" yielded TRUE before... (Olli)
  1009. - JS: fixed a path assembly bug when assigning partial URLs to
  1010.   Image.src (Olli)
  1011.  
  1012. 3.3.62
  1013. ------
  1014. - JS: fixed some problems with with() not working on certain objects
  1015.   (notably "navigator") (Olli)
  1016. - Layouter: the first space in <textarea> text is now eaten up, to
  1017.   conform to usual semantics (Olli)
  1018. - Layouter: form content remembering on back/forward now works
  1019.   again (Olli)
  1020. - Layouter: form "Reset" now works again (Olli)
  1021. - Layouter: fixed broken default value assignment for <INPUT TYPE=FILE>
  1022.   objects (Olli)
  1023. - General: "Ignore Meta Refresh" works again (Olli)
  1024. - General: "Image loading" modes are working again (Olli)
  1025. - JS: fixed a problem with name clashes between user functions and
  1026.   members of the current context object (e.g. "function scroll()")
  1027.   (Olli)
  1028. - JS: JS timers now working (setTimeout()/setIntervall(),
  1029.   clearTimeout()/ClearIntervall()). Resolution is ~100ms. Currently
  1030.   only works with expressions as arguments, not functions (Olli)
  1031.  
  1032. 3.3.63
  1033. ------
  1034. - JS: it's of course setInterval()/clearInterval(), not setIntervall() 
  1035.   (I suck) (Olli)
  1036. - JS: timers now also work with function arguments (JS 1.2) (Olli)
  1037. - Layouter: <erm> another <well> MUI 3.8 <uhm> fix (Olli)
  1038.  
  1039. 3.3.64
  1040. ------
  1041. - JS: fixed a lame bug in object comparision which would cause comparisions
  1042.   like "top == self" to yield bogus results (Olli)
  1043. - JS: taught scanner/parser about regexp literals (Olli)
  1044. - Rexx: OpenURL now detects if the action has to be done on the link or on 
  1045.   the image so "Open link in new window" really works now (Zapek)
  1046. - Layouter: fixed backfill offset problem, introduced in 3.3.58 (Olli)
  1047. - JS: setTimeout/setIntervall now properly returns the timer ID (Olli)
  1048. - JS: scanner now properly detects unterminated regular expressions (Olli)
  1049. - Layouter: target="_parent" was still dysfunctional (Olli)
  1050. - Layouter: fixed backfill for empty pages (Olli)
  1051. - Layouter: embed class would never close the net stream, and thus
  1052.   both loose memory and possibly nuke severly if the object was
  1053.   disposed before the net load finished [www.formel-eins.de] (Olli)
  1054. - GUI: removed last stack recursive function from the menu editing (Zapek)
  1055. - GUI: fixed nasty bug that would trash context menu entries when editing 
  1056.   them (Zapek)
  1057. - GUI: when editing a prefsmenu entry and immediately pressing 'OK' without
  1058.   switching to another entry it's saved correctly (Zapek)
  1059. - GUI: separators weren't saved properly (Zapek)
  1060.  
  1061. 3.3.65 [1st public beta]
  1062. ------------------------
  1063. - Layouter: <BASE TARGET=xxx> now works (Olli)
  1064. - GUI: first click on the context menu editor's list wasn't handled, so
  1065.   editing the entry would do nothing. Listtree bug, grrr (Zapek)
  1066. - GUI: new entries in the context menu editor weren't saved correctly (Zapek)
  1067. - GUI: fixed the 'remove' button in the context menu editor (Zapek)
  1068.  
  1069. 3.3.66
  1070. ------
  1071. - General: Netinfo window would nuke if there were long URLs with "%"
  1072.   in them (Olli)
  1073. - GUI: 'SaveURL' wasn't working when saving the link of an imagelink (Zapek)
  1074. - General: debug level is now settable via menus (Olli)
  1075. - General: minor speed up in refresh clip handling (Olli)
  1076. - General: memory allocated for scaled images was never freed (Olli)
  1077. - General: removed unnecessary prefs/button image copying (Olli)
  1078.  
  1079. 3.3.67
  1080. ------
  1081. - GUI: fixed key image sizes (erm) (Olli)
  1082. - JS: added grammar workaround for websites which produce
  1083.   (wrong, but IE-accepted) code like "if(cond){statement};else{statement}"
  1084.   [translator.go.com] (Olli)
  1085. - JS: fixed bogus line numbers be reported in error window (note that
  1086.   for line counting purposes, only '\n' (linefeeds) are considered
  1087.   line breaks) (Olli)
  1088. - Layouter: now understands <noembed> (Olli)
  1089. - JS: navigator.mimeTypes[] functional (Olli)
  1090. - JS: plugin.enabledPlugin functional (Olli)
  1091. - General: extended plugin interface so that plugin can provide
  1092.   Alias IDs under which they are listed in navigator.plugins --
  1093.   this is mostly to workaround lame JS code which doens't
  1094.   check navigator.mimeTypes[], but also does a name comparision
  1095.   on navigator.plugins[] [www.grow.de] (Olli)
  1096.  
  1097. 3.3.68
  1098. ------
  1099. - JS: do {...}áwhile(cond); now works (Olli)
  1100. - GUI: fixed problem with the mouse pointer being
  1101.   out of area on links etc. not being filtered correctly (Olli)
  1102. - GUI: now remembers tearoff settings for windows again (Olli)
  1103. - GUI: fixed "Goto Bookmarks" (Olli)
  1104. - GUI: fixed "Open Local file" (Olli)
  1105. - GUI: fixed updating of spoof menu entries (Olli)
  1106. - General: fixed plugin seturl() callback (Olli)
  1107. - Plugin: removed Alias IDs (Zapek)
  1108. - JS: fixed a rather bizarre problem with object
  1109.   literal initialization (Olli)
  1110. - JS: "var x;" now properly initializes the object to "undefined"
  1111.   (Olli)
  1112. - JS: fixed comparisions against "undefined" (Olli)
  1113. - JS: switch/case now works (Sircus)
  1114.  
  1115. 3.3.69
  1116. ------
  1117. - JS: Object class now knows the valueOf() method (Olli)
  1118. - JS: setting an unmodifable property of an DOM object
  1119.   now longer causes a major crash [www.08whatever.com] (Olli)
  1120. - JS: document.title can now be set (Olli)
  1121. - JS: regular expressions mostly working (objects and
  1122.   literals) (Olli)
  1123.  
  1124. 3.3.70
  1125. ------
  1126. - JS: numerous bugfixes in RegExp object (sigh) (Olli)
  1127. - General: password fields no longer remember their contents
  1128.   on back/forward (Olli)
  1129. - JS: onmouseclick, onmouseover and onmouseout now works for
  1130.   <AREA> objects (Olli)
  1131. - JS: added toLowerCase()/toUpperCase() to String object (Neko)
  1132. - JS: added missing <input type=button|submit|reset> DOM 
  1133.   functionality (Olli)
  1134. - JS: assigning "null" to a function pointer no longer causes
  1135.   a straight visit to hell (Olli)
  1136. - GUI: fixed the random issues of the Historylist (Zapek)
  1137. - JS: added missing <input type=text|password> DOM functionality
  1138.   (Olli)
  1139. - GUI: fixed 'Open file...' menu crashing (Zapek)
  1140.  
  1141. 3.3.71
  1142. ------
  1143. - General: no longer fails to start if locale.library isn't
  1144.   present for some reason (Olli)
  1145. - JS: added String.concat() (Neko)
  1146. - JS: fixed a rather nasty bug that JS execution context
  1147.   (variables etc.) got mixed up between frame sets when JS
  1148.   code was executed in various frames at the same time (Olli)
  1149.  
  1150. 3.3.72
  1151. ------
  1152. - GUI: fixed Historylist really this time.. as usual (Zapek)
  1153. - General: now doing to a new URL will abort all the images being loaded in
  1154.   the current one (Zapek)
  1155. - Layouter: link underlines are again now rendered at font baseline + 1,
  1156.   like with the previous layout engine (Olli)
  1157. - JS: fixed a problem with the form object not building it's child
  1158.   list properly (Olli)
  1159. - JS: body onload & unonload now work (Olli)
  1160. - JS: fixed onblur/onfocus events in button & textfields (Olli)
  1161. - JS: added missing <SELECT> DOM functionality (except the
  1162.   .options array) (Olli)
  1163. - JS: fixed a problem with the document object not being in the
  1164.   context of event handler executed code [www.vapor.com] (Olli)
  1165. - Network: added semaphore protection to avoid race conditions between the
  1166.   network task and the netinfo window which could lead to methods being pushed
  1167.   on non existent objects, thus crashing (Zapek)
  1168. - JS: added missing <INPUT TYPE=HIDDEN> DOM functionality (Olli)
  1169.  
  1170. 3.3.73
  1171. ------
  1172. - JS: it's now possible to set Form.Select.selectedIndex (Olli)
  1173. - JS: method calls for most DOM objects were blatantly broken (Olli)
  1174. - JS: made focus() and blur() actually work [www.google.com] (Olli)
  1175. - JS: added missing DOM functionality for <INPUT TYPE=CHECKBOX>
  1176.   objects (Olli)
  1177.  
  1178. 3.3.74
  1179. ------
  1180. - JS: added missing <TEXTAREA> DOM functionality (Olli)
  1181. - General: fixed broken IPC (Zapek)
  1182. - Layouter: made <s> equivalent to <strike> (erm), and added <del> (Olli)
  1183. - Layouter: made <tt> work (Olli)
  1184. - Layouter: <... VALIGN> was completely messed up, because the routine
  1185.   used for this actually checked against ALIGN again (Olli)
  1186. - General: due to a cvs merge problem, all links where in fact
  1187.   triggered *twice* (only really showed with mailto: links, though)
  1188.   (Olli)
  1189. - General: fixed internal mailto: being completely broken (The, David, The)
  1190.   (Olli)
  1191. - Imagedecode: fixed low mem handler. Due to some semaphore screwup,
  1192.   it would never free image memory when the low mem situation was caused
  1193.   by the image decoder process itself, which however was very likely.
  1194.   (Olli)
  1195. - Imagedecode: fixed incomplete images not being flushed and
  1196.   reloaded properly (Olli)
  1197. - Imagedecode: fixed a problem with imgdec_abortload() not properly
  1198.   flagging the image as "broken" if the abort happened before any
  1199.   image data was actually loaded, thus screwing up the layouter
  1200.   heavily, causing deadlocks and stuff. Raised version to 16.10 (Olli)
  1201. - General: fixed enforcer hit flood during layout when image loading 
  1202.   was turned off (Olli)
  1203.  
  1204. 3.3.75 [2nd public beta]
  1205. ------------------------
  1206. - JS: implemented window.focus() and window.blur() (the latter
  1207.   being a no-op) (Olli)
  1208. - JS: fixed event handler execution so that "this" properly
  1209.   points to the source object (Olli)
  1210. - JS: the "form" property of several form objects was 
  1211.   undefined (Olli)
  1212.  
  1213. 3.3.76
  1214. ------
  1215. - JS: again, setting properties which weren't settable could cause
  1216.   a major crash, due to the fact that the custom property handlers
  1217.   were trying to interpret a string (or other) value as an object.
  1218.   Now hopefully fixed once and for all, in case such a thing happens,
  1219.   a "Property can't be modified" message is thrown up (Olli)
  1220. - JS: it's now possible to set form.target and form.action
  1221.   [www.teleauskunft.de] (Olli)
  1222. - General: fixed MUI app object contained version string (which
  1223.   is also shown by Exchange) (Olli)
  1224. - JS: added date.toLocaleString(), date.toUTCString(), date.toGMTString(),
  1225.   date.getMilliseconds() and date.setMilliseconds() (Olli)
  1226. - JS: added the UTC versions of the date.getXX() functions (Olli)
  1227. - JS: added the UTC versions of the date.setXX() functions (Olli)
  1228. - JS: made Date.parse() work (Olli)
  1229. - JS: implemented the Date(millis) and Date(string) date class
  1230.   constructors (Olli)
  1231. - JS: serious bug in the scanner would interpret all numeric
  1232.   literals without a decimal point as a 32 bit integer, thus
  1233.   screwing up values which didn't fit into this range (notably
  1234.   Date initializers) (Olli)
  1235. - JS: implemented the Date(year,month,day) etc.pp. constructors
  1236.   (Olli)
  1237. - JS: fixed problem with anchor mouseover event handler return
  1238.   code being ignored under certain circumstances (Olli)
  1239.  
  1240. 3.3.77
  1241. ------
  1242. - JS: added form.reset() (Olli)
  1243. - Layouter: added percentage support for WIDTH and HEIGHT in the <IMG> tag
  1244.   (Zapek)
  1245. - Layouter: fixed a problem in the group class causing it to ignore
  1246.   margins when layouting inner objects (Olli)
  1247. - Layouter: fixed a problem with cascaded <... align=left> objects
  1248.   being not properly layed out (Olli)
  1249. - Layouter: fixed a really bizarre interaction with <li> and
  1250.   left aligned tables [www.tomshardware.com] (Olli)
  1251. - Imagedecode: fixed a very longstanding bug in the AGA c2p code
  1252.   which would write excess data for every 17, 49 etc. column.
  1253.   Also optimized the code a bit while being at it. Version bumped 
  1254.   to 16.11. (Olli)
  1255. - Layouter: added percentage support for WIDTH and HEIGHT in the <EMBED> tag
  1256.   (Zapek)
  1257.  
  1258. 3.3.78
  1259. ------
  1260. - Layouter: fixed the very same layout interaction problem for
  1261.   align=right objects now (ahem) (Olli)
  1262. - Rexx: changed OpenURL to LoadURL and put back the old OpenURL version. ARexx
  1263.   scripts should now work and openurl.library as well (Zapek)
  1264. - Layouter: fixed a problem with the "end of page" operations sometimes
  1265.   not being triggered properly (status update, triggering of meta refresh,
  1266.   etc.) (Olli)
  1267. - Prefs: added automatic conversion of "ReloadURL FORCE" to "LoadURL RELOAD
  1268.   FORCE" for people not reading readmes :) (Zapek)
  1269. - Layouter: fixed a selection problem with large <SELECT> lists which were
  1270.   not in multiple mode [www.xe.com/ucc] (Olli)
  1271. - JS: fixed a potential race condition in setting JS timers which
  1272.   could cause a full lockup (Olli)
  1273. - Net: POSTing to URLs containing #anchors was completely dysfunctional
  1274.   [www.excite.co.uk] (Olli)
  1275. - JS: undefined variables now indeed evaluate to "undefined", instead
  1276.   of causing an error bail out [a good quarter of the www] (Olli)
  1277. - Layouter: added ALIGN=MIDDLE as an alias for ALIGN=CENTER (similiar
  1278.   to the existant VALIGN=CENTER alias for VALIGN=MIDDLE) (Olli)
  1279. - Net: when following a redirect, the target GET is now sent
  1280.   with the ORIGINAL URL as a Referer:, instead of the FORWARDING URL.
  1281.   This fixes problems with scripts checking the Referer: and relying
  1282.   on the MSIE behavior [www.lycos.co.uk SMS service] (Olli)
  1283. - Net: made the date parser a bit more forgiving against slightly
  1284.   offstandard date formats -- should fix some problems with cookies
  1285.   expiring too quickly (like, immediately) (Olli)
  1286. - Prefs: when all cookies were deleted, the list wasn't saved,
  1287.   thus the cookies reappeared after a restart (Olli)
  1288.  
  1289. 3.3.79 [3rd public beta]
  1290. ------------------------
  1291. - Layouter: changes in image sizes didn't cause the necessity
  1292.   of scrollers to be reevaluated. This mostly showed when loading
  1293.   individual po^H^Himages (Olli)
  1294. - Layouter: increased chance that upon showing individual images,
  1295.   image info can be shown in the window title properly (Olli)
  1296. - Layouter: fixed enforcer hits when only one of the image
  1297.   dimensions was specified (Olli)
  1298. - Layouter: now supports transparency in background images (Olli)
  1299. - General: added workaround for broking URLs of the form
  1300.   http://www.theviking.net?blah=blubb (i.e., missing "/" after host) 
  1301.   (Olli)
  1302. - Layouter: now strips off URI arguments when submitting a form
  1303.   (Olli)
  1304. - Prefs: fixed automatic prefs conversion not working for context menus
  1305.   (Zapek)
  1306. - JS: setting of custom properties on the document object works
  1307.   again (Olli)
  1308. - Net: fixed enforcer hits on FTP login (Olli)
  1309.  
  1310. 3.3.80
  1311. ------
  1312. - GUI: context menu for images now shows the image info in
  1313.   the title (Olli)
  1314. - GUI: fixed memory leak everytime a context menu was shown (Olli)
  1315. - JS: V wouldn't execute <script> tags which had an explicit
  1316.   language="Javascript" attribute (Olli)
  1317. - Layouter: fixed a bug in the layout engine which would
  1318.   miscalculate the width of an object if it contained <pre>
  1319.   formatted text (or was a <TD NOWRAP> cell) and certain
  1320.   types of inline objects (notably, anchors) (Olli)
  1321. - Layouter: hopefully finally and for all fixed fancy interactions
  1322.   between <p>, <div>, <center> and <hx> line aling modes (Olli)
  1323.  
  1324. 3.3.81
  1325. ------
  1326. - Layouter: form data stripping (as introduced in 3.3.79)
  1327.   only takes place when the form METHOD is not POST (Olli)
  1328. - Layouter: "#fragment" addressing now works, in both
  1329.   loading and intra-document links (Olli)
  1330. - Layouter: fixed problems with empty <select> lists (Olli)
  1331. - Layouter: fixed problems with div/p alignments going
  1332.   awry sometimes (Olli)
  1333. - Layouter: <LI> now sets last-was-space mode correctly (Olli)
  1334. - JS: made <script src=url> work (Olli)
  1335. - Layouter: made the heuristics which causes V to ignore obviously
  1336.   bogus <TD WIDTHs> less sensitive, to avoid problems with narrow
  1337.   windows ["fixes" table_width.html] (Olli)
  1338.  
  1339. 3.3.82
  1340. ------
  1341. - Layouter: made color code parser more forgiving on ultra-crap
  1342.   HTML (rgb specs with "O" instead of "0", missing "#" etc.)
  1343.   (Olli)
  1344. - Net: fixed the possibility of a reloaded node still catching
  1345.   cached content due to a state race condition (Olli)
  1346. - GUI: fixed context menus which could pick wrong anchors (Zapek)
  1347. - Layouter: empty color specs are now ignored throughout (Olli)
  1348. - Layouter: now understands hex numerical entities (Olli)
  1349. - JS: real-to-string conversion now produces up to 32 digit
  1350.   numbers before reverting to scientific notation (Olli)
  1351. - JS: parseInt() now understands numbers in scientific notation (Olli)
  1352.  
  1353. 3.3.83
  1354. ------
  1355. - JS: for( x in obj ) now works (Olli)
  1356. - JS: fixed function.toString() (Olli)
  1357. - JS: fixed a memory trashing issue when toString()ing an empty
  1358.   array (Olli)
  1359. - Layouter: <p> at the top of an empty container no longer
  1360.   causes blank space (Olli)
  1361. - Layouter: fixed a complicated screwup involving unspecified
  1362.   tables and cellspacing/border/cellpadding induced rounding
  1363.   errors (Olli)
  1364. - General: fixed a potential crash due to a race condition
  1365.   on form submission by pressing enter in a string
  1366.   field (Olli)
  1367. - General: fixed another potential crash when submitting
  1368.   a form twice or more times while the first submit is
  1369.   still ongoing (Olli)
  1370.  
  1371. 3.3.84
  1372. ------
  1373. - Layouter: "Pragma: no-cache" is now also honored when it's specified
  1374.   in HTTP-EQUIV (Olli)
  1375. - Layouter: Meta-Refresh now always triggers a forceful reload (Olli)
  1376. - Layouter: image and table cell relative widths are now clipped between
  1377.   [0%,100%] (Olli)
  1378. - JS: fixed Real class string conversion for more accuracy, too (Olli)
  1379. - Imgdecode: MorphOS imgdecoder's revision was never set (Zapek)
  1380. - Layouter: no more unneccesary screen refresh when switching
  1381.   pages (Olli)
  1382. - Layouter: URL assembly no longer removes blanks; they are
  1383.   converted into %20s later in networking (Olli)
  1384. - Layouter: GIF anims now stop if the window is deactivated (Olli)
  1385.  
  1386. 3.3.85
  1387. ------
  1388. - Imgdecode: removed the 'Optimized updating' option which is now unecessary
  1389.   (Zapek)
  1390. - Prefs: stopping anims on window activation/deactivation is now settable
  1391.   (Zapek)
  1392. - Layouter: GIF anims reactivation do really work (Zapek)
  1393. - GUI: fixed the context menu doing enforcer hits when there was no entry
  1394.   selected and the object was disposed (Zapek)
  1395. - GUI: fixed prefspanel crash when changing panel quickly (Zapek)
  1396. - JS: properly class Select.selectedIndex was broken for <select>
  1397.   objects which were represented as a popup list (Olli)
  1398. - JS: fixed some more (sigh) scoping problems with regards to
  1399.   the this pointer, and the default scoping object [www.autobild.de]
  1400.   (Olli)
  1401. - JS: implemented select.options[] (read-only, so far) (Olli)
  1402. - Layouter: fixed status not updating properly problems with frames
  1403.   pages (Olli)
  1404.  
  1405. 3.3.86
  1406. ------
  1407. - Imgdecode: oops, line decoding was turned on (Zapek)
  1408. - Layouter: fixed a problem with interpretating relative widths
  1409.   of tables when any margin constraint was active (i.e, an
  1410.   left-aligned image or table) (Olli)
  1411. - JS: parent of topmost window is now the topmost window itself.
  1412.   No, I'm not going to comment on this. Really. I don't. I'm in
  1413.   full control of my emotions. [www.nvidia.com] (Olli)
  1414. - JS: function pointers now evaluate to boolean TRUE in
  1415.   bool conversion, instead of throwing a "invalid type
  1416.   conversion" fit [www.t-online.de] (Olli)
  1417. - Imgdecode: raised PPC's stacksize and added priority setting like the 68k
  1418.   version (Zapek)
  1419. - Layouter: now ignores duplicate <body> tags [www.planetquake.com] (Olli)
  1420. - JS: window.scrollXX() now works (Olli)
  1421. - JS: moved toString() implementation into the interpreter, no more
  1422.   per-object implementations are necessary. This closes some holes
  1423.   with objects which didn't properly implement toString (notably
  1424.   document) (Olli)
  1425. - JS: fixed Object.valueOf() (Olli)
  1426. - General: reduced per-object memory consumption a bit (Olli)
  1427. - JS: read-access to variables of other frames is now possible (Olli)
  1428. - JS: fixed a nice collection of problems with typeof(), notable
  1429.   it causing a "too many objects in expression" error [www.palm.com]
  1430.   (Olli)
  1431. - JS: fixed a problem with array references used in expressions (Olli)
  1432. - General: source view now no longer opens for anything which is not
  1433.   text/* (Olli)
  1434.  
  1435. 3.3.87
  1436. ------
  1437. - Layouter: fixed a problem with the image buffer and nested
  1438.   html views (i.e., frames), causing nukes with MUI 3.8 and
  1439.   inefficiency with MUI 4 (Olli)
  1440. - JS: removed document.parent property (doesn't exist by
  1441.   DOM spec, and creates ambiguity with window.parent) 
  1442.   [www.jschoenfeld.com] (Olli)
  1443. - JS: fixed problems with line numbers in error reports (Olli)
  1444.  
  1445. 3.3.88
  1446. ------
  1447. - JS: fixed remaining line number counting problem in
  1448.   conjunction with document.write() (Olli)
  1449. - JS: fixed problems with document.forms[] et.all. not
  1450.   being up to date properly (Olli)
  1451. - JS: fixed document.embeds/plugins[] -- really, this time (Olli)
  1452. - JS: implemented proper mark&sweep garbage collector for maintaining
  1453.   object lifetimes. Should fix all niggling random bugs induced by
  1454.   the previous broken (by implementation and design) refcounting
  1455.   approach (Olli)
  1456. - Layouter: fixed a crash-o-bang problem with lists with a
  1457.   nesting depth > 6 (Olli)
  1458. - JS: now supports line continuation in strings properly ("\" at
  1459.   end of line) (Olli)
  1460. - JS: fixed problems with certain types of object member
  1461.   addressing crashing hard when the object is undefined/null (Olli)
  1462. - Layouter: fixed a problem with the network module confusing
  1463.   Referer and actual URL, causing problems with redirects (Olli)
  1464. - JS: implemented missing "Radio" class DOM functionality (Olli)
  1465. - Layouter: fixed a problem where RectFill() could be called
  1466.   with broken parameters (top<bottom), thus wrecking havoc
  1467.   (Olli)
  1468.  
  1469. 3.3.89
  1470. ------
  1471. - JS: fixed a problem with window.frames[] possibly being
  1472.   incomplete when being referenced "too quickly" (Olli)
  1473. - JS: building of window.frames[] was seriously broken
  1474.   with nested framesets (Olli)
  1475. - JS: button.value is now settable (Olli)
  1476. - General: "Stop" would crash on frames pages (Olli)
  1477. - Layouter: removed , entity, to avoid freak interactions
  1478.   with the IE precedent of converting entites in URLs (grrr),
  1479.   and IE not knowing , (grrr) (Olli)
  1480. - JS: fixed GC issue with navigator.plugins[] and 
  1481.   navigator.mimetypes[] (Olli)
  1482. - JS: fixed GC issues with document custom properties (Olli)
  1483. - JS: implemented missing String.split() method (Olli)
  1484. - JS: fixed Radio.onClick() event handler (Olli)
  1485. - JS: fixed an GC issue with radio buttons (Olli)
  1486. - Layouter: will now remove the last spaces in a container (Olli)
  1487. - General: authentications and history won't be saved to disk if V
  1488.   failed to start (Zapek)
  1489. - Cache: doesn't save the cache on exit if V didn't start (Zapek)
  1490. - Imgdecode: recompiled with MorphOS directcalls and added new PPC direct
  1491.   callback API (Zapek)
  1492. - GUI: SpeedBarObjects failing to be created would lead to a crash (Zapek)
  1493. - General: cleaned up brush memory handling functions mess (Zapek)
  1494. - Layouter: added completely kewl new table sizing algorithm(tm)
  1495.   (Sircus)
  1496. - JS: implemented document.cookie (read only) (Olli)
  1497.  
  1498. 3.3.90
  1499. ------
  1500. - Layouter: rendering speedup with lots of anchors, divs, paragraphs
  1501.   or manual linebreaks (Olli)
  1502. - Layouter: fully transparent background images are now dropped
  1503.   completely (Olli)
  1504. - GUI: fastlink buttons failing to be created would lead to a crash (Zapek)
  1505. - Layouter: fixed table border rendering, broken in 3.3.89 (Olli)
  1506. - JS: fixed a GC issue with form cycles, causing crashes when
  1507.   the options array was referenced (Olli)
  1508. - Layouter: due to a silly string comparision mistake, image map areas
  1509.   types DEFAULT, POLY/GON or CIRCLE didn't work (always interpreted
  1510.   as RECT) (Olli)
  1511. - Layouter: <input type=image> objects would have their name
  1512.   padded out with bogus spaces (Olli)
  1513. - JS: javascript: links used as a src for new frames or windows
  1514.   would nuke horribly (Olli)
  1515. - Layouter: non-multi-select listview <select> items would retain
  1516.   the previous selected entry without any chance to reset it when
  1517.   going back through navigation (Olli)
  1518.  
  1519. 3.3.91
  1520. ------
  1521. - JS: fixed a problem with timers eating up all available memory
  1522.   due to constantly allocating new bytecode space (Olli)
  1523. - JS: the garbage collector is now run regularly after executing
  1524.   event handlers or timers (Olli)
  1525. - JS: fixed another bizarre problem involving the garbage collector
  1526.   object handling order -- fixes various random crashes on quit,
  1527.   on leaving framesets etc. (Olli)
  1528. - Layouter: now handles TABs in <pre> formatted text
  1529.   properly (Olli)
  1530.  
  1531. 3.3.92
  1532. ------
  1533. - JS: fixed initialization of the random number generator used
  1534.   for Math.random() (Olli)
  1535. - Imgdecode: Now detects if an GIF or PNG is marked as being
  1536.   transparent without the mask being actually used. This allows
  1537.   for much more efficient blitting, esspecially when "transparent"
  1538.   images are used for backgrounds by Dreamweaver-class webdesigners
  1539.   [www.unreal2.com, and others]. Image decoder version raised to
  1540.   18.0 (Olli)
  1541. - Layouter: double buffering was accidentally disabled after
  1542.   the first refresh, causing heavy flickery on subsequent
  1543.   refreshes (Olli)
  1544. - JS: fixed another GC issue involving window' class custom
  1545.   properties (Olli)
  1546. - JS: fixed Yet Another issue with array.toString() (Olli)
  1547. - Layouter: now stores the horizontal and vertical positions of visited
  1548.   webpages in the Historylist (Zapek)
  1549. - General: if a small critical memory allocation failed, V wouldn't 
  1550.   display an alert message (Zapek)
  1551.  
  1552. 3.3.93
  1553. ------
  1554. - JS: fixed a memory leak in array class (Olli)
  1555. - JS: "Reload" with active timers would eventually nuke (Olli)
  1556. - Layouter: added support for <ins>, <code>, <samp>, <kbd>,
  1557.   <cite>, <dfn> and <var> style tags (Olli)
  1558. - JS: fixed another GC issue with frames [www.gelbepost.de]
  1559. - Layouter: fixed the storing of horizontal/vertical position of visited
  1560.   webpages. Now always sets them correctly, hopefully (Zapek)
  1561. - JS: added navigator.platform (Olli)
  1562. - Layouter: fixed problems with "vanishing" empty cells 
  1563.   [www.heise.de] (Olli)
  1564.  
  1565. 3.3.94
  1566. ------
  1567. - Net: Anon ftp now uses "anonymous" instead of "ftp" as the login name
  1568.   to avoid problems with some strange ftpd installations
  1569.   [www.haage-partner.com] (Olli)
  1570. - JS: window.open( "" ) no longer causes the base URL to be loaded
  1571.   into the new window (Olli)
  1572. - JS: <frame src=""> would cause the base URL to be loaded into the
  1573.   frame, possibly causing evil loops [www.cinefil.com] (Olli)
  1574. - JS: fixed for MorphOS (Zapek)
  1575.  
  1576. 3.3.95 [4th public beta]
  1577. ------------------------
  1578. - JS: fixed window.open() with just two arguments [http://www.collegia.de/]
  1579.   (Olli)
  1580.  
  1581. 3.3.96
  1582. ------
  1583. - Layouter: <P ALIGN=x>s at top of a container would cause the alignment
  1584.   to get lost [www.dcecom.de] (Olli)
  1585. - Layouter: fixed <P> leading space at top of containers (Olli)
  1586. - Layouter: now supports <IMG LOWSRC=x> attribute, solely to support
  1587.   JS code which uses this attribute to store image rollover helper
  1588.   data [www.dcecom.de] (Olli)
  1589. - General: fixed a (temporary) memory leak when a plugin was setting an URL
  1590.   (Zapek)
  1591. - General: iconifing V when using the clockclass would go into a busyloop
  1592.   after deiconifying it (Zapek)
  1593. - Layouter: now ignores <IMG WIDTH=""> or HEIGHT="" [www.amazon.co.uk]
  1594.   (Olli)
  1595. - JS: fixed a parsing problem causing some strange behavior with missing
  1596.   ';' [www.zdf.de] (Olli)
  1597. - JS: fixed String() function (Olli)
  1598. - Network: directory scanning now uses ExAll() instead of ExNext() (Zapek)
  1599. - JS: location.replace() was missing a string termination, and
  1600.   thus sometimes produced bogus URLs [VTS: js_garbage.html] (Olli)
  1601. - Layouter: (hopefully) fixed a problem with heavily nested frames
  1602.   screwing up the cache bitmap/layer combo [www.vakantje4u.nl] (Olli)
  1603.  
  1604. 3.3.97
  1605. ------
  1606. - Layouter: the X/Y position is no longer set back if the user moved during
  1607.   layouting (Zapek)
  1608. - Cache: ExAll() to the prunecache process and certs scanning (Zapek)
  1609. - Image decoders: will now properly reload images which were
  1610.   aborted by user (either by pressing "STOP" or aborting load due to
  1611.   a navigation action). Fixes various problems with going backwards
  1612.   or forwards in pages, or induced by javascript frames escape code.
  1613.   Raised image decoder version to 18.1 (Olli)
  1614. - Image decoders: an image which was used as a background and which 
  1615.   had a transparency channel which wasn't used would not refresh
  1616.   correctly upon finishing of download [www.sasg.com] (Olli)
  1617. - General: fixed another problem with typing in the URL
  1618.   gadget causing form image objects to be randomly activated (Olli)
  1619. - JS: implemented document.open() and document.close() (Olli)
  1620. - JS: fixed a problem with the order of evaluation of variable names,
  1621.   which could cause an object property to hide a actual variable
  1622.   (i.e. "window.name" hiding "name") (Olli)
  1623. - JS: fixed 1001 problems with window.open() (Olli)
  1624. - JS: implemented window.close() (Olli)
  1625. - JS: implemented String.match() and String.search() (Olli)
  1626. - Imgdecode: oops, MorphOS version would wrongly try to open a 68k image
  1627.   decoder if the PPC version wasn't there then violently crash (Zapek)
  1628. - Plugin: ExAll() to the plugin scanning (Zapek)
  1629. - Plugin: MorphOS version works again, new API addition (Zapek)
  1630. - Layouter: fixed a problem with zero-sized cells [www.heise.de] (Sircus)
  1631. - Layouter: fixed a problem with relative width tables causing
  1632.   a discrepancy between sizing and layouting stage, thus causing excess
  1633.   wrapping [numerous sites] (Olli)
  1634. - GUI: added smooth scrolling for MUI4 (Zapek)
  1635. - General: fixed enforcer hits and malfunctions when launching an external app
  1636.   (Zapek)
  1637. - Net: no longer hangs when the size of a FTP download is unknown (Zapek)
  1638. - Net: FTP errors are reported correctly (Zapek)
  1639. - Layouter: fixed a rather complicated interaction which caused constructs
  1640.   like <script src=> to get table contexts lost when, and only when, the core
  1641.   document was already completely in memory (Olli)
  1642. - JS: added support for the optional start index for both String.indexOf()
  1643.   and String.lastIndexOf(). This actually fixes some sites which were
  1644.   otherwise getting entangled in neverending JS loops trying to iterate
  1645.   over cookies [www.amazon.com, for example] (Olli)
  1646. - JS: fixed a problem with "javascript:" URLs in form action submission
  1647.   [www.sainsburys.com] (Olli)
  1648. - Layouter: no longer aborts if documents contain strain zero bytes (Olli)
  1649. - Layouter: exchanged default followed and not followed link colors to
  1650.   match IE (only applies to new V installations without existing prefs
  1651.   files) (Olli)
  1652. - Layouter: ACCESSKEY now also works for image map areas (Olli)
  1653. - JS: implemented String.fromCharCode(), and the global static "String" 
  1654.   object [www.rtlworld.de] (Olli)
  1655. - Layouter: several of the style tags (<cite> etc.) were missing their
  1656.   negation counterparts, thus causing style "leakage" (Olli)
  1657. - JS: implemented RegExp.toString() according to IE behavior (Olli)
  1658.  
  1659. 3.3.98
  1660. ------
  1661. - JS: implemented Link.href (Olli)
  1662. - Layouter: form images are now properly included in the cycle chain (Olli)
  1663. - Layouter: fixed a problem with the status line not properly resetting
  1664.   when leaving image map areas [www.yahoo.com] (Olli)
  1665. - Image decoder: scaled bitmaps are now allocated with a safety margin,
  1666.   to protect against rounding errors in BitMapScale() implementations.
  1667.   Might (or might not) fix various reported strange memory trashing
  1668.   problems (Olli)
  1669. - JS: documents created with document.open() had no proper base URL,
  1670.   thus causing all kind of weird problems [www.rtl.de] (Olli)
  1671. - Layouter: plaintext layout no longer wraps (Olli)
  1672. - Layouter: major improvement in rendering and esspecially scrolling
  1673.   speed by various optimizations in the redraw & backfilling code (Olli)
  1674.  
  1675. 3.3.99
  1676. ------
  1677. - JS: fixed form radio group name building (Olli)
  1678. - Bookmarks: CManager is now optional and no longer loaded on startup so V
  1679.   loads faster (Zapek)
  1680. - GUI: context menus won't pick up the wrong link anymore (Zapek)
  1681. - GUI: the download window is now created dynamically (Zapek)
  1682. - GUI: imagelinks menus show up over imagemaps when needed (Zapek)
  1683. - JS: fixed a potential endless loop caused by weird <script src>
  1684.   URLs [www.musenet.fr.st] (Olli)
  1685. - Rexx: added 'CopyToClip' command (Zapek)
  1686. - Prefs: fixed possible crash in the smooth scrolling prefs
  1687.   with MUI 3.8 (Olli)
  1688.  
  1689. 3.3.100
  1690. -------
  1691. - JS: raised the maximum nesting depth of symbolic expressions
  1692.   to 32 levels (from 10) -- this fixes errors with statements of
  1693.   the form "a=b=c=d=e=f=g=h=i=j=k=l=m=n=o=p=q=r=s=t=u=v=''"
  1694.   (Olli)
  1695. - JS: added support for top and left attributes for the window.open features
  1696.   argument (Neko)
  1697. - JS: fixed missing "?" in location.search string (Olli)
  1698. - JS: setting document.location now works like setting window.location (Olli)
  1699. - JS: fixed an issue with timers, arguments and the GC (Olli)
  1700. - Bookmarks: pressing the 'Add' button works even if CManager wasn't started
  1701.   by some other means first (Zapek)
  1702. - Bookmarks: fixed typing aliases in the URL string (Zapek)
  1703. - GUI: V won't rewrite 'bla' into 'http://www.bla.com/' since this is a brain
  1704.   damage for local networks (Zapek)
  1705. - GUI: no smooth virtgroup without user interaction (Zapek)
  1706. - GUI: added single window mode (Olli)
  1707. - GUI: closing a window removes its entry from the 'Windows' menu properly
  1708.   (Zapek)
  1709. - JS: now supports the unary "+" operator (for people writing stuff like
  1710.   "+5.0") (Olli)
  1711. - Layouter: fixed a severe memory leak when viewing individual images
  1712.   causing the image data to never be freed again (not on quit, not on
  1713.   flush, not on "Flush image cache"). Very bad on pages with lots of
  1714.   individual images (i.e. porn sites) (Olli)
  1715. - JS: various array functions which should have returned the array
  1716.   in fact didn't (Olli)
  1717. - JS: array.unshift() and array.push() would cause bogus "Expression stack
  1718.   empty" errors (Olli)
  1719. - JS: added workaround for "var undefined;" (Olli)
  1720.  
  1721. 3.3.101
  1722. -------
  1723. - JS: implemented document.getElementById() and document.all[] (Olli)
  1724. - JS: array.push() now returns the new array length (Olli)
  1725. - JS: implemented location.protocol (Olli)
  1726. - GUI: fixed window closing in single window mode (Olli)
  1727. - JS: no longer stumbles over document.write( "</SCRIPT>" );-alike
  1728.   stuff (Olli)
  1729. - Layouter: now really only wraps on whitespaces, not on consecutive
  1730.   objects (e.g. images) (Olli)
  1731. - JS: fixed nuke problem with the array toString() and join() methods 
  1732.   and self refereneces [www.faz.net] (Olli)
  1733. - JS: error reporting now includes the true URL of the file causing
  1734.   the error, instead of the document base URL (Olli)
  1735. - JS: the new func() constructor call was leaving trash on the
  1736.   expression stack, potentially screwing with assignment operations
  1737.   [www.dds.dk] (Olli)
  1738.  
  1739. 3.3.102
  1740. -------
  1741. - JS: setting window.status from a frameset now updates the real
  1742.   status text (Olli)
  1743. - JS: one call to ToString() was missing the radix parameter, and
  1744.   thus caused conversion to random bases [www.niblet.co.uk] (Olli)
  1745. - GUI: main prefs window was screwed with MUI 3.8 (Olli)
  1746. - JS: hopefully fixed remaining problems with silly HTML comment
  1747.   wrapping of code (Olli)
  1748. - JS: <A OnClick=...> now works properly (Olli)
  1749. - Layouter: cloned IE behavior with </form> in void space
  1750.   in tables (Olli)
  1751. - Layouter: <pre> linefeed inserting behavior now matches IE
  1752.   (Olli)
  1753. - GUI: fixed download window not displaying the progress of the download
  1754.   causing its first opening, and some enforcer hits (Zapek)
  1755. - Layouter: interaction between calcminmax and dolayout could case
  1756.   <nobr> or <pre> formatted text to break out of table cells (Olli)
  1757. - Layouter: <[obj] ALIGN=CENTER|RIGHT> is now relative to the visible
  1758.   window width, as opposed to the real document width for the outer
  1759.   container (Olli)
  1760. - JS: document.close() without a previous .open() or a .write()
  1761.   would cause havoc (Olli)
  1762.  
  1763. 3.3.103
  1764. -------
  1765. - JS: String.substring() would crash quite impressivly with 
  1766.   an starting index > size of the string (Olli)
  1767. - GUI: fixed a crash bug regarding opening of new windows
  1768.   when all previous browser windows had been closed (Olli)
  1769.  
  1770. 3.3.104 [5th public beta]
  1771. -------------------------
  1772. - JS: "null + <something>" would cause enforcer orgy (Olli)
  1773. - Imgdecode: now will always show the size and type of the pictures when
  1774.   viewed individually, even when the network connection is slow (Zapek)
  1775. - Imgdecode: no longer eats up a few lines when displaying individual pictures
  1776.   progressively (Zapek)
  1777.  
  1778. 3.3.105 [MorphOS public beta fix]
  1779. -------
  1780. - JS: finally tracked down the bug producing random JS crashes on MorphOS. It
  1781.   turned out to be a bug in libnix. Thanks to Emmanuel Lesueur for fixing it
  1782.   (Zapek)
  1783. - Imgdecode: same bugfix as the previous one. Bumped version to 18.3 (Zapek)
  1784.  
  1785. 3.3.106
  1786. -------
  1787. - JS: fixed problems with /* */ comments sometimes screwing up parsing (Olli)
  1788. - Layouter: fixed <frame marginwidth|height> being ignored (Olli)
  1789. - JS: Math.round() would yield bogus results for values exceeding integer
  1790.   range [http://ff-elze.de/html/calc.html] (Olli)
  1791. - JS: document.<objectname> addressing was completely dysfunctional
  1792.   [half of JS-using sites] (Olli)
  1793. - JS: resolved conflicts between NAME and ID attributes (Olli)
  1794. - GUI: fixed mousewheel, cursorkey and numpad scrolling (even with
  1795.   MUI 3.8) (Olli)
  1796. - Layouter: allocated pens (for text, borders etc.) were not freed
  1797.   properly 95% of the time (Olli)
  1798.  
  1799. 3.3.107
  1800. -------
  1801. - GUI: the Action in the Context menu editor can now be cycled without losing
  1802.   each context's content (Zapek)
  1803. - General: V wouldn't execute user supplied DOS commands correctly (Zapek)
  1804. - General: added the following flags for the customization of context menus:
  1805.   %u == object's URL, %l == object's link URL, %w == object's window URL,
  1806.   %p == public screen name. Those don't need to be specified for V internal
  1807.   commands which will pick up the correct object in an intuitive way (Zapek)
  1808. - GUI: switching of scrollbar and clock modes no longer requires a restart
  1809.   (Olli)
  1810. - JS: <A onClick> was mostly dysfunctional (Olli)
  1811. - JS: now properly honors return code from OnClick handlers (Olli)
  1812. - JS: fixed enforcer orgy caused by NAME/ID parsing change (Olli)
  1813. - GUI: (hopefully) fixed potential crash problems with mouse
  1814.   wheel scrolling (Olli)
  1815. - GUI: changed backspace to page up (Zapek)
  1816. - GUI: (hopefully) fixed crashes when closing a tab in single
  1817.   window mode (Olli)
  1818. - GUI: added history per frames (Zapek)
  1819. - JS: line/file ID opcodes were written *after* the real opcodes, thus
  1820.   error reporting could be off by a line (or even a file, if the very
  1821.   first instruction of a block already failed) (Olli)
  1822. - JS: fixed problems with document.open()/close() appearing in
  1823.   normal script blocks (Olli)
  1824. - Layouter: fixed display problems with frames less than 8 pixels
  1825.   width or height (Olli)
  1826. - JS: "$" is now a valid symbol character (Olli)
  1827. - Layouter: <frameset frameborder> and <frameset border> are now 
  1828.   inherited from the outer frameset (Olli)
  1829. - Layouter: <frameset framespacing> is now supported as an alias
  1830.   to <frameset border> (Olli)
  1831.  
  1832. 3.3.108
  1833. -------
  1834. - JS: added document.frames[] as an alias to window.frames[] (Olli)
  1835. - JS: "var x;" no longer overwrites the value of "x" (if it has any)
  1836.   (Olli)
  1837. - JS: fixed lame bug in internal function pop_as_bool() causing
  1838.   nukes [showed more frequently with recent event handler changes,
  1839.   but was present all the time] (Olli)
  1840. - Layouter: "fixed" a possible division-by-zero in the table
  1841.   weighting code (Olli)
  1842. - JS: accessing form object would "freeze" the child list, even when
  1843.   now childs appeared after an incremental layout run (Olli)
  1844. - Layouter: fixed various table layouting issues (Sircus)
  1845. - JS: added window.moveTo() and window.moveBy() functions
  1846.   [www.bwgame.com] (Neko)
  1847. - JS: added window.resizeTo() and window.resizeBy() functions (Neko)
  1848. - Network: fixed some FTP servers hanging V after a LIST reply when using
  1849.   'keep FTP connection' (Zapek)
  1850. - JS: fixed JS not really working correctly under MorphOS. Was Laire's
  1851.   fault :) (Zapek)
  1852. - JS: fixed NaN and Infinity results for the MorphOS build (Zapek)
  1853. - Prefs: added options to individually disable display of image
  1854.   placeholder borders and ALT text while loading (Neko)
  1855. - JS: support for window.open(.. "fullscreen=yes"); feature (Neko)
  1856. - GUI: Added the ability to switch any window in and out of Fullscreen
  1857.   mode via the Window menu (Neko)
  1858. - Rexx: Added 'FullScreen' command (Neko)
  1859. - GUI: Added a 'Close window' menu item (Neko)
  1860. - JS: fixed a serious bug in pop_as_string() which would cause
  1861.   length/output discrepancies for "NaN" and "Infinity", thus
  1862.   causing buffer overflows (Olli)
  1863. - JS: Added window.inner/outerWidth/Height properties (Neko)
  1864.  
  1865. 3.3.109
  1866. -------
  1867. - Imgdecode: images no longer limited to 2048x2048 pixels for CGFX users.
  1868.   Bumped version to 18.4 (Zapek)
  1869. - JS: Added window.screenX/Y/pageXOffset/YOffset properties (Neko)
  1870. - JS: Added document.domain property (Neko)
  1871. - JS: Added document.width/height properties (Neko)
  1872. - JS: when executing a <script src=url> statement, V would ignore
  1873.   possibly other JS code between the <script> and </script> tags (Olli)
  1874. - Layouter: various table layout fixes (Sircus)
  1875.  
  1876. 3.3.110
  1877. -------
  1878. - GUI: fixed 'LoadURL RELOAD' not working from the context menus (Zapek)
  1879. - Plugins: fixed multiple VPLUG_Query_RegisterURLMethod per plugins not being
  1880.   honoured (Zapek)
  1881. - GUI: fixed ramiga + window number not activating the window (Zapek)
  1882. - JS: window.move/resize functions no longer work if they're being called
  1883.   from inside a frame (Neko)
  1884. - JS: unqualified functions and properties (like open();) are now directed
  1885.   to the window rather than the document object [www.planetarion.com] (Neko)
  1886. - GUI: window will be put to front too on menu/hotkey activation (Zapek)
  1887. - General: V is now independent from system clock changes for most time
  1888.   computations (download speeds, etc..) (Zapek)
  1889. - JS: fixed Yet Another Problem with variable scopes. This bug showed
  1890.   mostly with Dreamweaver Jockey JS code (Olli)
  1891. - JS: unknown string escape codes (like "\!") now produce the escaped
  1892.   character in vanilla form (following C semantics) (Olli)
  1893.  
  1894. 3.3.111
  1895. -------
  1896. - Parser: entities for β • and • added (Neko)
  1897. - JS: added workaround to ignore randomly appearing HTML
  1898.   comment escape codes in script blocks [www.compusa.com] (Olli)
  1899. - Layouter: changed leading and trailing spacing for <Hx> tags (Olli)
  1900. - Parser: removed the # entity so that dumbass webboards didn't
  1901.   nuke when they used it as a variable name [IE5 doesn't support the
  1902.   # entity, BAH!] (Neko)
  1903. - Rexx: now enables the Rexx switch within MUI if needed (Zapek)
  1904. - Layouter: fixed text calculation functions for MorphOS. This automagically
  1905.   fixed www.vapor.com hanging.. erm.. (Zapek)
  1906. - JS: Garbage Collector is now run after window close, to minimize stale
  1907.   window object lifetime (Olli)
  1908. - General: fixed a nasty enforcer hit introduced with document.domain (Neko)
  1909. - JS: fixed Math.round() (Olli)
  1910. - JS: fixed looping forever on switch() end-of-case with no break (Sircus)
  1911. - JS: window.open() width and height parameters now specify the internal
  1912.   dimensions for the window - this now matches Internet Explorer (Neko/Zapek)
  1913. - JS: window.alert() and window.confirm() had a 256 char limit on the
  1914.   string, and upon exceeding it would not properly cut it off, but
  1915.   append lots of trash (Olli)
  1916. - JS: window.open() with no URL and subsequent poking of
  1917.   document.location is now relative to the opener's URL (completely
  1918.   logical, eh? Well, IE...) (Olli)
  1919. - Layouter: fixed similiar problem with <frame src=""> (Olli)
  1920. - Layouter: modified handling of incomplete HTML tags to
  1921.   match IE (Olli)
  1922. - GUI: download window uses less memory per entries, minor cleanups, many
  1923.   glitches fixed (Zapek)
  1924. - GUI: download window displays when the file is cached (Zapek)
  1925. - GUI: added the time a download is taking and its current estimation into the
  1926.   download window (Zapek)
  1927. - Network: fixed resume trashing the file result, sigh (Zapek)
  1928. - Image decoder: fixed a semaphore deadlock situation which would block
  1929.   the network process when the image decoder was waiting on a valid
  1930.   destination screen info. Situation was more likely to occur when V
  1931.   was iconified, but was prone all the time. Bumped image decode
  1932.   revision to 18.5 (Olli)
  1933.  
  1934. 3.3.112
  1935. -------
  1936. - Layouter: fixed dealing with incomplete <title> and <option>
  1937.   tags (Olli)
  1938. - JS: window.open() no longer opens windows of less than 100 pixels width or
  1939.   height, regardless of arguments, to match JS specifications (Neko)
  1940. - Plugins: now fully native PPC plugins (aka MorphOS plugins) wishing to use a
  1941.   direct PPC callback table without gates can do so by supplying the tag
  1942.   VPLUG_Query_PPC_DirectCallbacks (BOOL/VPLUG_QUERYBASE+12) (Zapek)
  1943. - General: rewrote the download window from scratch, new subsystem section
  1944.   for the readme: 'Download' (Zapek)
  1945. - Download: no longer limited to 30 chars filenames when saving files (Zapek)
  1946. - Download: immediate CPS display during the last 4 seconds (Zapek)
  1947. - Download: fixed an obscure bug which must have been there for a long time.
  1948.   Depending on some timing issues resume could append the start of the network
  1949.   stream to the file instead of doing it from the proper offset resulting to
  1950.   an almost useless file (Zapek)
  1951. - General: major overall speedup when dealing with many links and/or
  1952.   table cells (Olli)
  1953. - Network: added support for multiple simultaneous resumes or resuming of a
  1954.   current download (Zapek)
  1955. - JS: added workaround for an exploited IE bug where it would
  1956.   except an ELSE with no following statement at the end of a script
  1957.   [gb.buy.com] (Olli)
  1958. - Layouter: <form> now adds an unconditional linebreak before it; this is to
  1959.   temporarily fix sites that rely on this behaviour (www.dvdboxoffice.com),
  1960.   although it will add strange extra space on others (notably www.dictionary.com)
  1961.   until the functionality is made to be properly conditional (Neko)
  1962. - JS: added special hackery for <a href="javascript:" or href=javascript:void>
  1963.   code in links (Olli)
  1964. - Prefs: fixed smooth scrolling not possible to activate on some setups
  1965.   (Zapek)
  1966. - JS: window.open now supports "resizable" and "scrollbars" attributes (Neko)
  1967. - Download: added a smart non blocking, stackable requester system (Zapek)
  1968. - Download: reimplemented overwriting of current files (Zapek)
  1969. - Download: more verbosity when comparing locale / remote files (Zapek)
  1970. - Imgdecode: better protection against low memory situation on initialization.
  1971.   Bumped to v19 and required 3.3.112 or higher (Zapek)
  1972. - General: now V checks that the image decoders started properly before
  1973.   continuing (Zapek)
  1974. - JS: window.open now supports the "dependent" attribute (Neko)
  1975.  
  1976. 3.3.113
  1977. -------
  1978. - JS: window.resizeBy() and window.resizeTo() limited to produce windows only
  1979.   of 100 pixels minimum size for each dimension (thanks Ng :) (Neko)
  1980. - Download: added automatic retry support with resume (Zapek)
  1981. - Download: added redirect support (Zapek)
  1982. - Download: added handling of unknown mimetypes and the 'Ask' mode of
  1983.   Mimeprefs (Zapek)
  1984. - Layouter: pre-<form>-linebreak behaviour improved (Neko)
  1985. - General: mimetype matching doesn't open ENV:MIME.prefs all the time anymore
  1986.   (Zapek)
  1987. - Layouter: the "html autodection" which silently converts
  1988.   text/plain into text/html documents now only checks for <HTML>
  1989.   or <!DOCTYPE at the beginning of documents, to avoid confusion
  1990.   with certain embedded MIME constructs [c't browser check] (Olli)
  1991. - GUI: no more crashing upon closing a page using the "Window" menu item
  1992.   (Olli)
  1993. - GUI: window no longer cleared unnecessarily when switching
  1994.   between pages (Olli)
  1995.  
  1996. 3.3.114
  1997. -------
  1998. - Layouter: </small> and </big> weren't processed, causing
  1999.   style screwups [www.freshmeat.net] (Olli)
  2000. - JS: now deals with quotes properly when looking for </SCRIPT>
  2001.   tags, to avoid screwing up with stuff like document.write("</SCRIPT>");
  2002.   (Olli)
  2003. - General: fixed binary version string (Zapek)
  2004. - General: fixed stupid bug in some library cleanup code in the MorphOS
  2005.   version. I wonder how actually it went unnoticed for so long (Zapek)
  2006. - Rexx: fixed 'OpenURL' and 'LoadURL' always opening a new window when they
  2007.   shouldn't (Zapek)
  2008. - General: fixed some time calculation to stop using emulated instructions on
  2009.   060 (Zapek)
  2010. - Layouter: disabled "html autodetection" for local files (Zapek)
  2011. - Download: added asl requesters for saving (Zapek)
  2012. - Download: reimplemented 'Rename' (Zapek)
  2013. - JS: end of line now escapes quote escaping during </script> search
  2014.   [www.dilbert.com] (Olli)
  2015. - Network: fixed mime filename recognition not working when V was set to
  2016.   ignore the server sent mimetypes (Zapek)
  2017. - Layouter: small transparent background images are now blown up to
  2018.   a reasonable size for efficient blitting [amiga.nvg.org] (Olli)
  2019. - Download: reimplemented view and viewer selection (Zapek)
  2020. - Download: fixed a lame crash bug introduced by Zapek (Neko)
  2021. - Download: fixed path construction bug when saving files (Zapek)
  2022.  
  2023. 3.3.115
  2024. -------
  2025. - Download: fixed failing downloads making enforcer hits and listview entries
  2026.   screwups (Zapek)
  2027. - Download: fixed a stupid path construction bug (Zapek)
  2028. - Download: when exiting while files are being downloaded, stale locks don't
  2029.   stay around anymore (Zapek)
  2030. - Download: fixed rename not working (Zapek)
  2031. - Download: fixed the filename pointer not being set properly sometimes thus
  2032.   screwing up the path construction when renaming to a file existing already
  2033.   (Zapek)
  2034. - Download: optimized refresh of stalled entries (Zapek)
  2035.  
  2036. 3.3.116
  2037. -------
  2038. - GUI: preference listview makes the last selected page visible when reopening
  2039.   the window (Zapek)
  2040. - Prefs: hopefully fixed a preference crash happening after closing the
  2041.   preference window under certain circumstances (Zapek)
  2042. - Layouter: major speed up during incremental layout (Zapek)
  2043. - Layouter: fixed deadly loop with <FRAME SRC=""> stuff -- liked to
  2044.   happen with some redirectors [www.ulimit.com, e.g.] (Olli)
  2045.  
  2046. 3.3.117
  2047. -------
  2048. [beta release]
  2049. - Package: updated vapor_toolkit, Textinput, MimePrefs and CManager
  2050.  
  2051. 3.3.118
  2052. -------
  2053. - JS: when assigning the special value "undefined" to variables,
  2054.   an object reference with value "null" was created -- this esspecially
  2055.   happened when function calls where made with less parameters than
  2056.   the function expected. Now, the variables are properly undefined.
  2057.   This fixes comparisions against the string literal "undefined"
  2058.   (oh my, webmasters) [www.advance-bank.de] (Olli)
  2059. - Download: now displays the full pathname instead of the file in the download
  2060.   listview (Zapek)
  2061. - Imgdecode: added PNG alpha support, MorphOS only and with the latest CGFX
  2062.   (Zapek)
  2063. - General: fixed possible crash when window.open() failed due to
  2064.   lack of resources (Olli)
  2065. - General: fixed possible crash when a window with dependant subwindows
  2066.   was closed (Olli)
  2067. - JS: fixed crash-o-nuke with onChange handlers for certain types
  2068.   of popups [www.orb.de, et.al.] (Olli)
  2069. - General: hopefully fixed screwed up cookie dates for the MorphOS build
  2070.   (Zapek)
  2071. - General: fixed processing of multiple placeholder into strings like %p, %u,
  2072.   etc.. (Zapek)
  2073. - General: <form action="blah.html"> is not merged with the base URL anymore
  2074.   on parsing (to be more like Netscape and IE), instead they are now merged
  2075.   on submission [www.bootbox.net] (Neko)
  2076. - General: fixed various problems with anchor fragment addressing (Olli)
  2077.  
  2078. 3.3.119
  2079. -------
  2080. - Network: main network loop could crash by reusing a already
  2081.   freed URL node under certain circumstances... (Olli)
  2082. - Network: fixed a potential problem with the network cache
  2083.   low memory handler not working under certain circumstances (Olli)
  2084. - Image decoder: fixed a low memory issue in the image
  2085.   decoders, raised version to 19.1 (Olli)
  2086. - General: global speed up of the PPC version (Zapek)
  2087. - Image decoder: fixed a crash issue with images > 2048 pixels.
  2088.   Raised version to 19.2 [www.sport1.de] (Olli)
  2089. - JS: fixed several problems with JS variable scoping
  2090.   (like differentiating between local and global variables,
  2091.   and "leaking" of variables across function contexts), and
  2092.   assignments to "undefined" [numerous sites] (Olli)
  2093. - JS: now deals with illegal octal constants (08 etc.)
  2094.   like IE, by treating them as decimal (Olli)
  2095. - JS: string.search(), string.replace() and string.match()
  2096.   now also accept a plain string as an argument; a temporary
  2097.   regexp object is automatically created then (Olli)
  2098. - JS: location.pathname now has the leading "/"; fixes some
  2099.   document.location based string trickery on various
  2100.   sites [www.speednames.com] (Olli)
  2101. - Layouter: images without SRC no longer throw up a "host not found:
  2102.   undefined" error [www.google.co.uk] (Olli)
  2103. - JS: string.replace now functional (JS 1.2 only) (Olli)
  2104. - JS: fixed various problems with instantiating literal regular
  2105.   expressions (Olli)
  2106. - Download: now decodes urls containing %20 et al. for saving to disk,
  2107.   so File%20With%20Spaces.zip becomes "File With Spaces.zip" (Neko)
  2108. - FTP: now displays filesizes in Kilo-, Mega- and Gigabytes where
  2109.   appropriate (Neko)
  2110. - Layouter: fixed tab interpretation for pure text layout (Olli)
  2111.  
  2112. 3.3.120
  2113. -------
  2114. - updated package with current classes and libraries (Olli)
  2115. - no longer quits on beta timeout (Olli)
  2116.  
  2117. 3.3.121
  2118. -------
  2119. - JS: document.cookie is now writable (Olli)
  2120. - Download: no longer crashes when removing an entry in failed state (Zapek)
  2121. - GUI: Splashwin updates itself even in SIMPLE_REFRESH mode to make Henes
  2122.   happy (Zapek)
  2123. - Parser: <body marginwidth="x" marginheight="y"> now supported like NS (Neko)
  2124. - Parser: <body left/right/top/bottommargin="x"> fully supported to match
  2125.   Internet Explorer behaviour, and override marginwidth/height above if both
  2126.   are set (Neko)
  2127. - Layouter: submitting Forms could hit unallocated memory, causing
  2128.   URL trashing or worse [www.google.com] (Olli)
  2129. - Parser: Default document margins are now larger, to match IE (Neko)
  2130.  
  2131. 3.3.122
  2132. -------
  2133. [beta release]
  2134.  
  2135.