doco writing.
authorjprocter <Jim Procter>
Sun, 9 Apr 2006 18:02:49 +0000 (18:02 +0000)
committerjprocter <Jim Procter>
Sun, 9 Apr 2006 18:02:49 +0000 (18:02 +0000)
help/help.jhm
help/helpTOC.xml
help/html/editing/index.html
help/html/features/annotationsFormat.html
help/html/features/featuresFormat.html
help/html/features/search.html
help/html/features/seqfeatures.html
help/html/whatsNew.html

index 2dff0de..4ff7a28 100755 (executable)
@@ -8,7 +8,7 @@
    <mapID target="alannotation" url="html/features/annotation.html"/>\r
    <mapID target="keys" url="html/keys.html"/>\r
    <mapID target="cursor" url="html/features/cursorMode.html"/>\r
-   \r
+   <mapID target="search" url="html/features/search.html"/>   \r
    <mapID target="webservice" url="html/webServices/index.html"/>\r
    <mapID target="clustal" url="html/webServices/clustalw.html"/>\r
    <mapID target="muscle" url="html/webServices/muscle.html"/>\r
   <mapID target="io" url="html/io/index.html"/>\r
    <mapID target="export" url="html/io/export.html"/>\r
    <mapID target="alformats" url="html/io/fileformats.html"/>\r
+   <mapID target="annotations.fileformat" url="html/features/annotationsFormat.html"/>\r
+   <mapID target="features.fileformat" url="html/features/featuresFormat.html"/>   \r
    <mapID target="edit" url="html/editing/index.html"/>\r
+   <mapID target="editInSelArea" url="html/editing/selectionAreas.html"/>\r
    <mapID target="jalarchive" url="html/features/jalarchive.html"/>\r
    <mapID target="trees" url="html/calculations/tree.html"/>\r
    <mapID target="sorting" url="html/calculations/sorting.html"/>\r
index c148afc..1bbe5c0 100755 (executable)
@@ -2,7 +2,15 @@
 <!DOCTYPE toc PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 1.0//EN" "http://java.sun.com/products/javahelp/toc_1_0.dtd">\r
 <toc version="1.0">\r
 <tocitem text="Jalview Documentation" target="home" expand="true" >\r
-       <tocitem text="What's new" target="new" expand="false"/>\r
+       <tocitem text="What's new" target="new" expand="false">\r
+          <tocitem text="Cursor Mode" target="cursor"/>\r
+          <tocitem text="Selection Area Based Editing"\r
+          target="editInSelArea"/>\r
+          <tocitem text="User Defined Sequence Features" target="search"/>\r
+          <tocitem text="Sequence Feature Groups" target="seqfeatures"/>\r
+          <tocitem text="Extended Sequence Feature Input File" target="features.fileformat"/>\r
+          <tocitem text="Annotations File" target="annotations.fileformat"/>\r
+        </tocitem>\r
        <tocitem text="Release History" target="release"/>\r
        <tocitem text="Alignment Annotations" target ="alannotation" expand="false">\r
           <tocitem text="Conservation" target="calcs.alconserv"/>\r
index 8ff1cf6..bcb4e94 100755 (executable)
@@ -2,17 +2,15 @@
 <head><title>Editing</title></head>\r
 <body>\r
 <p><strong>Editing</strong></p>\r
-<p><em>Jalview 2.08 Enhancements -</em> Editing can be restricted to the current \r
-  selection area. This allows the user to &quot;Lock&quot; the alignment either \r
-  side of the selection area. Any gap insertions or deletions will only affect \r
-  the current selection area. </p>\r
-<p><img src="editing.jpg" width="428" height="186" align="top"></p>\r
-<p>In this example, if Sequence IL2RA_MACMU has gaps removed from position 98-104, \r
-  the same number of gaps will be inserted at position 116, (between M and L). \r
-</p>\r
-<p>Editing is possible via the keyboard by toggling the Cursor mode on / off with \r
-  F2. A full list of keyboard editing actions is found <a href="../keys.html">here</a>. \r
-</p>\r
+<p>There are two major ways to edit alignments - in 'Normal mode',\r
+gaps are inserted and deleted at the mouse pointer in various ways by\r
+clicking the left mouse button and pressing a combination of either\r
+shift and control (or the apple key on Macs) and dragging the mouse. Pressing\r
+<em>F2</em> toggles the alternative <a href="../features/cursorMode.html">'Cursor\r
+mode'</a> keyboard editing facility, where the space bar and delete \r
+keys add and remove gaps at the current editing position. The key\r
+strokes for both these modes are summarised in the <a\r
+href="../keys.html">keystrokes table</a>.</p>\r
 <p><strong>Tip:</strong> For large alignments, deselect &quot;Calculate -&gt; \r
   Autocalculate Consensus&quot; to prevent the alignment performing lengthy calculations \r
   after every edit. </p>\r
