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

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">
1.17      vatton      4: <html xmlns="http://www.w3.org/1999/xhtml">
1.1       vatton      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}
1.60      vatton     11:  .red {color: #FF0000; background-color: #FFFFFF}
                     12: img {border: 0;}</style>
1.1       vatton     13:   <meta name="GENERATOR" content="amaya 9.53, see http://www.w3.org/Amaya/" />
                     14: </head>
                     15: 
                     16: <body style="background-color: #FFFFFF" xml:lang="en">
                     17: <p><a href="http://www.w3.org/"><img alt="W3C"
                     18: src="http://www.w3.org/Icons/WWW/w3c_home" /></a><a
                     19: href="http://www.w3.org/Amaya"><img
                     20: src="http://www.w3.org/Amaya/Icons/amaya_logo_65x50.png" alt="Amaya" /></a><a
                     21: href="http://www.w3.org/Amaya/User/Manual.html"><img
                     22: src="http://www.w3.org/Amaya/Icons/doc48x.gif" alt="Doc" /></a></p>
                     23: 
                     24: <h1>CVS Amaya changes</h1>
                     25: 
1.41      vatton     26: <p>This file lists bug fixes and new features introduced in the CVS version of
                     27: Amaya since the last release (<a
1.69      vatton     28: href="http://www.w3.org/Amaya/User/New.html">Amaya 11.1</a>.</p>
1.40      vatton     29: 
1.67      vatton     30: <h3>New Features</h3>
1.72    ! vatton     31: <ul>
        !            32:   <li>CSS: New support of z-index, opacity, fill-rule properties</li>
        !            33: </ul>
1.67      vatton     34: 
1.61      vatton     35: <h3>Bug fixes</h3>
1.70      vatton     36: <ul>
1.71      vatton     37:   <li>Amaya now automatically opens the structure view when an option not
                     38:     visible in the formated view is created</li>
1.70      vatton     39:   <li>The Attributes panel was not updated as soon as it is opened</li>
1.71      vatton     40:   <li>When a column of a table is selected, attributes displayed and edited in
                     41:     the Attributes panel concern the <code>&lt;col&gt;</code> element. The
                     42:     style is attached to that <code>&lt;col&gt;</code> element too</li>
                     43:   <li>Template instances: The <code>&lt;repeat&gt;</code> elements were always
                     44:     displayed as blocks of lines</li>
                     45:   <li>Template instances: It was possible to style a fixed element</li>
                     46:   <li>On Windows, local annotations were not correctly loaded</li>
                     47:   <li>On Mac OS X 10.5 cache files generated by the libwww were stored in the /
                     48:     directory</li>
                     49:   <li>SVG: When there are several <code>&lt;group&gt;</code> elements, the
                     50:     selection is attracted by the first <code>&lt;group&gt;</code></li>
                     51:   <li>SVG: When the <code>&lt;svg&gt;</code> element is centered, some new
                     52:     positions were miscalculated</li>
1.72    ! vatton     53:   <li>SVG: The document redisplay was stuck when a second arrow is created</li>
1.71      vatton     54:   <li>The <strong>Code clean-up</strong> command don't remove style and lang
                     55:     attributes to a <code>&lt;div&gt;</code>, <code>&lt;table&gt;</code>,
1.72    ! vatton     56:     <code>&lt;span&gt;</code>, and <code>img&gt;</code> elements.</li>
        !            57:   <li>CSS: Improve the management of floated boxes and margins</li>
        !            58:   <li>Fix redisplay problems after a scroll</li>
1.70      vatton     59: </ul>
1.61      vatton     60: 
1.1       vatton     61: <p></p>
                     62: <hr />
                     63: <address>
1.72    ! vatton     64:   last revised Date: <!--$date=-->2009-03-09<!--$-->
1.1       vatton     65: </address>
                     66: </body>
                     67: </html>

Webmaster