Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 675c8c8167236dfcf8d66da674f931e8 > files > 205

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 -- Appmon 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/appmon-2.1.14.1.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>appmon</strong><br><strong>Release Notes</strong><br><small>Version 2.1.14.1</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="Appmon Release Notes" expanded="true">Appmon Release Notes<ul>
<li><a href="notes.html">
              Top of chapter
            </a></li>
<li title="Appmon 2.1.14.1"><a href="notes.html#id61735">Appmon 2.1.14.1</a></li>
<li title="Appmon 2.1.14"><a href="notes.html#id61769">Appmon 2.1.14</a></li>
<li title="Appmon 2.1.13"><a href="notes.html#id62234">Appmon 2.1.13</a></li>
<li title="Appmon 2.1.12"><a href="notes.html#id62262">Appmon 2.1.12</a></li>
<li title="Appmon 2.1.11"><a href="notes.html#id62290">Appmon 2.1.11</a></li>
<li title="Appmon 2.1.10.2"><a href="notes.html#id63121">Appmon 2.1.10.2</a></li>
<li title="Appmon 2.1.10.1"><a href="notes.html#id59375">Appmon 2.1.10.1</a></li>
<li title="Appmon 2.1.9"><a href="notes.html#id59408">Appmon 2.1.9</a></li>
<li title="Appmon 2.1.8"><a href="notes.html#id59440">Appmon 2.1.8</a></li>
<li title="Appmon 2.1.7"><a href="notes.html#id59483">Appmon 2.1.7</a></li>
<li title="Appmon 2.1.6"><a href="notes.html#id57331">Appmon 2.1.6</a></li>
<li title="Appmon 2.1.5"><a href="notes.html#id57389">Appmon 2.1.5</a></li>
<li title="Appmon 2.1.4"><a href="notes.html#id57421">Appmon 2.1.4</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<h1>1 Appmon Release Notes</h1>
  
  <p>This document describes the changes made to the Appmon application.</p>

<h3><a name="id61735">1.1 
        Appmon 2.1.14.1</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="id61769">1.2 
        Appmon 2.1.14</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>
        <li>
          <p>
	    Miscellaneous documentation build updates</p>
          <p>
	    Own Id: OTP-9813</p>
        </li>
      </ul>
    



<h3><a name="id62234">1.3 
        Appmon 2.1.13</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    An obsolete compiler directive for native code generation
	    was removed from a source file.</p>
          <p>
	    Own Id: OTP-8839</p>
        </li>
      </ul>
    



<h3><a name="id62262">1.4 
        Appmon 2.1.12</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="id62290">1.5 
        Appmon 2.1.11</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
	    <p>The documentation is now possible to build in an open
	    source environment after a number of bugs are fixed and
	    some features are added in the documentation build
	    process. </p>
	    <p>- The arity calculation is updated.</p>
	    <p>- The module prefix used in the function names for
	    bif's are removed in the generated links so the links
	    will look like
	    "http://www.erlang.org/doc/man/erlang.html#append_element-2"
	    instead of
	    "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2".</p>
	    <p>- Enhanced the menu positioning in the html
	    documentation when a new page is loaded.</p>
	    <p>- A number of corrections in the generation of man
	    pages (thanks to Sergei Golovan)</p>
	    <p>- The legal notice is taken from the xml book file so
	    OTP's build process can be used for non OTP
	    applications.</p>
          <p>
	    Own Id: OTP-8343</p>
        </li>
      </ul>
    



<h3><a name="id63121">1.6 
        Appmon 2.1.10.2</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="id59375">1.7 
        Appmon 2.1.10.1</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="id59408">1.8 
        Appmon 2.1.9</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>Fixed dialyzer warning in <span class="code">appmon_info</span>.</p>
        </li>
      </ul>
    
  

  <h3><a name="id59440">1.9 
        Appmon 2.1.8</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>Removed some dead code from the <span class="code">appmon_info</span> and
            <span class="code">process_info</span> modules. Also rewritten large parts
            of <span class="code">process_info</span> to make it easier to read and more
            efficient.</p>
          <p>Own Id: OTP-6534</p>
        </li>
      </ul>
    
  

  <h3><a name="id59483">1.10 
        Appmon 2.1.7</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>Appmon now handles a process name containing the
            character '@' correctly. (Thanks to Mikael Magnusson).</p>
          <p>Own Id: OTP-6308</p>
        </li>
        <li>
          <p>The "Send" button in the application window was broken,
            it always failed (silently).</p>
          <p>Own Id: OTP-6333</p>
        </li>
      </ul>
    
  

  <h3><a name="id57331">1.11 
        Appmon 2.1.6</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Internal change only (using a private digraph instead of
            a public one).</p>
          <p>Own Id: OTP-5983</p>
        </li>
        <li>
          <p>Notification windows are now centered over the parent
            window (if possible).</p>
          <p>Own Id: OTP-6010 Aux Id: OTP-5987</p>
        </li>
        <li>
          <p>Removed some dead code from <span class="code">appmon_info</span>,
            discovered by Dialyzer.</p>
          <p>Own Id: OTP-6040</p>
        </li>
      </ul>
    
  

  <h3><a name="id57389">1.12 
        Appmon 2.1.5</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Eliminated 5 discrepancies found by Dialyzer in the
            Appmon application.</p>
          <p>Own Id: OTP-5633</p>
        </li>
      </ul>
    
  

  <h3><a name="id57421">1.13 
        Appmon 2.1.4</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>The graphic applications now search for HTML
            documentation in the correct place.</p>
          <p>Own Id: OTP-5381</p>
        </li>
      </ul>
    
  
</div>
<div class="footer">
<hr>
<p>Copyright © 1997-2012 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>