index d890321..18d773c 100755 (executable)
@@ -1,47 +1,82 @@
 <html>\r
 \r
-<head><title>Annotations File Format</title></head>\r
+<head><title>The Alignment Annotations File</title></head>\r
 \r
 <body>\r
-<p><strong>Alignment Annotations File Format</strong><strong><br>\r
-  </strong><br>\r
-  Note: This format is primarily intended to be used for the applet, which does \r
-  not have an XML parser and where file size must be kept to a minimum to reduce \r
-  download time.</p>\r
-<p>A precalculated annotations fiile can read onto an alignment from the command \r
-  line (&quot;-annotations&quot;), by drag and dropping the the annotations file \r
-  onto an alignment or by selecting from the File menu &quot;Load Features / Annotations&quot;.</p>\r
-<p>The File is in tab delimited format. The file must have the line JALVIEW_ANNOTATION \r
-  as an identifier. Then a block of annotations are added in the form GRAPH_TYPE \r
-  Label Values</p>\r
-<p>GRAPH_TYPE can be either BAR_GRAPH, LINE_GRAPH or NO_GRAPH. The values are \r
-  per alignment column, separated by &quot;|&quot;. Multiple content per column \r
-  can be separated with commas, Jalview will display the content if it interprates \r
-  the content as a text label, or secondary structure character (H or E)</p>\r
-<p>You can optionally associate an annotation with a sequence by adding a line \r
-  SEQUENCE_REFseq_namestartIndex All Annotations after a SEQUENCE_REF will be \r
-  associated with that sequence. Use SEQUENCE_REF ALIGNMENT to cancel the associtations.</p>\r
-<p>The visual graphs can be coloured or combined with other graphs, or have an \r
-  arbitrary line drawn at a certain value using the following lines.</p>\r
-<p><font size="3" face="Courier New, Courier, mono">COLOUR&lt;tab&gt;graph name&lt;tab&gt;colour<br>\r
-  COMBINE&lt;tab&gt;graph 1 name&lt;tab&gt;graph 2 name<br>\r
-  GRAPHLINE&lt;tab&gt;graph name&lt;tab&gt;value&lt;tab&gt;label&lt;tab&gt;colour</font></p>\r
-<p>An example Annotation file may look like this:</p>\r
+<p><strong>The Alignment Annotations File</strong></p>\r
+<p>Alignment annotations can be imported onto an alignment since\r
+  version 2.08 of Jalview, via an annotations file. It is a simple\r
+  ASCII text file consisting of tab\r
+  delimited records similar to the <a\r
+  href="featuresFormat.html">Sequence Features File</a>, and\r
+  introduced primarily for use with the Jalview applet.</p>\r
+<p>Alignment annotations files are imported into Jalview in the\r
+following ways:<br>\r
+<ul>\r
+<li>from the command line<strong><pre>\r
+ -annotations &lt;<em>Annotations filename</em>&gt;</pre></strong></li>\r
+<li>Dragging an annotations file onto an alignment window</li>\r
+<li>Via the &quot;Load Features / Annotations&quot; entry in the\r
+<strong>File</strong> menu of an alignment window.</li>\r
+</ul>\r
+</p>\r
+<p><strong>Annotations File Format</strong></p>\r
+<p>The File consists of lines containing an instruction followed by\r
+  tab delimited fields, and any lines starting with &quot;#&quot; are\r
+  ignored. The first non-commented out line of a valid Annotations file must begin with :<strong><pre>JALVIEW_ANNOTATION</pre></strong></p>\r
+<p>A row of annotation is added with a line like\r
+<strong><pre><em>GRAPH_TYPE</em>&#9;<em>Label</em>&#9;<em>Values</em></pre></strong>\r
+<ul>\r
+<li><em>GRAPH_TYPE</em><br>This is can be either of &quot;BAR_GRAPH&quot;,\r
+  &quot;LINE_GRAPH&quot; or &quot;NO_GRAPH&quot;, defining the type of\r
+  annotation row that is being described.\r
+  </li>\r
+  <li><em>Values</em><br>This field is a series\r
+  of symbols and/or quantities separated by the pipe symbol &quot;|&quot;,\r
+  mapped onto the columns of the alignment.<br>Some types of annotation\r
+  can display both text, symbols and quantities at each column, and these are\r
+  separated with commas within the pipe-delimited Value field. Jalview\r
+  will display the content if it's values are appropriate for the type\r
+  of the annotation being defined:<ul>\r
+<li>BAR_GRAPH<br><em>text\r
+  character</em>,<em>number</em></li>\r
+<li>LINE_GRAPH<br><em>number</em></li>\r
+<li>NO_GRAPH<br><em>text label</em>,<em>H or E for helix or strand\r
+  symbol</em></li></ul>\r
+</li></ul></p>\r
+<p>You can associate an annotation with a sequence by preceding its\r
+  definition with the line:\r
+<strong><pre>SEQUENCE_REF&#9;<em>seq_name</em>&#9;<em>[startIndex]</em></pre></strong>\r
+All Annotations defined after a SEQUENCE_REF command will then be \r
+  associated with that sequence, and the first field in the Value\r
+  field list will (optionally) be\r
+  placed at the <em>startIndex</em>'th column.</p><p>Sequence associations\r
+  are turned off for subsequent annotation definitions by:\r
+<strong><pre>SEQUENCE_REF&#9;ALIGNMENT</pre></strong></p>\r
+<p><em>LINE_GRAPH</em> type annotations can be given a colour,\r
+  combined onto the same vertical axis, and have abscissa (lines of\r
+  constant value - <em>so they are horizontal</em>) at particular\r
+  values using the following lines (respectively):<!--</p>\r
+<p><font size="3" face="Courier New, Courier, mono">-->\r
+<strong><pre>COLOUR&#9;graph name&#9;colour\r
+COMBINE&#9;graph 1 name&#9;graph 2 name\r
+GRAPHLINE&#9;graph name&#9;value&#9;label&#9;colour</pre></strong></p>\r
+<p>An example Annotation file is given below:</p>\r
 <p><font size="3" face="Courier New, Courier, mono">#Comment lines follow the hash symbol<br>\r
   JALVIEW_ANNOTATION<br>\r
   SEQUENCE_REF FER1_MESCR 5<br>\r
