Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > f806c0f24240b25bde21a53f71766070 > files > 1582

erlang-doc-R13B-04.6.fc13.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns:fn="http://www.w3.org/2005/02/xpath-functions">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../../doc/otp_doc.css" type="text/css">
<title>Erlang -- TV Release Notes</title>
</head>
<body bgcolor="white" text="#000000" link="#0000ff" vlink="#ff00ff" alink="#ff0000"><div id="container">
<script id="js" type="text/javascript" language="JavaScript" src="../../../../doc/js/flipmenu/flipmenu.js"></script><script id="js2" type="text/javascript" src="../../../../doc/js/erlresolvelinks.js"></script><script language="JavaScript" type="text/javascript">
            <!--            
              function getWinHeight() {
                var myHeight = 0;
                if( typeof( window.innerHeight ) == 'number' ) {
                  //Non-IE
                  myHeight = window.innerHeight;
                } else if( document.documentElement && ( document.documentElement.clientWidth || 
                                                         document.documentElement.clientHeight ) ) {
                  //IE 6+ in 'standards compliant mode'
                  myHeight = document.documentElement.clientHeight;
                } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
                  //IE 4 compatible
                  myHeight = document.body.clientHeight;
                }
                return myHeight;            
              }

              function setscrollpos() {
                var objf=document.getElementById('loadscrollpos');
                 document.getElementById("leftnav").scrollTop = objf.offsetTop - getWinHeight()/2;
              }

              function addEvent(obj, evType, fn){ 
                if (obj.addEventListener){ 
                obj.addEventListener(evType, fn, true); 
                return true; 
              } else if (obj.attachEvent){ 
                var r = obj.attachEvent("on"+evType, fn); 
                return r; 
              } else { 
                return false; 
              } 
             }

             addEvent(window, 'load', setscrollpos);

             //--></script><div id="leftnav"><div class="innertube">
<img alt="Erlang logo" src="../../../../doc/erlang-logo.png"><br><small><a href="users_guide.html">User's Guide</a><br><a href="index.html">Reference Manual</a><br><a href="release_notes.html">Release Notes</a><br><a href="../pdf/tv-2.1.4.4.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>Table Visualizer (TV)</strong><br><strong>Release Notes</strong><br><small>Version 2.1.4.4</small></p>
<br><a href="javascript:openAllFlips()">Expand All</a><br><a href="javascript:closeAllFlips()">Contract All</a><p><small><strong>Chapters</strong></small></p>
<ul class="flipMenu" imagepath="../../../../doc/js/flipmenu"><li id="loadscrollpos" title="TV Release Notes" expanded="true">TV Release Notes<ul>
<li><a href="notes.html">
              Top of chapter
            </a></li>
<li title="TV 2.1.4.4"><a href="notes.html#id2258537">TV 2.1.4.4</a></li>
<li title="TV 2.1.4.3"><a href="notes.html#id2258568">TV 2.1.4.3</a></li>
<li title="TV 2.1.4.2"><a href="notes.html#id2258598">TV 2.1.4.2</a></li>
<li title="TV 2.1.4.1"><a href="notes.html#id2258628">TV 2.1.4.1</a></li>
<li title="TV 2.1.4"><a href="notes.html#id2258190">TV 2.1.4</a></li>
<li title="TV 2.1.3"><a href="notes.html#id2258228">TV 2.1.3</a></li>
<li title="TV 2.1.2"><a href="notes.html#id2258286">TV 2.1.2</a></li>
<li title="TV 2.1.1"><a href="notes.html#id2257929">TV 2.1.1</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<h1>1 TV Release Notes</h1>
  
  <p>This document describes the changes made to the TV application.</p>

<h3><a name="id2258537">1.1 
        TV 2.1.4.4</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    The documentation is now built with open source tools
	    (xsltproc and fop) that exists on most platforms. One
	    visible change is that the frames are removed.</p>
          <p>
	    Own Id: OTP-8201</p>
        </li>
      </ul>
    



<h3><a name="id2258568">1.2 
        TV 2.1.4.3</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
           Updated the application with new tags for automatic updates 
           of copyright notices.
          </p>
          <p>
	    Own Id: OTP-7851
          </p>
        </li>
      </ul>
    



<h3><a name="id2258598">1.3 
        TV 2.1.4.2</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    Minor updates.</p>
          <p>
	    Own Id: OTP-7261</p>
        </li>
      </ul>
    



  <h3><a name="id2258628">1.4 
        TV 2.1.4.1</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Minor Makefile changes.</p>
          <p>Own Id: OTP-6689</p>
        </li>
        <li>
          <p>Obsolete guard tests (such as list()) have been replaced
            with the modern guard tests (such as is_list()).</p>
          <p>Own Id: OTP-6728</p>
        </li>
      </ul>
    
  

  <h3><a name="id2258190">1.5 
        TV 2.1.4</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Removed some dead code from
            <span class="code">tv_pg_gridfcns:mark_cell_and_notify/4</span>
            and <span class="code">tv_nodewin:handle_error/1</span>.</p>
          <p>Own Id: OTP-6455</p>
        </li>
      </ul>
    
  

  <h3><a name="id2258228">1.6 
        TV 2.1.3</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>A compiler warning has been fixed.</p>
          <p>Own Id: OTP-6016</p>
        </li>
      </ul>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Notification windows are now centered over a parent
            window.</p>
          <p>Own Id: OTP-6014 Aux Id: OTP-5987</p>
        </li>
      </ul>
    
  

  <h3><a name="id2258286">1.7 
        TV 2.1.2</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>Some dead code reported by Dialyzer was eliminated. </p>
          <p>A
            bug in 'dbg' when tracing to wrap trace files has been
            corrected. It failed to delete any already existing wrap
            trace files with the same names when starting a new wrap
            trace.</p>
          <p>Own Id: OTP-5329</p>
        </li>
        <li>
          <p>The graphic applications now search for HTML
            documentation in the correct place.</p>
          <p>Own Id: OTP-5381</p>
        </li>
      </ul>
    
  

  <h3><a name="id2257929">1.8 
        TV 2.1.1</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>TV no longer crashes on Mac OS X. (Thanks to Sean Hinde.)</p>
          <p>Own Id: OTP-5219</p>
        </li>
      </ul>
    
  
</div>
<div class="footer">
<hr>
<p>Copyright © 1997-2010 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>