home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / voyager / old / v_33_beta79.readme < prev    next >
Encoding:
Text File  |  2014-05-19  |  6.2 KB  |  145 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. [changes since 3.3.75, previous public beta]
  44.  
  45. 3.3.76
  46. ------
  47. - CVS: bumped compile to .76
  48. - JS: again, setting properties which weren't settable could cause
  49.   a major crash, due to the fact that the custom property handlers
  50.   were trying to interpret a string (or other) value as an object.
  51.   Now hopefully fixed once and for all, in case such a thing happens,
  52.   a "Property can't be modified" message is thrown up (Olli)
  53. - JS: it's now possible to set form.target and form.action
  54.   [www.teleauskunft.de] (Olli)
  55. - General: fixed MUI app object contained version string (which
  56.   is also shown by Exchange) (Olli)
  57. - JS: added date.toLocaleString(), date.toUTCString(), date.toGMTString(),
  58.   date.getMilliseconds() and date.setMilliseconds() (Olli)
  59. - JS: added the UTC versions of the date.getXX() functions (Olli)
  60. - JS: added the UTC versions of the date.setXX() functions (Olli)
  61. - JS: made Date.parse() work (Olli)
  62. - JS: implemented the Date(millis) and Date(string) date class
  63.   constructors (Olli)
  64. - JS: serious bug in the scanner would interpret all numeric
  65.   literals without a decimal point as a 32 bit integer, thus
  66.   screwing up values which didn't fit into this range (notably
  67.   Date initializers) (Olli)
  68. - JS: implemented the Date(year,month,day) etc.pp. constructors
  69.   (Olli)
  70. - JS: fixed problem with anchor mouseover event handler return
  71.   code being ignored under certain circumstances (Olli)
  72.  
  73. 3.3.77
  74. ------
  75. - CVS: bumped compile to .77
  76. - JS: added form.reset() (Olli)
  77. - Layouter: added percentage support for WIDTH and HEIGHT in the <IMG> tag
  78.   (Zapek)
  79. - Layouter: fixed a problem in the group class causing it to ignore
  80.   margins when layouting inner objects (Olli)
  81. - Layouter: fixed a problem with cascaded <... align=left> objects
  82.   being not properly layed out (Olli)
  83. - Layouter: fixed a really bizarre interaction with <li> and
  84.   left aligned tables [www.tomshardware.com] (Olli)
  85. - Imagedecode: fixed a very longstanding bug in the AGA c2p code
  86.   which would write excess data for every 17, 49 etc. column.
  87.   Also optimized the code a bit while being at it. Version bumped 
  88.   to 16.11. (Olli)
  89. - Layouter: added percentage support for WIDTH and HEIGHT in the <EMBED> tag
  90.   (Zapek)
  91.  
  92. 3.3.78
  93. ------
  94. - CVS: bumped compile to .78
  95. - Layouter: fixed the very same layout interaction problem for
  96.   align=right objects now (ahem) (Olli)
  97. - Rexx: changed OpenURL to LoadURL and put back the old OpenURL version. ARexx
  98.   scripts should now work and openurl.library as well (Zapek)
  99. - Layouter: fixed a problem with the "end of page" operations sometimes
  100.   not being triggered properly (status update, triggering of meta refresh,
  101.   etc.) (Olli)
  102. - Prefs: added automatic conversion of "ReloadURL FORCE" to "LoadURL RELOAD
  103.   FORCE" for people not reading readmes :) (Zapek)
  104. - Layouter: fixed a selection problem with large <SELECT> lists which were
  105.   not in multiple mode [www.xe.com/ucc] (Olli)
  106. - JS: fixed a potential race condition in setting JS timers which
  107.   could cause a full lockup (Olli)
  108. - Net: POSTing to URLs containing #anchors was completely dysfunctional
  109.   [www.excite.co.uk] (Olli)
  110. - JS: undefined variables now indeed evaluate to "undefined", instead
  111.   of causing an error bail out [a good quarter of the www] (Olli)
  112. - Layouter: added ALIGN=MIDDLE as an alias for ALIGN=CENTER (similiar
  113.   to the existant VALIGN=CENTER alias for VALIGN=MIDDLE) (Olli)
  114. - Net: when following a redirect, the target GET is now sent
  115.   with the ORIGINAL URL as a Referer:, instead of the FORWARDING URL.
  116.   This fixes problems with scripts checking the Referer: and relying
  117.   on the MSIE behavior [www.lycos.co.uk SMS service] (Olli)
  118. - Net: made the date parser a bit more forgiving against slightly
  119.   offstandard date formats -- should fix some problems with cookies
  120.   expiring too quickly (like, immediately) (Olli)
  121. - Prefs: when all cookies were deleted, the list wasn't saved,
  122.   thus the cookies reappeared after a restart (Olli)
  123.  
  124. 3.3.79 [3rd public beta]
  125. ------------------------
  126. - CVS: bumped compile to .79
  127. - Layouter: changes in image sizes didn't cause the necessity
  128.   of scrollers to be reevaluated. This mostly showed when loading
  129.   individual po^H^Himages (Olli)
  130. - Layouter: increased chance that upon showing individual images,
  131.   image info can be shown in the window title properly (Olli)
  132. - Layouter: fixed enforcer hits when only one of the image
  133.   dimensions was specified (Olli)
  134. - Layouter: now supports transparency in background images (Olli)
  135. - General: added workaround for broking URLs of the form
  136.   http://www.theviking.net?blah=blubb (i.e., missing "/" after host) 
  137.   (Olli)
  138. - Layouter: now strips off URI arguments when submitting a form
  139.   (Olli)
  140. - Prefs: fixed automatic prefs conversion not working for context menus
  141.   (Zapek)
  142. - JS: setting of custom properties on the document object works
  143.   again (Olli)
  144. - Net: fixed enforcer hits on FTP login (Olli)
  145.