-  BAR_GRAPH&lt;tab&gt;Bar Graph 1&lt;tab&gt;||-100,-|-200,-|-300,-|-400,-|200,+|300,+|150,+<br>\r
-  LINE_GRAPH&lt;tab&gt;Green Values&lt;tab&gt;1.1|2.2|1.3|3.4|0.7|1.4|3.3|2.2|2.1|-1.1|3.2<br>\r
-  LINE_GRAPH&lt;tab&gt;Red Values&lt;tab&gt;2.1|3.2|1.3|-1.4|5.5|1.4|1.3|4.2|-1.1|1.1|3.2<br>\r
-  BAR_GRAPH&lt;tab&gt;Bar Graph&lt;tab&gt;2 1,.|2,*|3,:|4,.|5,*|4,:|3,.|2|1|1|2|3|4|5|4<br>\r
-  NO_GRAPH&lt;tab&gt;Icons &lt;tab&gt;||||E,Sheet1|E|E||||H,Sheet 2|H|H|H||||||<br>\r
-  NO_GRAPH&lt;tab&gt;Purple Letters&lt;tab&gt;m|y|p|r|o|t|e|i|n</font></p>\r
-<p><font size="3" face="Courier New, Courier, mono">COLOUR&lt;tab&gt;Bar Graph 2&lt;tab&gt;blue<br>\r
-  COLOUR&lt;tab&gt;Red Values&lt;tab&gt;255,0,0<br>\r
-  COLOUR&lt;tab&gt;Green Values&lt;tab&gt;green<br>\r
-  COLOUR&lt;tab&gt;Purple Letters&lt;tab&gt;151,52,228<br>\r
-  COMBINE&lt;tab&gt;Green Values&lt;tab&gt;Red Values</font></p>\r
-<p><font size="3" face="Courier New, Courier, mono">GRAPHLINE&lt;tab&gt;Red Values&lt;tab&gt;2.6&lt;tab&gt;threshold&lt;tab&gt;black \r
+  BAR_GRAPH&#9;Bar Graph 1&#9;||-100,-|-200,-|-300,-|-400,-|200,+|300,+|150,+<br>\r
+  LINE_GRAPH&#9;Green Values&#9;1.1|2.2|1.3|3.4|0.7|1.4|3.3|2.2|2.1|-1.1|3.2<br>\r
+  LINE_GRAPH&#9;Red Values&#9;2.1|3.2|1.3|-1.4|5.5|1.4|1.3|4.2|-1.1|1.1|3.2<br>\r
+  BAR_GRAPH&#9;Bar Graph&#9;2 1,.|2,*|3,:|4,.|5,*|4,:|3,.|2|1|1|2|3|4|5|4<br>\r
+  NO_GRAPH&#9;Icons &#9;||||E,Sheet1|E|E||||H,Sheet 2|H|H|H||||||<br>\r
+  NO_GRAPH&#9;Purple Letters&#9;m|y|p|r|o|t|e|i|n</font></p>\r
+<p><font size="3" face="Courier New, Courier, mono">COLOUR&#9;Bar Graph 2&#9;blue<br>\r
+  COLOUR&#9;Red Values&#9;255,0,0<br>\r
+  COLOUR&#9;Green Values&#9;green<br>\r
+  COLOUR&#9;Purple Letters&#9;151,52,228<br>\r
+  COMBINE&#9;Green Values&#9;Red Values</font></p>\r
+<p><font size="3" face="Courier New, Courier, mono">GRAPHLINE&#9;Red Values&#9;2.6&#9;threshold&#9;black \r
   </font><br>\r
 </p>\r
 <p><br>\r
