Sophie

Sophie

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

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 -- Webtool 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/webtool-0.8.9.1.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>WebTool</strong><br><strong>Release Notes</strong><br><small>Version 0.8.9.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="Webtool Release Notes" expanded="true">Webtool Release Notes<ul>
<li><a href="notes.html">
              Top of chapter
            </a></li>
<li title="WebTool 0.8.9.1"><a href="notes.html#id57324">WebTool 0.8.9.1</a></li>
<li title="WebTool 0.8.9"><a href="notes.html#id57352">WebTool 0.8.9</a></li>
<li title="WebTool 0.8.8"><a href="notes.html#id61848">WebTool 0.8.8</a></li>
<li title="WebTool 0.8.7"><a href="notes.html#id61877">WebTool 0.8.7</a></li>
<li title="WebTool 0.8.6"><a href="notes.html#id61907">WebTool 0.8.6</a></li>
<li title="WebTool 0.8.5"><a href="notes.html#id61445">WebTool 0.8.5</a></li>
<li title="WebTool 0.8.4"><a href="notes.html#id61475">WebTool 0.8.4</a></li>
<li title="WebTool 0.8.3.2"><a href="notes.html#id63019">WebTool 0.8.3.2</a></li>
<li title="WebTool 0.8.3.1"><a href="notes.html#id63049">WebTool 0.8.3.1</a></li>
<li title="WebTool 0.8.3"><a href="notes.html#id57927">WebTool 0.8.3</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<h1>1 Webtool Release Notes</h1>
  
  <p>This document describes the changes made to the Webtool
    application.</p>

<h3><a name="id57324">1.1 
        WebTool 0.8.9.1</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    Miscellaneous documentation build updates</p>
          <p>
	    Own Id: OTP-9813</p>
        </li>
      </ul>
    



<h3><a name="id57352">1.2 
        WebTool 0.8.9</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
	    Do not install *.bat files on non-win32 machines (Thanks
	    to Hans Ulrich Niedermann)</p>
          <p>
	    Own Id: OTP-9515</p>
        </li>
      </ul>
    



<h3><a name="id61848">1.3 
        WebTool 0.8.8</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
	    Various small documentation fixes (Thanks to Bernard
	    Duggan)</p>
          <p>
	    Own Id: OTP-9172</p>
        </li>
      </ul>
    



<h3><a name="id61877">1.4 
        WebTool 0.8.7</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    Up until now Netscape has been the default web browser on
	    Unix/Linux. Webtool has now been updated to start Firefox
	    as default browser instead.</p>
          <p>
	    Own Id: OTP-8651 Aux Id: OTP-8650 </p>
        </li>
      </ul>
    



<h3><a name="id61907">1.5 
        WebTool 0.8.6</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    Misc updates</p>
          <p>
	    Own Id: OTP-8456</p>
        </li>
      </ul>
    



<h3><a name="id61445">1.6 
        WebTool 0.8.5</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="id61475">1.7 
        WebTool 0.8.4</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
	    <p>The copyright notices have been updated.</p>
          <p>
	    Own Id: OTP-7851</p>
        </li>
      </ul>
    


<h3><a name="id63019">1.8 
        WebTool 0.8.3.2</a></h3>

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



  <h3><a name="id63049">1.9 
        WebTool 0.8.3.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-6725</p>
        </li>
      </ul>
    
  

  <h3><a name="id57927">1.10 
        WebTool 0.8.3</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Removed some dead code discovered by Dialyzer.</p>
          <p>Own Id: OTP-6041</p>
        </li>
      </ul>
    
  
</div>
<div class="footer">
<hr>
<p>Copyright © 2001-2012 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>