home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / voyager / old / v_33_alpha50.readme < prev    next >
Encoding:
Text File  |  2014-05-19  |  34.4 KB  |  937 lines

  1.   __   __  
  2.   \ \ / 3 | Voyager 3.3alpha3a
  3.    \ V /  | Alpha Release (27.11.2000)
  4.     \_/   | http://v3.vapor.com/
  5.             
  6. Welcome to V3.3alpha3a.
  7.  
  8. WARNING: alpha3 wasn't working. It was released during
  9. the night of 26 to 27 november but got quickly replaced
  10. by this version.
  11.  
  12. This is a alpha release, intended as a demonstration
  13. of the new layout engine. It does NOT replace a working
  14. browser, as vital browsing functionality is missing
  15. (less than before, though ;-)
  16.  
  17. Notably missing are:
  18.  
  19. -- support for RMB menus over various objects (in late alpha
  20. stage, disabled for now)
  21.  
  22. -- form content remembering on back/forward
  23.  
  24. Notable new known bugs:
  25.  
  26. -- pages with objects >65535 pixels screw up (to be fixed
  27. in next alpha)
  28.  
  29. -- JS is pretty incomplete (again), and may be more annoying than
  30.    useful
  31.  
  32. WARNING -- THE IMAGE DECODER VERSIONS OF THIS VERSION
  33. ARE *NOT* BACKWARD COMPATIBLE WITH OLDER VERSIONS.
  34. Worse still, if you feed them to an older V version,
  35. the older V version will nuke. This is due to an shortsight
  36. in the design of the interface between Image Decoders and
  37. the core V module -- this has been fixed for future releases,
  38. but can't be remedied for V 3.2 and below.
  39.  
  40. The PPC image decoder library included is a native MorphOS
  41. compiled version; it will only run with MorphOS. See
  42. http://www.morphos.de/ for more information about
  43. MorphOS.
  44.  
  45. We've still got a good list of stuff to do, so it's not necessary to report
  46. bugs, missing features or anything with this version.
  47.  
  48. After this version, we plan on releasing betas much more frequently.
  49.  
  50. You need the Plugins/ dir of the V3.2 full version
  51. to make this version run.
  52.  
  53. This version requires a keyfile to run.
  54.  
  55. ------------------------------------------------------------
  56.  
  57. Newsflash: Changes since V3.2
  58.  
  59. ╖áfix for the stack-overflow crash introduced in V3.2
  60.  
  61. ╖áseveral bugfixes in the HTML layouter
  62.  
  63. ╖áPNG transparency issues fixed
  64.  
  65. ╖áImage decoders now support Floyd-Steinberg dithering
  66.   for GIF images, too.
  67.  
  68. Support & Bug reporting
  69. =======================
  70.  
  71. Bug reports are appreciated, just stuff as much information
  72. as possible into them. A quick glance at the V
  73. mailing list will reveal whether 50000 people have already
  74. reported before. The JSERROR.LOG functionality will
  75. come in handy for dealing with JS quirks.
  76.  
  77. There's now an automated bug tracking system located at
  78.  
  79.  http://bugs.vapor.com/
  80.  
  81. To submit a bug report, simply mail it to
  82.  
  83.  <voyager-bugs@vapor.com>
  84.  
  85. You will receive a receipt and a tracking ID, which allows
  86. you to track your bug report stats in the bug database.
  87.  
  88. Please join the Voyager mailing list to discuss this beta
  89. release. Please do not contact any of the authors directly -
  90. their time is severly limited, and chances are good that
  91. you want them to do some work on the code instead of
  92. answering mail all day long :)
  93.  
  94. To subscribe, mail to
  95.  
  96.  <voyager-request@vapor.com>
  97.  
  98. and put "SUBSCRIBE" in the subject or body of the mail.
  99. The mailing list is archived at
  100.  
  101.  http://www.mail-archive.com/voyager@vapor.com/
  102.  
  103. Credits
  104. =======
  105.  
  106. Voyager is (C) 1995-2000 by Oliver Wagner <owagner@vapor.com>, 
  107. All Rights Reserved.
  108.  
  109. V│ is actually a joint effort conducted by several people
  110. using the powers of CVS:
  111.  
  112. The flash player and many many core changes have been done
  113. by David "Zapek" Gerber <zapek@vapor.com>
  114.  
  115. The new bookmark and toolbar system has been devised by the wits
  116. of Simone "Wiz" Tellini <wiz@vapor.com>
  117.  
  118. Jerome "KingGuppy" Fisher <kingguppy@vapor.com> contributed 
  119. the new Textinput functionality including HTML tag highliting. 
  120. He also squashed some bugs.
  121.  
  122. The GUI cleanup and the new about:, plus the Voyager
  123. Portal site (http://v3.vapor.com) design are done by
  124. Ben "Beej" Preece <beej@vapor.com>
  125.  
  126. The nifty new V3 logo is done by Jason "Morden" Murray
  127. <morden@sub.net.au>, who also did the www.vapor.com web
  128. site design.
  129.  
  130. The Vpdf plugin was done by Emmanuel Lesueur 
  131. <lesueur@club-internet.fr>.
  132.  
  133.  
  134. Version History
  135. ===============
  136.  
  137. [NOTE: Changes prior to version 3.2 have been removed]
  138. [$Id]
  139.  
  140. Subsystems:
  141. -----------
  142. Bookmarks:
  143. Cache:
  144. CVS:
  145. General:
  146. GUI:
  147. Imgdecode:
  148. JS:
  149. Layouter:
  150. Net:
  151. Parser:
  152. Plugin:
  153. Prefs:
  154. Rexx:
  155. SSL:
  156. Startup:
  157.  
  158. 3.2 [release]
  159. -------------
  160. - General: added updated SpeedBarButton.mcc class (Olli)
  161.  
  162. 3.2.1
  163. -----
  164. - CVS: bumped compile to .1
  165. - GUI: rewrote the plugin prefs window from scratch. As a side effect gets rid
  166.   of the random crashes, and is more efficient. A plugin creates its
  167.   prefsobject only when needed (Zapek)
  168. - Net: fixed stomping of innocent data when replacing spaces in URLs
  169.   (Olli)
  170. - Net: fixed file:/// URLs with spaces (Olli)
  171.  
  172. 3.2.2
  173. -----
  174. - CVS: bumped compile to .2
  175. - Layouter: added support for <BASEFONT FACE> (Olli)
  176. - General: no more IDCMP_INTUITICKS under MUI4 (Zapek)
  177. - Layouter: now properly uses the +/- 0 fixed font for
  178.   <TEXTAREA>, instead of the +1 one (Olli)
  179. - Layouter: fixed storing of incomplete form data when
  180.   stopping layout in the mid of a <textarea> due to
  181.   incremental layout. Fixes half-filled form areas
  182.   which suddenly appear to be fixed when clicking on
  183.   form reset (Olli)
  184.  
  185. 3.2.3
  186. -----
  187. - CVS: bumped compile to .3
  188. - Image: now ignores disposal method of last frames of GIF
  189.   anims and always does "Restore Background", to meet MSIE/NS
  190.   behavior (Olli)
  191. - Layouter: added fix for bizarre results with tables which
  192.   had empty cells used for width spreading (Olli)
  193. - Layouter: took out input handling-while-layouting again,
  194.   for causing entirely too many problems ranging from gfx
  195.   corruption to full crashes (clicking "Reload" while layout,
  196.   for example) (Olli)
  197. - Image decoders: added support for GIF F-S dithering (Olli)
  198. - Prefs: added individual setting for GIF & PNG F-S dithering (Olli)
  199.  
  200. 3.2.4
  201. -----
  202. - CVS: bumped compile to .4
  203. - General: raised default stack size for core and network processes
  204.   to be on the safe side (Olli)
  205.  
  206. 3.2.5
  207. -----
  208. - CVS: bumped compile to .5
  209. - JS: fixed a problem with the onLoad() handler being called 
  210.   prematurly if a web site had unspecified image heights 
  211.   (in 2000 -- grrr!) (Olli)
  212. - General: rewrote constructor/destructor part for better portability (Zapek)
  213. - General: fixed possible crashes on low-memory situation when starting V
  214.   (Zapek)
  215. - GUI: no longer updates the CachePruner's max slider while pruning (Zapek)
  216. - JS: <script src=url> now works (Olli)
  217. - Layouter: added <Tx VALIGN=BASELINE> as an alias for BOTTOM (Olli)
  218. - GUI: no longer disposes/creates the errorwindow all the time (Zapek)
  219. - General: remembers where images and links are saved between ASL requests
  220.   (Zapek)
  221.  
  222. 3.2.6
  223. -----
  224. - CVS: bumped compile to .6
  225. - GUI: there's a new button to call TurboPrefs on the printerrequest window if
  226.   TurboPrefs is installed (Zapek)
  227. - Layouter: disabling font face would disable a bit too much, ahem (Zapek)
  228. - Network: when a download was marked as 'failed' and was still left in the
  229.   download window, any attempt to resume without using the 'retry' button was
  230.   corrupting the file (Zapek)
  231. - GUI: uses complement mode for tracing the imagelink targets (Zapek)
  232. - GUI: fixed the neverending rotating animation (Zapek)
  233. - Layouter: should now deal with both 0d0a and 0a0d line endings gracefully
  234.   (Olli)
  235. - General: remove the TearOff workaround related with muigfx.library. Not
  236.   needed anymore with new TearOff versions (Zapek)
  237. - Parser: strips any useless spaces at the end of an URL (Zapek)
  238. - Layouter: frameset parsing no longer pukes over rows="" or stuff (Olli)
  239. - GUI: it's possible to specify a path and filename for the JS error file
  240.   (Zapek)
  241. - Layouter: handles all CR/LF, LF, CR and LF/CR (yeah, you can find that on
  242.   some pages) correctly (Zapek)
  243.  
  244. 3.2.7
  245. -----
  246. - CVS: bumped compile to .7
  247. - Layouter: fixed CR/LF stuffs really this time, sigh (Zapek)
  248.  
  249. 3.2.8
  250. -----
  251. - CVS: bumped compile to .8
  252. - GUI: really saves to the file specified for JS logging instead of
  253.   JSERROR.LOG everytime (Zapek)
  254. - Layouter: strips leading spaces in <TITLE> (Zapek)
  255. - General: added protection against embedded-esc-code exploit (Olli)
  256. - Layouter: no longer locks networking completely during layout (Olli)
  257. - Layouter: reenabled <script src> support (Olli)
  258.  
  259. 3.2.9
  260. -----
  261. - CVS: bumped compile to .9
  262. - Image decoders: handling of PNG tRNS for CLUT destinations was totally
  263.   and utterly and completely botched (Olli)
  264. - Image decoders: PNG RGB images with alpha channel didn't show at all
  265.   on CLUT screens (Olli)
  266. - Image decoders: numerous low level assembler optimizations (Olli)
  267. - Layouter: now will handle <EMBED TYPE=image/*> like <IMG>
  268.   (Olli)
  269. - GUI: "Search" toolbar functionality is now on by default,
  270.   even with no page loaded (Olli)
  271. - GUI: "Search" toolbar functionality was improperly named "find"
  272.   (Olli)
  273. - Layouter: hopefully fixed <script src> induced lockups (Olli)
  274.  
  275. 3.2.10
  276. ------
  277. - CVS: bumped compile to .10
  278. - Parser: Tags exceeding the maximum number of arguments are now
  279.   properly eaten up till their closing bracket. This fixes the side
  280.   effect of <tag attribute="value1","value2"...> broken HTML
  281.   spilling out into the output text, because "value2", "value3"
  282.   etc. are (correctly) interpreted as attributes [www.kipling.org.uk
  283.   et.al] (Olli)
  284. - Parser: fixed a buffer overrun condition in URL assembly.
  285.   Was unlikely to happen in normal course of operation, but could
  286.   be triggered by broken HTML [www.digitheatre.com] (Olli)
  287. - Layouter: fixed a problem with table sizes being cached
  288.   incorrectly [www.vapor.com/visitors.php3] (Olli)
  289. - Layouter: fixed a problem with table background being rendered
  290.   one pixel too large (Olli)
  291.  
  292. 3.2.11
  293. ------
  294. - CVS: bumped compile to .11
  295. - Layouter: fixed a rather bizarre interaction between <IMG ALIGN=left|right>
  296.   and table size caching, which would result in "cell bleeding" due to
  297.   miscalculated heights [www.amazon.com] (Olli)
  298. - Layouter: <LI> not in <UL>/<OL> now only indents the current line,
  299.   and does not internally convert into <UL>-state [www.amazon.com,
  300.   and numerous other places] (Olli)
  301. - Layouter: reading <OPTION> data now follows HTML space-digesting
  302.   semantics [www.amazon.com] (Olli)
  303. - Parser: no longer pukes over <TBODY> and <THEAD> in unexpected
  304.   places (Olli)
  305.  
  306. 3.2.12
  307. ------
  308. - CVS: bumped compile to .12
  309. - Layouter: fixed a one-pixel-off problem in image backfilling.
  310.   This was only showing up with GIF anims, or JS image replacing,
  311.   causing the backdrop to shine through by one pixel (Olli)
  312. - Layouter: several speed-up operations in the low-level layouter
  313.   code, yielding about a 20% gain (Olli)
  314.  
  315. 3.2.13
  316. ------
  317. - CVS: bumped compile to .13
  318. - General: more low-level optimizations in various places (Olli)
  319.  
  320. 3.3.0
  321. -----
  322. - CVS: branched old & new layout engine
  323. - General: began with completely new layout engine (Olli)
  324. - GUI: reworked window framework from scratch (Olli)
  325. - GUI: now runs without TearOff if classes are not installed (Olli)
  326. - GUI: the navigation panel can now also be attached vertically (Olli)
  327. - GUI: entering a CM alias in the V url gadget now works (Olli)
  328. - GUI: auto-scheme-prefixing in V url gadgets now prefixes the
  329.   host name with "ftp://" if the host name starts with "ftp." (Olli)
  330. - Network: now enforces content-type "text/html" on all HTTP
  331.   replies 4xx and 5xx, to cope with really lame servers (Olli)
  332. - Network: removed old AS225 support (Zapek)
  333.  
  334. 3.3.1
  335. -----
  336. - CVS: bumped compile to .1
  337. - GUI: added NList and Pophotkey so they show up as external classes with MUI4
  338.   (Zapek)
  339. - GUI: now uses the correct list background for the Download window (Zapek)
  340. - General: lots of more work on new layout engine (Olli)
  341.  
  342. 3.3.2
  343. -----
  344. - CVS: bumped compile to .2
  345. - Layouter: lots of work on proper non-image-handling of images:
  346.   Recessed/Raised frames depending on anchor state, rendering of alt text
  347.   and border in proper link colors etc.
  348. - Layouter: several bugfixes in the existing stream layout code (Olli)
  349. - Layouter: <img align=[vertial_alignments]> now properly implemented for
  350.   all IE5 variants of this (Olli)
  351.  
  352. 3.3.3
  353. -----
  354. - CVS: bumped compile to .3
  355. - Layouter: made incremental visual refresh work (Olli)
  356.  
  357. 3.3.4
  358. -----
  359. - CVS: bumped compile to .4
  360. - Net: made If-Modified-Since: header carry the correctly offseted date,
  361.   and not use the nowadays obsolete asctime() date format (Olli)
  362. - GUI: in the toolbar prefs, 'Add button' didn't add a button but a spacer
  363.   instead (Zapek)
  364. - GUI: the network prefs could nuke if there was not enough memory to create
  365.   the objects of its group (Zapek)
  366. - GUI: toolbar's prefs' command TextinputscrollObject resizes correctly
  367.   (Zapek)
  368.  
  369. 3.3.5
  370. -----
  371. - CVS: bumped compile to .5
  372. - Layouter: made tables work again, mostly (Olli)
  373.  
  374. 3.3.6
  375. -----
  376. - CVS: bumped compile to .6
  377. - Layouter: fixed more bugs in new table code (Olli)
  378. - Layouter: implemented <strike> (Olli)
  379.  
  380. 3.3.7
  381. -----
  382. - CVS: bumped compile to .7
  383. - Layouter: fixed final width/height calculation for images (Olli)
  384. - Layouter: fixed a few problems of minsizes being ignored (Olli)
  385.  
  386. 3.3.8
  387. -----
  388. - CVS: bumped compile to .8
  389. - Layouter: fixed rendering artifacts (Olli)
  390. - Layouter: fixed nuke when scrolling due to some nasty screwup
  391.   with KillNotify (Olli)
  392.  
  393. 3.3.9
  394. -----
  395. - CVS: bumped compile to .9
  396. - Layouter: fixed <BR> handling (Olli)
  397. - Layouter: images rendering again (Olli)
  398. - Layouter: fixed initial space state (Olli)
  399. - GUI: fixed the KillNotify problem in the font preferences as well (Zapek)
  400.  
  401. 3.3.10
  402. ------
  403. - CVS: bumped compile to .10
  404. - GUI: fixed visual artifacts when clicking on links (Olli)
  405. - GUI: reenabled "Show Source" and "Show Document info" window menu
  406.   items (Olli)
  407. - Layouter: fixed rowspan handling (Olli)
  408. - Layouter: fixed a few thousand more table bugs (Olli)
  409.  
  410. 3.3.11
  411. ------
  412. - CVS: bumped compile to .11
  413. - Layouter: fixed a load of rowspan-related issues (Olli)
  414. - Layouter: fixed deadlock on pages without background specifications (Olli)
  415. - Layouter: fixed many more minor bugs (Olli)
  416.  
  417. 3.3.12
  418. ------
  419. - CVS: bumped compile to .12
  420. - Layouter: reinstated default margins (4/4) (Olli)
  421. - Layouter: reimplemented <Hx> (Olli)
  422. - Layouter: fixed wipeout hit flood on empty tables (notably during
  423.   incremental layout) (Olli)
  424. - Images: broken images are again marked with an "x" in the alttext (Olli)
  425. - Images: unspeced images now properly communicate size changes 
  426.   to their containers (Olli)
  427. - Layout: fixed problems with margins not unrolling at the end of
  428.   table cells (Olli)
  429. - Layouter: added heuristic against ultra-lame webmanglers using stuff like
  430.   <TD WIDTH=3000> (Olli)
  431.  
  432. 3.3.13
  433. ------
  434. - CVS: bumped compile to .13
  435. - Layouter: implemented <form> and <input type=(buttons)> (Olli)
  436. - Layouter: implemented <input type=text> (Olli)
  437. - General: Added "Force border?" debug option. When set, will enforce
  438.   a visible border of at least 2 around all tables. Very useful
  439.   when looking at layout oddities (Olli)
  440. - General: numerous other minor fixes (Olli)
  441.  
  442. 3.3.14
  443. ------
  444. - CVS: bumped compile to .14
  445. - Layouter: fixed deadlock with margins (Olli)
  446. - Layouter: implemented <BR CLEAR=xx> (Olli)
  447. - Layouter: fixed <TABLE ALIGN=left|right> (Olli)
  448.  
  449. 3.3.15
  450. ------
  451. - CVS: bumped compile to .15
  452. - Layouter: fixed more left/right alignment issues (Olli)
  453. - GUI: fixed display of link destinations for images (Olli)
  454. - Layouter: image scaling working again (Olli)
  455. - Layouter: fixed a quirk in calculating default container sizes (Olli)
  456. - Layouter: fixed a problem with centering/right alignment of
  457.   text (Olli)
  458. - Layouter: fixed a problem with text fields screwing up dimension
  459.   calculations due to incorrect default width due to an TI bug (Olli)
  460.  
  461. 3.3.16
  462. ------
  463. - CVS: bumped compile to .16
  464. - Layouter: brought <BASE HREF> back (Olli)
  465. - GUI: fixed potential crash when clicking "Reload" during transfer (Olli)
  466. - Layouter: fixed cell top offset problems during incremental layout (Olli)
  467. - Layouter: now eats <SCRIPT> again properly (not interpreted yet) (Olli)
  468. - Layouter: now eats <STYLE> again properly (not interpreted yet) (Olli)
  469.  
  470. 3.3.17
  471. ------
  472. - CVS: bumped compile to .17
  473. - Layouter: now follows MSIE layout for <BR CLEAR=xx> [www.amazon.com] (Olli)
  474. - Layouter: fixed some more table size issues [www.amazon.com] (Olli)
  475. - General: no longer tries to open vimgdecode_68000.vlib and now gives a
  476.   useful error message if no decoder vlib is found (Zapek)
  477.  
  478. 3.3.18
  479. ------
  480. - CVS: bumped compile to .18
  481. - Layouter: fixed entity conversion not working properly at all,
  482.   causing text doubling and random crap (Olli)
  483. - Layouter: Hopefully once and for all fixed object backfill
  484.   offsets [phew] (Olli)
  485. - Layouter: <input> without type is now again handled as "TEXT",
  486.   for compatibility with broken web pages (Olli)
  487. - General: fixed a few memory buffer overflows in the new
  488.   layouting code (Olli)
  489.  
  490. 3.3.19
  491. ------
  492. - CVS: bumped compile to .19
  493. - Layouter: <font size=-2> and <font size=-1> were exchanged (Olli)
  494. - Layouter: <small> and <big> weren't implemented; </small> and </big>
  495.   were, though, causing font style stack confusion [freshmeat.net] (Olli)
  496. - Layouter: fixed "stacking" of line alignments with mixed <center>,
  497.   <div> and <p> (Olli)
  498. - Layouter: readded <INPUT TYPE=radio> class (Olli)
  499. - Internal: rewrote method stack to be more efficient (Olli)
  500.  
  501. 3.3.20
  502. ------
  503. - CVS: bumped compile to .20
  504. - Layout: fixed (internal) MUI layout failures in various places,
  505.   causing weird sideffects (Olli)
  506.  
  507. 3.3.21
  508. ------
  509. - CVS: bumped compile to .21
  510. - Layouter: implemented <th> (Olli)
  511. - Net: fixed enforcer hitflood with broken URLs without
  512.   scheme (Olli)
  513. - Net: fixed another (unlikely) buffer overflow in uri_remerge()
  514.   (Olli)
  515. - Layouter: GIF anims now increment their frame counters properly
  516.   even when being off-screen, to avoid missynchronisation during
  517.   scroll (Olli)
  518. - Layouter: fixed a possible nuke when adding table cells
  519.   to their container (Olli)
  520.  
  521. 3.3.22
  522. ------
  523. - CVS: bumped compile to .22
  524. - Layouter: now handles <INPUT TYPE=CHECKBOX> again (Olli)
  525. - Layouter: added support for transparent background images
  526.   (grrrr) [www.vapor.com] (grrr▓) (Olli)
  527. - Layouter: added support for ISMAP image maps (Olli)
  528.  
  529. 3.3.23
  530. ------
  531. - CVS: bumped compile to .23
  532. - Layouter: client side image maps working again, too (Olli)
  533. - Layouter: did some work on proper incremental refreshing
  534.   during layout (Olli)
  535.  
  536. 3.3.24
  537. ------
  538. - CVS: bumped compile to .24
  539. - [public alpha]
  540.  
  541. 3.3.25
  542. ------
  543. - CVS: bumped compile to .25
  544. - Layouter: viewing of image/* individually works again (Olli)
  545. - GUI: Netinfo progress gauges weren't displayed at all for FTP transfers
  546.   (Zapek)
  547. - GUI: removed "Fastlinks:" label which took up unecessary space (Zapek)
  548. - Layouter: readded <EM>, <STRONG> and <S> (Olli)
  549. - Layouter: added <BUTTON> as an alias for <INPUT TYPE=submit|reset|button>
  550.   (Olli)
  551. - Layouter: made <INPUT TYPE=password> work (Olli)
  552. - Layouter: now remembers previous X/Y positions when navigating between
  553.   pages (Olli)
  554. - Image decoders: added proper error reporting to the API. Bumped
  555.   version to 13 (Olli)
  556. - Layouter: completely rewrote incremental refresh to use a double buffered
  557.   offscreen bitmap (Olli)
  558.  
  559. 3.3.26
  560. ------
  561. - CVS: bumped compile to .26
  562. - Net: mailto: doesn't use TCP: anymore to send mails (Zapek)
  563.  
  564. 3.3.27
  565. ------
  566. - CVS: bumped compile to .27
  567. - General: reenabled support for mailto:, news: and telnet: URLs (Olli)
  568. - General: raised minimum required Textinput version to 28.0, which
  569.   fixes the problems with incremental buffered refresh (Olli)
  570. - Layouter: fixed excess refresh & scroll when switching pages (Olli)
  571.  
  572. 3.3.28
  573. ------
  574. - CVS: bumped compile to .28
  575. - Layouter: <center> wasn't correctly reinstating "last was blank"
  576.   mode, causing weird excess spaces (Olli)
  577. - General: added a NOSPLASHWIN tooltype/commande line argument (Zapek)
  578. - GUI: fixed the prefs not working, grr (Zapek)
  579. - General: V can only be run once again (Zapek)
  580. - Net: the timeout of a socket is settable. Use '0' if you don't want any
  581.   (Zapek)
  582. - Net: added automatic retries of downloads (Zapek)
  583. - Layouter: added <select> object (Olli)
  584. - Layouter: radio buttons are now properly exclusive again (Olli)
  585.  
  586. 3.3.29
  587. ------
  588. - CVS: bumped compile to .29
  589. - Layouter: <AREA> class wasn't getting the context pointer, and thus caused
  590.   hits galore (Olli)
  591. - Layouter: <INPUT TYPE=RADIO> checked caused hits (Olli)
  592. - Layouter: fixed a problem with incremental buffered refresh possibly
  593.   causing image decoder nuke in a race condition (Olli)
  594. - Layouter: image placeholders are no longer backfilled (Olli)
  595. - Layouter: readded <TEXTAREA> (Olli)
  596. - Layouter: fixed refresh problems with some form objects after
  597.   an incremental layout (Olli)
  598.  
  599. 3.3.30
  600. ------
  601. - CVS: bumped compile to .30
  602. - GUI: fixed historylist once again (Zapek)
  603. - Layouter: fixed some offsetting problems during incremental
  604.   refresh (Olli)
  605.  
  606. 3.3.31
  607. ------
  608. - CVS: bumped compile to .31
  609. - Layouter: added <INPUT TYPE=FILE> (Olli)
  610. - Plugins: added VPLUG_ProcessURLString() hook to allow plugins to
  611.   handle manually entered URLs (Olli)
  612. - Layouter: made form submission work again (Olli)
  613. - Layouter: added support for <INPUT xxx DISABLED> (Olli)
  614. - Layouter: unified HTML object name handling (now also accepts "ID"
  615.   and "NAME" as the name specifier) (Olli)
  616. - Image decoders: preferences weren't properly set on the
  617.   image decoder library on start (Olli)
  618. - Rexx: added arguments for OpenURL, ScreenToFront and ScreenToBack (Zapek)
  619. - GUI: added a clock to make RobR happy (Zapek)
  620. - GUI: rewrote Prefs/Toolbar in a more efficient and robust way (Zapek)
  621. - General: now uses a brand new scheme which allows to configure any button to
  622.   execute an internal command. Those are also available externally through the
  623.   ARexx port of course (Zapek)
  624.  
  625. 3.3.32
  626. ------
  627. - CVS: bumped compile to .32
  628. - Layouter: fixed several problems in the <select> class, causing layout
  629.   failures and nukes (Olli)
  630. - Layouter: major speedup in the double buffered refresh (Olli)
  631. - Rexx: fixed 'GoBackward' which wasn't working (Zapek)
  632. - Layouter: made <pre> and <xmp> work again (Olli)
  633. - General: ppc.library was closed twice (Zapek)
  634. - GUI: Historylist will still remember the current page even if it's not
  635.   finished being loaded and the browser goes to a new location (Zapek)
  636. - GUI: a window wasn't marked as 'activated' just after being opened.
  637.   Would cause problems with some ARexx commands relying on that (Zapek)
  638. - Rexx: fixed 'OpenURL' which was only working with the 'NEWWIN' argument
  639.   (Zapek)
  640. - Rexx: implemented 'LoadImages' (Zapek)
  641. - Rexx: 'GoHome' was doing enforcer hits (Zapek)
  642. - Rexx: implemented 'ReloadURL' (Zapek)
  643.  
  644. 3.3.33
  645. ------
  646. - CVS: bumped compile to .33
  647. - Layouter: fixed enforcer flood when submitting an "empty" form (Olli)
  648. - Layouter: radio buttons and checkboxes without specific VALUE
  649.   now submit as "name=on" when selected (Olli)
  650. - Layouter: fixed radio and checkbox submission (Olli)
  651. - Layouter: <select> objects weren't submitting data at all (Olli)
  652. - Layouter: form objects no longer submit when being disabled (Olli)
  653. - Layouter: added "READONLY" attribute for text and textarea (Olli)
  654. - Layouter: now understands plain text layout again (Olli)
  655. - GUI: in Prefs/Toolbar when there's no argument for a certain command, the
  656.   listview opens empty instead of DisplayBeep()ing around (Zapek)
  657. - Layouter: fixed form file submission (Olli)
  658.  
  659. 3.3.34
  660. ------
  661. - CVS: bumped compile to .34
  662. - Layouter: made <input type=image> work (Olli)
  663. - Layouter: fixed default background color (Olli)
  664. - Image decoders: completely changed the call back mechanism
  665.   in V. To avoid problems with double installations, the 
  666.   image decoders have been renamed to vimgdec_<cpu>.vlib.
  667.   (Olli)
  668.  
  669. 3.3.35
  670. ------
  671. - CVS: bumped compile to .35
  672. - Layouter: fixed <INPUT TYPE=HIDDEN> submission problems (Olli)
  673. - Layouter: fixed missing end tag on multipart form submissions (Olli)
  674. - Layouter: fixed line align stack overflow on many consecutive <P>s (Olli)
  675. - Layouter: fixed background color problems (Olli)
  676. [public alpha]
  677.  
  678. 3.3.36
  679. ------
  680. - CVS: bumped compile to .36
  681. - Image decoders: added a PPC native version. Runs under MorphOS (Zapek)
  682. - GUI: the blinking ':' char of the clock doesn't move some fonts around
  683.   anymore (Zapek)
  684. - GUI: it's possible to turn on/off the displaying of seconds in the clock
  685.   (Zapek)
  686. - GUI: and it's possible to turn off the clock (Zapek)
  687. - GUI: rewrote the prefs to use proper subclasses. More efficient, and fixes
  688.   the crash that happened randomly when switching panels too fast (Zapek)
  689. - Rexx: added boundary checks in the historylist. 'GoBackward' and 'GoForward'
  690.   won't go into the wonderfull world of random data anymore (Zapek)
  691. - GUI: minor layout adjustements in the prefs (Zapek)
  692.  
  693. 3.3.37
  694. ------
  695. - CVS: bumped compile to .37
  696. - GUI: little imagery isn't allocated in chip memory under graphic card
  697.   systems anymore (Zapek)
  698. - GUI: while typing an URL, if the hosts starts with "ftp." it's automatically
  699.   prefixed by "ftp://" (Zapek)
  700. - GUI: fixed Sendmailwin which wasn't working at all (Zapek)
  701. - GUI: HTML windows get their title correctly again (Zapek)
  702. - GUI: Toolbar was impossible to modify from the prefs, oops (Zapek)
  703. - GUI: fixed enforcer hits when settings arguments with '/S' in the toolbar
  704.   (Zapek)
  705. - Rexx: it's possible to execute AmigaDOS command (Zapek)
  706. - Rexx: WIN/N/K is now effective for every ARexx command (Zapek)
  707. - Rexx: 'GoHome' returns 5 if there's no homepage set in the prefs (Zapek)
  708.  
  709. 3.3.38
  710. ------
  711. - CVS: bumped compile to .38
  712. - GUI: fixed the imagery to not crash on AGA machines when one image was used
  713.   twice (Zapek)
  714. - GUI: no longer bother moving imagery to chip memory if they are already
  715.   there (Zapek)
  716. - Rexx: added the possibility to execute programs in Workbench mode. Needs
  717.   wbstart.library v2 or higher (Zapek)
  718. - Rexx: added the execution of AmigaDOS scripts (Zapek)
  719. - Rexx: added the execution of ARexx scripts (Zapek)
  720. - Rexx: added 'GetActiveWindow' which returns the number of the active (or
  721.   last activated) window (Zapek)
  722. - General: fixed 1KB memory leak (Sircus)
  723. - GUI: imagery is reallocated correctly in case they're reloaded (Zapek)
  724. - GUI: imagery isn't moved to chip memory if FBlit is running (Zapek)
  725. - GUI: it wasn't possible to en/disable certificates in the prefs (Zapek)
  726. - Layouter: minor speedup in text rendering with many mixed styles (Olli)
  727. - General: hopefully fixed shutdown race condition which could cause V to 
  728.   hang in the main network process under certain circumstances (Olli)
  729. - Layouter: fixed incremental refresh problems with form elements again
  730.   (Olli)
  731. - Layouter: added support for <LI> (Olli)
  732. - Layouter: fixed one-off bug when unrolling margins (Olli)
  733. - GUI: added new imagery in 32 colors, courtesy of Matt Sealey (Zapek)
  734.  
  735. 3.3.39
  736. ------
  737. - CVS: bumped compile to .39
  738. - GUI: the 'Download' image was the 'Hyperlinks' one (Zapek)
  739. - Layouter: <OL> and <UL> now working (Olli)
  740. - Image class: fixed backfilling of scaled transparent images
  741.   (often occuring with blank GIFs used for placeholding) (Olli)
  742. - Layouter: fixed default selection item for form cycles
  743.   and popup lists (Olli)
  744. - Rexx: fixed buttons not working in the previous build, ahem (Zapek)
  745. - Network: fixed V crashing on exit (Zapek)
  746. - GUI: clock wasn't opening with the right size sometimes (Zapek)
  747.  
  748. 3.3.40
  749. ------
  750. - CVS: bumped compile to .40
  751. - Layouter: fixed <INPUT TYPE=TEXT MAXLENGTH=x> being off by one (Olli)
  752. - Layouter: META HTTP-EQUIV refresh working again (Olli)
  753. - General: now starts RexxMast if it's not running, to ensure
  754.   button functionality (Olli)
  755. - Layouter: readded frames support (incomplete) (Olli)
  756. - Layouter: made refresh using region-drawing for less unecessary
  757.   backfilling. Please report whether this is actually faster
  758.   than before... (Olli)
  759.  
  760. 3.3.41
  761. ------
  762. - CVS: bumped compile to .41
  763. - Layouter: fixed target=_parent (Olli)
  764. - Layouter: fixed target=_top, too (grrr) (Olli)
  765. - Layouter: major speedup in scrolling and initial rendering by skipping
  766.   unnecessary backfilling (Olli)
  767. - General: fixed NC3 key reading (KingGuppy)
  768. - Image class: fixed refreshing of images showing textual errors (KingGuppy)
  769. - Layouter: image backfilling should now be properly offset (KingGuppy)
  770. - General: URLs entered into the URL string should now be prefixed with a
  771.   scheme under all circumstances (KingGuppy)
  772. - Layouter: reimplemented <ISINDEX> (KingGuppy)
  773. - Layouter: fixed handling of <BR> [www.siliconcircus.com] (Olli)
  774. - Layouter: </Hx> wasn't setting the "last was blank" flag,
  775.   causing excess indention on the next line (Olli)
  776. - Imgdecode: no longer leaves libraries opened around when something fails in
  777.   libinit (Zapek)
  778. - Imgdecode: added proper reporting of failure to open vapor_toolkit.library
  779.   (Zapek)
  780. - Layouter: removed stupid pseudo-3D-style of <LI> images, for better
  781.   readability and faster rendering (Olli)
  782. - Layouter: fixed backfilling of html view area when no document at all
  783.   is loaded (Olli)
  784. - General: the reload button no longer opens a new window (KingGuppy)
  785. - Layouter: fixed link hotspots being vertically offset under some
  786.   conditions (KingGuppy)
  787. - Layouter: fixed problems with image hspace/vspace > 127 pixels
  788.   [www.heise.de] (Olli)
  789. - Layouter: incremental double buffered refresh now uses a non-backfilling
  790.   layer, for increased rendering speed (Olli)
  791.  
  792. 3.3.42
  793. ------
  794. - CVS: bumped compile to .42
  795. - Layouter: implemented <NOBR> and <TD NOWRAP> (Olli)
  796. - Layouter: now checks text rendering against visible rectangles
  797.   to speed up scrolling (Olli)
  798. - Layouter: fixed strikethrough and visited link renderings,
  799.   broken some revisions ago. Also minor speed increase in
  800.   style handling during rendering (Olli)
  801. - GUI: scrolling with cursor keys etc. works again (Olli)
  802. - Layouter: cycle chain for form objects is now set properly (Olli)
  803. - Imgdecode: MorphOS build wasn't removing the memhandler on exit (Zapek)
  804. - Parser: now completely skips whitespaces in URLs during assembly
  805.   already (Olli)
  806. - Imgdecode: added detection of completely transparent images,
  807.   which are optimized to not be scaled or blitted at all. Should
  808.   reduce memory consumption and improve rendering speed when many blank
  809.   "filler" images are used. Updated image decoders to V16 (Olli)
  810.  
  811. 3.3.43
  812. ------
  813. - CVS: bumped compile to .43
  814. - Layouter: now properly sets font styles after a font change,
  815.   fixing rendering artefacts [www.vapor.com] (Olli)
  816. - Imgdecode: fixed various problems with the transparency detection (Olli)
  817. - Imgdecode: fixed image h/vspace being screwed in 3.3.42 (Olli)
  818. - GUI: read-only text gadgets now have the correct MUI background (KingGuppy)
  819. - Layouter: <BUTTON> now defaults to SUBMIT type (KingGuppy)
  820. - Layouter: Began proper <BUTTON> implementation, not yet very pretty
  821.   (KingGuppy)
  822. - GUI: fixed problems with pressing enter in the URL gadget (ahem) (Olli)
  823. - General: now checks for proper image decoder version again (Olli)
  824.  
  825. 3.3.44
  826. ------
  827. - CVS: bumped compile to .44
  828. - Layouter: links are now properly highlited when active (tab cycled) 
  829.   (Olli)
  830. - GUI: now skips leading spaces in URLs (useful when pasting)
  831. - Layouter: fixed handling of <ISINDEX> (stripping of previous
  832.   query terms) (Olli)
  833. - Layouter: text parsing now produces proper background color as
  834.   configured (Olli)
  835. - Layouter: forms are now auto-submitted when pressing enter inside
  836.   a string gadget (Olli)
  837. - JS: reenabled the JS interpreter, currently called of <script>
  838.   tags only, and no DOM linkage so far (Olli)
  839. - GUI: added a way to open the ErrorWindow through the 'Windows' menu (Zapek)
  840. - General: fixed htmlview class to not reference already closed network
  841.   streams (crash on back/forward, and more) (Olli)
  842. - General: fixed internal "last active window" state keeping, fixing a lot
  843.   of related problems (VIPC, View Source etc.) (Olli)
  844.  
  845. 3.3.45
  846. ------
  847. - CVS: bumped compile to .45
  848. - General: fixed enforcer hit flood on document.write() (Olli)
  849. - General: fixed really lame stupid crash-on-exit bug, many thanks to stuntzi
  850.   for hunting that one :) (Zapek)
  851. - Image decoder: semaphore-protected the destscreen context, so that no
  852.   more nukes on screen change/iconify should happen (Olli)
  853. - JS: document.write() actually working again now (Olli)
  854. - Layouter: fixed screwup with <obj align=left|right> and center (Olli)
  855. - JS: javascript: scheme now works (Olli)
  856. - General: now properly counts and reports missing images in
  857.   status line (Olli)
  858. - Layouter: hopefully fixed the font size screwup (grrr) (Olli)
  859. - Layouter: fixed the "broken entity" bug (Olli)
  860.  
  861. 3.3.46
  862. ------
  863. - CVS: bumped compile to .46
  864. - Imgdecode: added protection against looping redirects; will give up
  865.   after 20 redirects now. Revision raised to 16.2 (Olli)
  866. - Layouter: fixed <font size>. Really. Take my word on it. (Olli)
  867. - Layouter: fixed <SCRIPT>/<NOSCRIPT> handling (Olli)
  868. - Layouter: major speed up when dealing with completely bogus
  869.   rowspan values (<td rowspan=9999> etc.). Fixes www.orbs.org et.all.
  870.   (Olli)
  871.  
  872. 3.3.47
  873. ------
  874. - CVS: bumped compile to .47
  875. - JS: fixed memory leak in string class (Olli)
  876. - Layouter: <br clear=xxx> works again (Olli)
  877. - General: made URL "last visited" history work again (Olli)
  878. - JS: fixed a "Infinity" conversion error (Olli)
  879. - Layouter: fixed <P> to no longer screw with the line alignment mode
  880.   (Olli)
  881. - Imgdecode: Fixed possible semaphore deadlock race on shutdown.
  882.   Bumped rev to 16.3 (Olli)
  883. - Net: fixed possible deadlock condition in network shutdown (Olli)
  884.  
  885. 3.3.48
  886. ------
  887. - CVS: bumped compile to .48
  888. - Layouter: <TD WIDTH> now takes precedence over <TD NOWRAP>
  889.   [www.satirewire.com] (Olli)
  890. - Layouter: <OPTION> now skips leading blanks from the entry (Olli)
  891. - Layouter: added clever heuristic to determine if we're actually
  892.   looking at HTML even if the server said "text/plain" (Olli)
  893. - General: Fixed DoRexWin, which in turn fixes "GoHome" and
  894.   various other stuff (Olli)
  895. - Layouter: fixed handling of already decoded images so that they
  896.   will be blitted immediately, without going through the placeholder
  897.   stage (Olli)
  898. - General: fixed resetting of gauge status when stuff is fetched
  899.   from the cache (Olli)
  900. - Imgdecode: fixed possible race condition in image decoder
  901.   shutdown, and now temporary raises the image decoder's
  902.   task priority to "0" to avoid V shutdown being hindered by
  903.   a task running ready at pri "0". Bumped rev to 16.4 (Olli)
  904. - General: Bookmarks working again (Olli)
  905.  
  906. 3.3.49
  907. ------
  908. - CVS: bumped compile to .49
  909. - GUI: added fully configurable context menus (Zapek)
  910. - Layouter: fixed a evil crash in the frameset layouting
  911.   routine which could happen when the frameset specified
  912.   more cols/rows than there were actual frames
  913.   [www.boob.co.uk] (Olli)
  914. - Imgdecode: fixed broken semaphore releasing for AGA (Olli)
  915. - GUI: added 'barlabel' option to the context menus (Zapek)
  916. - GUI: fixed recursion bug in context menus (Zapek)
  917. - JS: fixed Window/Location binding [www.thehun.net] (Olli)
  918. - Layouter: fixed a rather bizarre state screwup in the
  919.   image class which could force V into a huge relayout swope
  920.   if a page had many equal images with unspecified sizes
  921.   [www.adaptec.com] (Olli)
  922. - JS: fixed a problem with windows being initialized with
  923.   a javascript: URL causing enforcer orgies [www.ping.be/bios]
  924.   (Olli)
  925. - JS: fixed document.write() not properly zero-terminating
  926.   the pushed string [www.thehun.net] (Olli)
  927. - GUI: fixed tons of bugs in the context menu editing and turned recursive
  928.   functions into non recursive ones (Zapek)
  929. - GUI: removed context menus temporarily since there are still some bugs left
  930.   (Zapek)
  931.  
  932. 3.3.50
  933. ------
  934. - CVS: bumped compile to .50
  935. - General: fixed loader not working at all (Zapek)
  936.  
  937.