index a97d957..77d62a7 100755 (executable)
@@ -1,38 +1,77 @@
 <html>\r
 \r
-<head><title>Features File Format</title></head>\r
+<head><title>Sequence Features File</title></head>\r
 \r
 <body>\r
+<p><strong>Sequence Features File</strong></p>\r
+<p>The Sequence features file (which used to be known as the &quot;Groups\r
+file&quot; prior to version 2.08) is a simple way of getting\r
+your own sequence annotations into Jalview. It was introduced to allow\r
+sequence features to be rendered in the Jalview applet, and so is\r
+intentionally lightweight and minimal because the applet is often used\r
+in situations where data file size must be kept to a minimum, and no\r
+XML parser is available.</p>\r
+<p>Features files are imported into Jalview in the following ways:<br>\r
+<ul>\r
+<li>from the command line<strong><pre>\r
+ -features &lt;<em>Features filename</em>&gt;</pre></strong></li>\r
+<li>Dragging a features file onto an alignment window</li>\r
+<li>Via the &quot;Load Features / Annotations&quot; entry in the\r
+<strong>File</strong> menu of an alignment window.</li>\r
+</ul>\r
+</p>\r
 <p><strong>Sequence Features File Format</strong></p>\r
-<p>Note: This format is primarily intended to be used for the applet, which does \r
-  not have an XML parser and where file size must be kept to a minimum to reduce \r
-  download time.</p>\r
-<p>(Prior to version 2.08 known as the &quot;Groups file&quot;)<br>\r
-  A precalculated Features file can read onto an alignment from the command line \r
-  (&quot;-features&quot;), by drag and dropping the features file onto an alignment \r
-  or by selecting from the File menu &quot;Load Features / Annotations&quot;.</p>\r
-<p>Specify the feature types first, then refer to the feature type for each sequence.</p>\r
-<p>featureType&lt;tab&gt;colour<br>\r
-  description&lt;tab&gt;sequenceId&lt;tab&gt;sequenceIndex&lt;tab&gt;start&lt;tab&gt;end&lt;tab&gt;featureType</p>\r
-<p>eg<br>\r
-  <font size="3" face="Courier New, Courier, mono">domain red<br>\r
-  metal ion-binding site 00ff00<br>\r
-  transit peptide 0,105,215<br>\r
-  chain 225,105,0<br>\r
-  modified residue 105,225,35<br>\r
-  signal peptide 0,155,165<br>\r
-  Your Own description here FER_CAPAA -1 3 93 domain<br>\r
-  Your Own description here FER_CAPAN -1 48 144 chain<br>\r
-  Your Own description here FER_CAPAN -1 50 140 domain<br>\r
-  Your Own description here FER_CAPAN -1 136 136 modified residue<br>\r
-  Your Own description here FER1_LYCES -1 1 47 transit peptide<br>\r
-  Your Own description here Q93XJ9_SOLTU -1 1 48 signal peptide<br>\r
-  Your Own description here Q93XJ9_SOLTU -1 49 144 chain</font></p>\r
-<p>An additional option in Jalview 2.08 is to group features in the following \r
-  way: </p>\r
-<p><font size="3" face="Georgia, Times New Roman, Times, serif">STARTGROUP&lt;tab&gt;My feature groupA<br>\r
-  ....Many Feature descriptions here<br>\r
-  ENDGROUP&lt;tab&gt;My feature groupA</font><br>\r
+<p>A features file is a simple ASCII text file, where each line\r
+contains tab separated text fields. <strong>No comments are\r
+allowed</strong>.</p>\r
+<p>The first set of lines contain type definitions:<strong>\r
+<pre><em>Feature label</em>&#9;<em>Feature Colour</em></pre>\r
+</strong>A feature type has a text label, and a colour (specified as a\r
+red,green,blue 24 bit triplet either in hexadecimal (eg. 00ff00) or as comma\r
+separated numbers (ranging from 0 to 255)).\r
+<p>The remaining lines in the file are the sequence annotation\r
+definitions, where the now defined features are attached to regions on\r
+particular sequences, optionally with some descriptive text (displayed\r
+in a tooltip when the mouse is near the feature on that sequence). There are two alternate ways of referring to a\r
+sequence, either by its text ID, or its index in an associated\r
+alignment.<pre>\r
+<em>description</em>&#9;<em>sequenceId</em>&#9;<em>sequenceIndex</em>&#9;<em>start</em>&#9;<em>end</em>&#9;<em>featureType</em></pre>Normally,\r
+sequence features are associated with sequences rather than\r
+alignments, and the sequenceIndex field is given as &quot;-1&quot;. In\r
+order to specify a sequence by its index in a particular alignment, the\r
+sequenceId should be given as &quot;ID_NOT_SPECIFIED&quot;, otherwise the\r
+sequenceId field will be used in preference to the sequenceIndex field.</p><p>\r
+Feature annotations can be collected into named groups by prefixing\r
+definitions with lines of the\r
+form:<strong><pre>startgroup&#9;groupname</pre></strong>.. and\r
+subsequently post-fixing the group\r
+with:<strong><pre>endgroup&#9;groupname</pre></strong>Feature grouping\r
+was introduced in version 2.08, and used to control whether a set of features\r
+are either hidden or shown together in the <a href="seqfeatures.html">sequence Feature settings\r
+dialog box</a>.</p>\r
+<p>A complete example is shown below :<pre>\r
+domain&#9;red\r
+metal ion-binding site&#9;00ff00\r
+transit peptide&#9;0,105,215\r
+chain&#9;225,105,0\r
+modified residue&#9;105,225,35\r
+signal peptide&#9;0,155,165\r
+helix&#9;ff0000\r
+strand&#9;00ff00\r
+coil&#9;cccccc\r
+Your Own description here&#9;FER_CAPAA&#9;-1&#9;3&#9;93&#9;domain\r
+Your Own description here&#9;FER_CAPAN&#9;-1&#9;48&#9;144&#9;chain\r
+Your Own description here&#9;FER_CAPAN&#9;-1&#9;50&#9;140&#9;domain\r
+Your Own description here&#9;FER_CAPAN&#9;-1&#9;136&#9;136&#9;modified residue\r
+Your Own description here&#9;FER1_LYCES&#9;-1&#9;1&#9;47&#9;transit peptide\r
+Your Own description here&#9;Q93XJ9_SOLTU&#9;-1&#9;1&#9;48&#9;signal peptide\r
+Your Own description here&#9;Q93XJ9_SOLTU&#9;-1&#9;49&#9;144&#9;chain\r
+startgroup&#9;secondarystucture\r
+PDB secondary structure annotation&#9;FER1_SPIOL&#9;-1&#9;52&#9;59&#9;strand\r
+PDB secondary structure annotation&#9;FER1_SPIOL&#9;-1&#9;74&#9;80&#9;helix\r
+endgroup&#9;secondarystructure\r
+</pre>\r
+</li>\r
 </p>\r
 </body>\r
 </html>\r
