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

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>
1.52      vatton     46:   <li>XHTML, MathML, SVG, Template, and XML panels are now tabs of the
                     47:     "Elements" tool</li>
                     48:   <li>Few new characters are proposed in the "Special Characters" tool</li>
1.48      carcone    49:   <li>A 'Span' menu item is now available in the menu Insert &gt; Character
                     50:     Element</li>
                     51:   <li>A new RDFa Preference allows the user to define the namespace
                     52:     declarations that will be attached to the root element for a new XHTML+RDFa
                     53:     document</li>
1.56    ! carcone    54:   <li>A new command 'Tools &gt; Namespace Declaration' allows to add/remove a
        !            55:     namespace declaration for the selected element (beta version)</li>
1.49      vatton     56:   <li>Support of SVG editing (work in progress)</li>
1.52      vatton     57:   <li>Support of template editing (work in progress) </li>
1.55      carcone    58:   <li>the Crtl-Click command opens a link in a new tab (Unix and Windows)</li>
1.50      vatton     59:   <li>Move to wxWidgets 2.8.8</li>
1.44      carcone    60: </ul>
                     61: 
1.40      vatton     62: <h3>Bug fixes</h3>
                     63: <ul>
1.46      vatton     64:   <li>Improvement of the rendering engine</li>
1.40      vatton     65:   <li>When the user selects in the structure view, the selection path was not
                     66:     displayed in the status bar</li>
                     67:   <li>Sometimes images within a table were not displayed</li>
                     68:   <li>CSS style sheets attached to an object were not applied</li>
                     69:   <li>Close the help window when the user closes the last window document</li>
1.41      vatton     70:   <li>The Save all command was active only when a edited document is
                     71:   displayed</li>
1.42      vatton     72:   <li>Documents are now scrolled page by page</li>
1.43      vatton     73:   <li>On Mac OS X the focus could be lost when a dialog is closed</li>
                     74:   <li>On Mac OS X, Ctrl Enter didn't insert a &lt;br&gt;</li>
1.50      vatton     75:   <li>Improvement of MathML editing </li>
1.45      vatton     76:   <li>It was impossible to extend the selection outside a table</li>
1.46      vatton     77:   <li>&lt;br&gt; elements were not copied/pasted</li>
1.47      vatton     78:   <li>All attributes in MathML expressions were considered invalid</li>
                     79:   <li>Interpretation of attributes attached to &lt;col&gt; elements to fix
                     80:     alignment, background-color, and width </li>
                     81:   <li>Display "Column" instead of "td" or "th" in the statusbar when the whole
                     82:     column is selected</li>
                     83:   <li>A background image CSS property attached to any element (*) was not
                     84:     applied immediately</li>
                     85:   <li>Improvement of XML document saving</li>
1.49      vatton     86:   <li>On Mac OS X, the default charset was set to us-ascii by error</li>
1.48      carcone    87:   <li>Amaya now uses the Content Location to save a remote document without
1.52      vatton     88:     suffix (instead of redirecting to the Save As dialog) </li>
1.51      vatton     89:   <li>Amaya requested a confirmation each times the PUT is redirected</li>
                     90:   <li>Amaya keeps "\\windows-server\sharename\filename.html" URIs unchanged</li>
1.53      vatton     91:   <li>When text typed causes image contents to be pushed (to the right) along
                     92:     with text, only part of the image was refreshed</li>
1.54      vatton     93:   <li>In source view, &lt;shif-PageUP/DN&gt;, &lt;shift-DNarrow&gt;, and
                     94:     &lt;shift-RTarrow&gt; didn't work well.</li>
1.40      vatton     95: </ul>
                     96: 
1.1       vatton     97: <p></p>
                     98: <hr />
                     99: <address>
1.56    ! carcone   100:   last revised Date: <!--$date=-->2008-10-15<!--$-->
1.1       vatton    101: </address>
                    102: </body>
                    103: </html>

Webmaster