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

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>
                     31: 
1.61      vatton     32: <h3>Bug fixes</h3>
1.70      vatton     33: <ul>
1.71    ! vatton     34:   <li>Amaya now automatically opens the structure view when an option not
        !            35:     visible in the formated view is created</li>
1.70      vatton     36:   <li>The Attributes panel was not updated as soon as it is opened</li>
1.71    ! vatton     37:   <li>When a column of a table is selected, attributes displayed and edited in
        !            38:     the Attributes panel concern the <code>&lt;col&gt;</code> element. The
        !            39:     style is attached to that <code>&lt;col&gt;</code> element too</li>
        !            40:   <li>Template instances: The <code>&lt;repeat&gt;</code> elements were always
        !            41:     displayed as blocks of lines</li>
        !            42:   <li>Template instances: It was possible to style a fixed element</li>
        !            43:   <li>On Windows, local annotations were not correctly loaded</li>
        !            44:   <li>On Mac OS X 10.5 cache files generated by the libwww were stored in the /
        !            45:     directory</li>
        !            46:   <li>SVG: When there are several <code>&lt;group&gt;</code> elements, the
        !            47:     selection is attracted by the first <code>&lt;group&gt;</code></li>
        !            48:   <li>SVG: When the <code>&lt;svg&gt;</code> element is centered, some new
        !            49:     positions were miscalculated</li>
        !            50:   <li>SVG: The view redisplay was stuck when a second arrow is created</li>
        !            51:   <li>The <strong>Code clean-up</strong> command don't remove style and lang
        !            52:     attributes to a <code>&lt;div&gt;</code>, <code>&lt;table&gt;</code>,
        !            53:     <code>&lt;span&gt;</code>, ans <code>&lt;img&gt;</code> elements.</li>
1.70      vatton     54: </ul>
1.61      vatton     55: 
1.1       vatton     56: <p></p>
                     57: <hr />
                     58: <address>
1.71    ! vatton     59:   last revised Date: <!--$date=-->2009-02-19<!--$-->
1.1       vatton     60: </address>
                     61: </body>
                     62: </html>

Webmaster