index 21126a1..c1ad561 100755 (executable)
@@ -18,9 +18,6 @@ td {
   the alignment window view to show it, and &quot;Find all&quot; highlights all \r
   matches for a pattern. The &quot;New Feature&quot; is a quick way to highlight \r
   and group residues matching the specified search pattern throughout the alignment. \r
-  If &quot;New Feature&quot; is selected, the feature can be given a name from \r
-  a popup input box. Use the &quot;Feature Settings&quot; under the &quot;View&quot; \r
-  menu to change the visibility and colour of the new sequence feature.</p> \r
 <ul>\r
 <li>The search uses regular expressions. (understands a mixture of\r
   posix and perl style regex - see below for a summary)</li>\r
@@ -32,6 +29,11 @@ td {
   be performed on that region. </li>\r
   <li>To quickly clear the current selection, press the &quot;Escape&quot; key.</li>\r
 </ul>\r
+<p><strong>Creating Features from Search Results</strong></p>\r
+<p>\r
+  If &quot;New Feature&quot; is selected, the feature can be given a name from \r
+  a popup input box. Use the &quot;Feature Settings&quot; under the &quot;View&quot; \r
+  menu to change the visibility and colour of the new sequence feature.</p> \r
 <p><strong>A quick Regular Expression Guide</strong></p>\r
 <p>A regular expression is not just a simple text query - although it\r
 can be used like one, the query is not parsed literally, but\r
index 07b36e1..2a57e63 100755 (executable)
@@ -1,19 +1,30 @@
 <html>\r
 <head><title>Sequence Features</title></head>\r
 <body>\r
+<p><strong>Sequence Features</strong></p>\r
+<p>Jalview can colour parts of a sequence based on the presence of\r
+sequence features - which may be retrieved from database records (such\r
+as Uniprot), the result of <a href="../search.html">sequence motif\r
+searches</a> or simply read from a <a href="featuresFormat.html">sequence features file</a>.</p>\r
 <p><strong>View&#8594;Fetch Sequence Features</strong></p>\r
 <p>When this option is selected, sequence features extracted from the <a href="http://www.ebi.uniprot.org/">Uniprot</a> \r
   record for each sequence are displayed on the alignment.</p>\r
 <p>Jalview will attempt to retrieve sequence features from Uniprot files using \r
-  the EBI dbFetch web service using the given sequence names. A 100% match with \r
-  the Uniprot record is required to view the Sequence Features.</p>\r
+  the EBI dbFetch web service using the given sequence names (or\r
+  Uniprot ID, if available). A 100% match with \r
+  the Uniprot record is required for Uniprot features to be view on a sequence.</p>\r
 <p>More information about the feature is given in a tooltip, which is viewed by \r
   moving the mouse pointer over a sequence feature. The description associated \r
   with the feature will then be displayed in a small label near the pointer.</p>\r
 <p><strong>View&#8594;Show Sequence Features</strong></p>\r
-<p>Select whether to view the sequence features added to this alignment or not.</p>\r
+<p>Toggle the display of sequence features in this alignment.</p>\r
 <p><strong>View&#8594;Feature Settings...</strong>\r
-<p>Once sequence features have been loaded onto an alignment features can be hidden \r
+<p>Once sequence features have been loaded, their display can be fully\r
+  controlled using the alignment window's Feature Settings dialog box\r
+  :</p>\r
+<img src="appFeatureSettings.gif" align="left"/>\r
+\r
+<p> features can be hidden \r
   or have their rendering priority changed using the Feature Settings dialog. \r
   This displays all the features loaded, the colour and whether to display the \r
   feature or not. You can easily change the colour by clicking the colour box.<br>\r
index 7fa9806..b5f5c78 100755 (executable)
@@ -8,26 +8,47 @@
 <p> Keyboard editing - press F2 to toggle <a href="features/cursorMode.html">cursor mode</a> On / Off. For a full list \r
   of keyboard controls, look <a href="keys.html">here</a>.</p>\r
 <p> <a href="features/search.html">Create sequence features from searches</a>. \r
-  Previously results from searches were added as alignment positions, which was \r
-  wrong. Now the search results are saved as sequence features and their visibility \r
-  and colour can be modified using the <a href="features/seqfeatures.html">Sequence \r
-  Feature Settings</a> window.</p>\r
-<p> Precalculated annotations can be loaded onto alignments. The <a href="features/annotationsFormat.html">Annotation \r
-  File</a> format is a tab delimited set of values.</p>\r
-<p> <a href="features/featuresFormat.html">Features file</a> allows grouping of \r
-  features. The <a href="features/seqfeatures.html">Sequence Feature Settings</a> \r
-  window then makes it very easy to set the visibility of groups of features. \r
-</p>\r
-<p> <a href="colourSchemes/annotationColouring.html">Annotation Colouring</a> \r
-  scheme added. A new colour scheme which colours columns on a per-column value.</p>\r
-<p> Smooth fonts off by default - faster rendering. Toggle on / off from the View \r
-  menu, or can be set in Preferences.</p>\r
-<p> Choose to toggle Autocalculate Consensus On/Off from the Calculate menu.<br>\r
+  Previously, the regions of sequences highlighted as the result of\r
+  searches were added as new regions in the alignment. Now, the sequence region\r
+  selected by a search can be used to define named sequences features\r
+  attached to the sequence, rather than the alignment.\r
+  </p>\r
+<p>Sequence feature display and rendering has also been enhanced, with\r
+  the addition of sequence feature groups (which can be used to show\r
+  or hide a set of feature types <em>en masse</em>) and user defined\r
+  feature colours as well as transparency controls, using the <a\r
+  href="features/seqfeatures.html">Sequence Feature Settings</a>\r
+  window. The <a href="features/featuresFormat.html">Features file</a>\r
+  has also been extended to accomodate these enhancements.</p>\r
+<p>Alignment annotation and colouring is also considerably\r
+  enhanced. Precalculated symbolic and quantitative annotations (text labels,\r
+  secondary structure symbols and multiple scalar graphs) can now be\r
+  loaded onto alignments via the <a\r
+  href="features/annotationsFormat.html">Annotation\r
+  File</a>. Additionally, the <a\r
+  href="colourSchemes/annotationColouring.html">Annotation\r
+  Colouring</a> dialog box allows an alignment to be coloured based on\r
+  any of the graphed quantities with which it is annotated.</p>\r
+<p>Rendering speed has been improved by disabling anti-aliasing via\r
+  the <strong>Smooth Fonts</strong>\r
+  option in the <strong>View \r
+  menu</strong> (its default set in <strong>Preferences</strong>). In addition, response\r
+  times when editing alignments can be reduced by turning off the automatic\r
+  calculation of amino acid property Consensus (which has been\r
+  reintroduced to the <strong>Calculate</strong> menu as <strong>Autocalculate Consensus</strong>).<br>\r
 </p>\r
 <p><strong>Issues Resolved</strong></p>\r
-<p> Drag &amp; Drop fixed on Linux</p>\r
-<p> Jalview Archive file faster to load/save, sequence descriptions saved.<br>\r
-</p>\r
+<ul>\r
+<li>Drag &amp; Drop now works on common Linux desktops (at least KDE\r
+and Gnome)</li>\r
+<li>Jalview XML Archive Input/Output is now faster (using an\r
+internal Jalview schema), and sequence description strings are now\r
+preserved in the archive.</li>\r
+<li>Jalview can now correctly read and write <a\r
+href="http://salilab.org/modeller/modeller.html">MODELLER</a> style\r
+PIR description lines for proteins with a PDB reference.\r
+</li>\r
+</ul>\r
 <p>See the <a href="releases.html">Release History</a> page for details of all\r
   new features and resolved issues. </p>\r
 </body>\r