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

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.48      carcone    11:  .red {color: #FF0000; background-color: #FFFFFF}</style>
1.1       vatton     12:   <meta name="GENERATOR" content="amaya 9.53, see http://www.w3.org/Amaya/" />
                     13: </head>
                     14: 
                     15: <body style="background-color: #FFFFFF" xml:lang="en">
                     16: <p><a href="http://www.w3.org/"><img alt="W3C"
                     17: src="http://www.w3.org/Icons/WWW/w3c_home" /></a><a
                     18: href="http://www.w3.org/Amaya"><img
                     19: src="http://www.w3.org/Amaya/Icons/amaya_logo_65x50.png" alt="Amaya" /></a><a
                     20: href="http://www.w3.org/Amaya/User/Manual.html"><img
                     21: src="http://www.w3.org/Amaya/Icons/doc48x.gif" alt="Doc" /></a></p>
                     22: 
                     23: <h1>CVS Amaya changes</h1>
                     24: 
1.41      vatton     25: <p>This file lists bug fixes and new features introduced in the CVS version of
                     26: Amaya since the last release (<a
1.39      vatton     27: href="http://www.w3.org/Amaya/User/New.html">Amaya 10.0</a>).</p>
1.18      vatton     28: 
1.44      carcone    29: <h3>New Features</h3>
                     30: <ul>
                     31:   <li>This snapshot integrates a first level in the support of XHTML+RDFa
1.45      vatton     32:     documents : 
1.44      carcone    33:     <ul>
1.48      carcone    34:       <li>the specific RDFa attributes are allowed at parsing and proposed at
1.44      carcone    35:         editing</li>
                     36:       <li>the attributes rel/rev are global for that profile and proposed with
                     37:         the values defined in the working draft</li>
1.48      carcone    38:       <li>a new XHTML+RDFa documents can be created from the menu, Amaya
                     39:         generates the namespace declarations defined in the RDFa
                     40:       Preference.</li>
1.44      carcone    41:     </ul>
                     42:   </li>
1.47      vatton     43:   <li>Shift+wheel scrolls the document horizontally</li>
                     44:   <li>Support direct resizing of images</li>
                     45:   <li>Integration of Japanese dialogs thanks to Martin Dürst</li>
                     46:   <li>XHTML, MathML, and XML panels are now tabs of the "Elements" tool</li>
1.48      carcone    47:   <li>A 'Span' menu item is now available in the menu Insert &gt; Character
                     48:     Element</li>
                     49:   <li>A new RDFa Preference allows the user to define the namespace
                     50:     declarations that will be attached to the root element for a new XHTML+RDFa
                     51:     document</li>
1.49      vatton     52:   <li>Support of SVG editing (work in progress)</li>
1.51    ! vatton     53:   <li>Support of template editing (work in progress) 
1.50      vatton     54:     <p>====&gt; since snapshot 10.1-pre3</p>
                     55:   </li>
                     56:   <li>Move to wxWidgets 2.8.8</li>
1.44      carcone    57: </ul>
                     58: 
1.40      vatton     59: <h3>Bug fixes</h3>
                     60: <ul>
1.46      vatton     61:   <li>Improvement of the rendering engine</li>
1.40      vatton     62:   <li>When the user selects in the structure view, the selection path was not
                     63:     displayed in the status bar</li>
                     64:   <li>Sometimes images within a table were not displayed</li>
                     65:   <li>CSS style sheets attached to an object were not applied</li>
                     66:   <li>Close the help window when the user closes the last window document</li>
1.41      vatton     67:   <li>The Save all command was active only when a edited document is
                     68:   displayed</li>
1.42      vatton     69:   <li>Documents are now scrolled page by page</li>
1.43      vatton     70:   <li>On Mac OS X the focus could be lost when a dialog is closed</li>
                     71:   <li>On Mac OS X, Ctrl Enter didn't insert a &lt;br&gt;</li>
1.50      vatton     72:   <li>Improvement of MathML editing </li>
1.45      vatton     73:   <li>It was impossible to extend the selection outside a table</li>
1.46      vatton     74:   <li>&lt;br&gt; elements were not copied/pasted</li>
1.47      vatton     75:   <li>All attributes in MathML expressions were considered invalid</li>
                     76:   <li>Interpretation of attributes attached to &lt;col&gt; elements to fix
                     77:     alignment, background-color, and width </li>
                     78:   <li>Display "Column" instead of "td" or "th" in the statusbar when the whole
                     79:     column is selected</li>
                     80:   <li>A background image CSS property attached to any element (*) was not
                     81:     applied immediately</li>
                     82:   <li>Improvement of XML document saving</li>
1.49      vatton     83:   <li>On Mac OS X, the default charset was set to us-ascii by error</li>
1.48      carcone    84:   <li>Amaya now uses the Content Location to save a remote document without
1.51    ! vatton     85:     suffix (instead of redirecting to the Save As dialog) 
1.50      vatton     86:     <p>====&gt; since snapshot 10.1-pre3</p>
                     87:   </li>
1.51    ! vatton     88:   <li>Amaya requested a confirmation each times the PUT is redirected</li>
        !            89:   <li>Amaya keeps "\\windows-server\sharename\filename.html" URIs unchanged</li>
1.40      vatton     90: </ul>
                     91: 
1.1       vatton     92: <p></p>
                     93: <hr />
                     94: <address>
1.51    ! vatton     95:   last revised Date: <!--$date=-->2008-08-21<!--$-->
1.1       vatton     96: 
                     97: </address>
                     98: </body>
                     99: </html>

Webmaster