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

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.77      carcone    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.76      vatton     32:   <li>CSS: Support of z-index, opacity, SVG fill-rule, stop-opacity and
                     33:     stop-color properties</li>
                     34:   <li>SVG: Implentation of linear gradients</li>
1.80      vatton     35:   <li>When the remote <strong>Save</strong> of a web page fails, Amaya proposes
                     36:     to keep a local copy of the edited page</li>
1.82    ! vatton     37:   <li>New local resources attached to a remote document are now saved with the
        !            38:     document</li>
1.81      vatton     39:   <li>A new button at the bottom allows one to lock/unlock WebDAV resources</li>
1.72      vatton     40: </ul>
1.67      vatton     41: 
1.61      vatton     42: <h3>Bug fixes</h3>
1.70      vatton     43: <ul>
1.75      vatton     44:   <li>Move the selection into the structure view when the created
                     45:     <code>&lt;option&gt;</code> is not visible in the formated view</li>
                     46:   <li>The Attributes panel is updated as soon as it is opened</li>
                     47:   <li>When a <em>column</em> of a table is selected, Attributes and Style
                     48:     panels apply to the <code>&lt;col&gt;</code> element</li>
1.74      vatton     49:   <li>Keep options of the table creation dialog</li>
1.75      vatton     50:   <li>Improve the management of template instances</li>
1.71      vatton     51:   <li>On Windows, local annotations were not correctly loaded</li>
1.74      vatton     52:   <li>On Mac OS X: Improve the management of libwww cached files</li>
1.75      vatton     53:   <li>The <strong>Code clean-up</strong> command now keeps style and lang
                     54:     attributes of <code>&lt;div&gt;</code>, <code>&lt;table&gt;</code>,
                     55:     <code>&lt;span&gt;</code>, and <code>&lt;img&gt;</code> elements</li>
                     56:   <li>Improve the rendering of floated boxes and background images</li>
                     57:   <li>Fix some redisplay problems</li>
1.74      vatton     58:   <li>SVG: When there are several <code>&lt;group&gt;</code> elements, only the
                     59:     first <code>&lt;group&gt;</code> could be selected</li>
                     60:   <li>SVG: When the <code>&lt;svg&gt;</code> element is centered, the position
                     61:     of new components was miscalculated</li>
                     62:   <li>SVG: Improve the creation of arrows</li>
1.73      vatton     63:   <li>SVG: Copy/paste now manages attached <code>&lt;symbol&gt;</code> and
                     64:     <code>&lt;marker&gt;</code> elements</li>
1.77      carcone    65:   <li>Fix a crash on Windows version when the Tab key was used in a document
                     66:     that included a &lt;form&gt; element.</li>
1.79      carcone    67:   <li>The Type of the last created document was sometimes lost.</li>
1.78      vatton     68:   <li>Improve the WebDAV support</li>
1.79      carcone    69:   <li>Etag and preconditions were always checked when a document was
1.78      vatton     70:   published</li>
1.80      vatton     71:   <li>Optimize the calculation of large tables and documents</li>
1.70      vatton     72: </ul>
1.61      vatton     73: 
1.1       vatton     74: <p></p>
                     75: <hr />
                     76: <address>
1.82    ! vatton     77:   last revised Date: <!--$date=-->2009-06-11<!--$-->
1.1       vatton     78: </address>
                     79: </body>
                     80: </html>

Webmaster