home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / voyager / old / v_33_beta79.lzx / V.ReadMe < prev    next >
Encoding:
Text File  |  2001-02-11  |  54.0 KB  |  1,391 lines

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