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

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>
1.74      vatton     32:   <li>CSS: Support of z-index and opacity properties</li>
                     33:   <li>SVG: Support of the fill-rule property and linear gradients</li>
1.72      vatton     34: </ul>
1.67      vatton     35: 
1.61      vatton     36: <h3>Bug fixes</h3>
1.70      vatton     37: <ul>
1.75    ! vatton     38:   <li>Move the selection into the structure view when the created
        !            39:     <code>&lt;option&gt;</code> is not visible in the formated view</li>
        !            40:   <li>The Attributes panel is updated as soon as it is opened</li>
        !            41:   <li>When a <em>column</em> of a table is selected, Attributes and Style
        !            42:     panels apply to the <code>&lt;col&gt;</code> element</li>
1.74      vatton     43:   <li>Keep options of the table creation dialog</li>
1.75    ! vatton     44:   <li>Improve the management of template instances</li>
1.71      vatton     45:   <li>On Windows, local annotations were not correctly loaded</li>
1.74      vatton     46:   <li>On Mac OS X: Improve the management of libwww cached files</li>
1.75    ! vatton     47:   <li>The <strong>Code clean-up</strong> command now keeps style and lang
        !            48:     attributes of <code>&lt;div&gt;</code>, <code>&lt;table&gt;</code>,
        !            49:     <code>&lt;span&gt;</code>, and <code>&lt;img&gt;</code> elements</li>
        !            50:   <li>Improve the rendering of floated boxes and background images</li>
        !            51:   <li>Fix some redisplay problems</li>
1.74      vatton     52:   <li>SVG: When there are several <code>&lt;group&gt;</code> elements, only the
                     53:     first <code>&lt;group&gt;</code> could be selected</li>
                     54:   <li>SVG: When the <code>&lt;svg&gt;</code> element is centered, the position
                     55:     of new components was miscalculated</li>
                     56:   <li>SVG: Improve the creation of arrows</li>
1.73      vatton     57:   <li>SVG: Copy/paste now manages attached <code>&lt;symbol&gt;</code> and
                     58:     <code>&lt;marker&gt;</code> elements</li>
1.70      vatton     59: </ul>
1.61      vatton     60: 
1.1       vatton     61: <p></p>
                     62: <hr />
                     63: <address>
1.74      vatton     64:   last revised Date: <!--$date=-->2009-03-26<!--$-->
1.1       vatton     65: </address>
                     66: </body>
                     67: </html>

Webmaster