Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > 675c8c8167236dfcf8d66da674f931e8 > files > 1534

erlang-doc-R15B-03.3.fc17.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.9.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.9</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.9"><a href="notes.html#id57416">TV 2.1.4.9</a></li>
<li title="TV 2.1.4.8"><a href="notes.html#id60655">TV 2.1.4.8</a></li>
<li title="TV 2.1.4.7"><a href="notes.html#id60683">TV 2.1.4.7</a></li>
<li title="TV 2.1.4.6"><a href="notes.html#id60717">TV 2.1.4.6</a></li>
<li title="TV 2.1.4.5"><a href="notes.html#id63806">TV 2.1.4.5</a></li>
<li title="TV 2.1.4.4"><a href="notes.html#id63834">TV 2.1.4.4</a></li>
<li title="TV 2.1.4.3"><a href="notes.html#id60090">TV 2.1.4.3</a></li>
<li title="TV 2.1.4.2"><a href="notes.html#id60120">TV 2.1.4.2</a></li>
<li title="TV 2.1.4.1"><a href="notes.html#id60151">TV 2.1.4.1</a></li>
<li title="TV 2.1.4"><a href="notes.html#id60195">TV 2.1.4</a></li>
<li title="TV 2.1.3"><a href="notes.html#id60362">TV 2.1.3</a></li>
<li title="TV 2.1.2"><a href="notes.html#id60420">TV 2.1.2</a></li>
<li title="TV 2.1.1"><a href="notes.html#id60470">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="id57416">1.1 
        TV 2.1.4.9</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
	    <p>The GS applications is now deprecated and will be
	    removed in the R16 release. The following GS-based
	    applications have been superseded by the Observer
	    application and will removed in R16: Appmon, Pman,
	    Tv.</p>
          <p>
	    *** POTENTIAL INCOMPATIBILITY ***</p>
          <p>
	    Own Id: OTP-9907</p>
        </li>
      </ul>
    



<h3><a name="id60655">1.2 
        TV 2.1.4.8</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    Eliminate use of deprecated regexp module</p>
          <p>
	    Own Id: OTP-9810</p>
        </li>
      </ul>
    



<h3><a name="id60683">1.3 
        TV 2.1.4.7</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
	    tv: Allow table viewer to display refs, ports and small
	    binaries</p>
          <p>
	    Table viewer displayed #Port, #Ref, or #Bin as place
	    holders for their respective object types in ets and
	    mnesia tables. This can make table viewer difficult to
	    use when viewing tables containing those data types. It
	    doesn't make sense to render large binaries so #Bin will
	    still be used for binaries that exceed 100 bytes. (Thanks
	    to Blaine whittle)</p>
          <p>
	    Own Id: OTP-9153</p>
        </li>
      </ul>
    



<h3><a name="id60717">1.4 
        TV 2.1.4.6</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
	    With some window managers (e.g. stumpwm), <span class="code">tv</span> would
	    constantly restart while trying to open a table. (Thanks
	    to Dmitriy Budashny.)</p>
          <p>
	    Own Id: OTP-8751</p>
        </li>
      </ul>
    



<h3><a name="id63806">1.5 
        TV 2.1.4.5</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    Warnings due to new autoimported BIFs removed</p>
          <p>
	    Own Id: OTP-8674 Aux Id: OTP-8579 </p>
        </li>
      </ul>
    



<h3><a name="id63834">1.6 
        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="id60090">1.7 
        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="id60120">1.8 
        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="id60151">1.9 
        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="id60195">1.10 
        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="id60362">1.11 
        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="id60420">1.12 
        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="id60470">1.13 
        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-2012 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>