Annotation of Amaya/doc/Changelog.html, revision 1.8

1.1       vatton      1: <?xml version="1.0" encoding="iso-8859-1"?>
                      2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
                      3:       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
                      4: <html xmlns="http://www.w3.org/1999/xhtml">
                      5: <head>
                      6:   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
                      7:   <title>CVS Amaya changes</title>
                      8:   <style type="text/css">
                      9: 
                     10: h3 {margin-left: 0.8em}
                     11: .red {color: #FF0000; background-color: #FFFFFF}</style>
                     12:   <meta name="GENERATOR" content="amaya 9.53, see http://www.w3.org/Amaya/" />
                     13: </head>
                     14: 
                     15: <body style="background-color: #FFFFFF" xml:lang="en">
                     16: <p><a href="http://www.w3.org/"><img alt="W3C"
                     17: src="http://www.w3.org/Icons/WWW/w3c_home" /></a><a
                     18: href="http://www.w3.org/Amaya"><img
                     19: src="http://www.w3.org/Amaya/Icons/amaya_logo_65x50.png" alt="Amaya" /></a><a
                     20: href="http://www.w3.org/Amaya/User/Manual.html"><img
                     21: src="http://www.w3.org/Amaya/Icons/doc48x.gif" alt="Doc" /></a></p>
                     22: 
                     23: <h1>CVS Amaya changes</h1>
                     24: 
                     25: <p>This file lists bug fixes and new features introduced in the CVS version
                     26: of Amaya since the last release (<a
                     27: href="http://www.w3.org/Amaya/User/New.html">Amaya 9.54</a>).</p>
                     28: 
                     29: <h3>New features</h3>
                     30: <ul>
1.7       vatton     31:   <li>The status bar displays line and character positions of source
                     32:   files</li>
                     33:   <li>Don't change the install directory with the version (no possibility to
                     34:     install several versions)</li>
                     35:   <li>New Linux building and install process</li>
1.1       vatton     36:   <li>Amaya uses by default the platform language</li>
1.7       vatton     37:   <li>Possibility to save a document with its resources (images, objects,
                     38:     style sheets, scripts)</li>
                     39:   <li>[Mac OSX] Preferences are now stored in ~/Library/Application
                     40:     Support/amaya</li>
                     41:   <li>[Mac OSX] Default cache location is ~/Library/Caches<br />
                     42:     (use <strong>Preferences &gt; Cache &gt; Default</strong> to update your
                     43:     previous cache location)</li>
                     44:   <li>Two new toolbar buttons to create or open a document</li>
                     45:   <li>Possibility to update a table of contents</li>
                     46:   <li>Possibility to send a document by mail</li>
1.1       vatton     47: </ul>
                     48: 
                     49: <h3>Bug fixes</h3>
                     50: <ul>
                     51:   <li>On Windows platforms, a pasted url in the address bar was written
                     52:   twice</li>
                     53:   <li>Fixing problems with CDATA and wrong HTML code</li>
                     54:   <li>Amaya allows now one to create INS and DEL as either block-level or
                     55:     inline elements</li>
                     56:   <li>Amaya generates an empty alt attribute when the user confirms twice the
                     57:     creation of an image without alternate</li>
                     58:   <li>When the user cancels a window closing, Amaya didn't ask the
                     59:     confirmation of the close the second times</li>
                     60:   <li>The path in the status bar was not updated when the document is
                     61:   edited</li>
                     62:   <li>Destroy the Amaya lock when there is a crash</li>
1.2       vatton     63:   <li>When the Save As command is cancelled, Amaya was not able to save any
                     64:     file later</li>
                     65:   <li>When a document loads an object, following images and objects could not
                     66:     be loaded</li>
                     67:   <li>Errors detected when the style element is edited were not displayed and
                     68:     sometimes already fixed errors were still displayed</li>
1.1       vatton     69:   <li>Editing within an empty fieldset is now possible</li>
1.5       vatton     70:   <li>Amaya adds width and height attributes when an image is created</li>
1.6       vatton     71:   <li>The stroke-width of SVG ellipses was not scaled</li>
                     72:   <li>A single border is now displayed as a plain segment</li>
1.8     ! vatton     73:   <li>Amaya could crash when a &lt;ruby&gt; element is created</li>
        !            74:   <li>When a &lt;math&gt; element is pasted, its namespace declaration was
        !            75:     not correctly managed</li>
1.1       vatton     76: </ul>
                     77: 
                     78: <p></p>
                     79: <hr />
                     80: <address>
1.8     ! vatton     81:   last revised Date: <!--$date=-->2007-04-04<!--$-->
1.1       vatton     82: 
                     83: </address>
                     84: </body>
                     85: </html>

Webmaster