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

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}
                     11: .red {color: #FF0000; background-color: #FFFFFF}</style>
                     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: 
                     25: <p>This file lists bug fixes and new features introduced in the CVS version
                     26: of Amaya since the last release (<a
1.16      vatton     27: href="http://www.w3.org/Amaya/User/New.html">Amaya 9.55</a>).</p>
1.1       vatton     28: 
1.18      vatton     29: <h3>New features</h3>
                     30: <ul>
1.29      vatton     31:   <li>Redesign of the user interface: new toolbars, palettes, panels</li>
                     32:   <li>A contextual menu provides navigation and editing commands.<br />
                     33:     Within a template instance, the contextual menu allows one to insert and
                     34:     append template components</li>
1.28      vatton     35:   <li>Tools can be displayed on the left, or on the right, or custumized tool
                     36:     by tool</li>
1.34    ! vatton     37:   <li>The default editing mode changes the behaviour of the Enter key 
1.33      vatton     38:     <p>Enter within a block deletes the selected contents and breaks the
                     39:     block at the current position. When a block element is selected
                     40:     (&lt;p&gt;, &lt;div&gt;, table element), Enter deletes the current
                     41:     selected element and generates a new instance.</p>
                     42:     <p>The XML editing mode is more comfortable when editing nested
                     43:     structures. A new option in Preferences dialog allows one to choose the
                     44:     word processing mode (called Text mode) or the XML editing mode (called
                     45:     XML). A button in the bottom line displays the current editing mode (text
                     46:     or XML) and it allows one to switch the mode more quickly.</p>
1.25      vatton     47:   </li>
1.33      vatton     48:   <li>On/Off buttons or entries can be used to go in/out of an inline
                     49:     element.<br />
                     50:     For example you click strong, enter the strong text, then click strong to
                     51:     close the element.</li>
                     52:   <li>Insert and Append commands must be used to insert before and after the
                     53:     selected structure element</li>
1.29      vatton     54:   <li>First implementation of Amaya themes</li>
                     55:   <li>Possibility to change tabs order or to display two documents side by
                     56:     side</li>
1.23      vatton     57:   <li>There is now an icon in each tab area to close it</li>
1.28      vatton     58:   <li>The application now doesn't close when the last tab is closed</li>
1.30      vatton     59:   <li><strong>New XHTML document</strong> allows one to create a simple
                     60:     document or a template instance</li>
1.29      vatton     61:   <li><strong>Save As</strong> allows one to save without template when the
                     62:     document is a template instance</li>
1.30      vatton     63:   <li>The <strong>File</strong> menu gives now access to the list of recent
                     64:     open documents</li>
                     65:   <li>There is now a command <strong>Select All</strong></li>
                     66:   <li>Amaya proposes new options when a table, an image or an object are
                     67:     created</li>
1.29      vatton     68:   <li>The links view display all elements with an id attribute as they are
                     69:     potential targets of a link</li>
1.31      vatton     70:   <li>Class attributes are now displayed in the status bar</li>
1.18      vatton     71: </ul>
                     72: 
                     73: <h3>Bug fixes</h3>
                     74: <ul>
1.26      vatton     75:   <li>Set the environment variable G_SLICE="always-malloc" to prevent a crash
                     76:     on new Linux platforms (the crash occurs as soon as a dialog is
                     77:   displayed)</li>
1.18      vatton     78:   <li>A reference to the current page now moves to the top of page</li>
1.19      vatton     79:   <li>Amaya generated an explicit lang="en" attribute when an element of an
1.21      vatton     80:     English document is copied and pasted into a French document</li>
1.22      vatton     81:   <li>"Preserve Lines When Pasting" didn't work correctly in MacOS X</li>
                     82:   <li>The Preferences dialog didn't display correctly</li>
1.26      vatton     83:   <li>In dialogs, buttons that clear an URI are now displayed close to the
                     84:   URI</li>
                     85:   <li>It's now possible to delete a link with the Link dialog</li>
                     86:   <li>Maps areas could be lost</li>
1.27      carcone    87:   <li>The CSS parser now detects the BOM character</li>
1.32      carcone    88:   <li>Large background images could crash the application on Windows</li>
                     89:   <li>When changing or deleting the same attribute for several contiguous
                     90:     elements, only the first element in the set has the change/deletion
                     91:     applied.</li>
1.33      vatton     92:   <li>Avoid several concurrent download of a document</li>
1.34    ! vatton     93:   <li>Dialogs are now displayed at the current cursor position</li>
1.18      vatton     94: </ul>
                     95: 
1.1       vatton     96: <p></p>
                     97: <hr />
                     98: <address>
1.34    ! vatton     99:   last revised Date: <!--$date=-->2008-01-02<!--$-->
1.1       vatton    100: 
                    101: </address>
                    102: </body>
                    103: </html>

Webmaster