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

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

Webmaster