Sophie

Sophie

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

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 -- EDoc 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/edoc-0.7.6.6.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>EDoc</strong><br><strong>Release Notes</strong><br><small>Version 0.7.6.6</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="EDoc Release Notes" expanded="true">EDoc Release Notes<ul>
<li><a href="notes.html">
              Top of chapter
            </a></li>
<li title="Edoc 0.7.6.6"><a href="notes.html#id2253541">Edoc 0.7.6.6</a></li>
<li title="Edoc 0.7.6.5"><a href="notes.html#id2262074">Edoc 0.7.6.5</a></li>
<li title="Edoc 0.7.6.4"><a href="notes.html#id2262104">Edoc 0.7.6.4</a></li>
<li title="Edoc 0.7.6.3"><a href="notes.html#id2262133">Edoc 0.7.6.3</a></li>
<li title="Edoc 0.7.6.2"><a href="notes.html#id2262161">Edoc 0.7.6.2</a></li>
<li title="Edoc 0.7.6.1"><a href="notes.html#id2262190">Edoc 0.7.6.1</a></li>
<li title="Edoc 0.7.6"><a href="notes.html#id2251573">Edoc 0.7.6</a></li>
<li title="Edoc 0.7.5"><a href="notes.html#id2251603">Edoc 0.7.5</a></li>
<li title="Edoc 0.7.3"><a href="notes.html#id2251634">Edoc 0.7.3</a></li>
<li title="EDoc 0.7.2"><a href="notes.html#id2251678">EDoc 0.7.2</a></li>
<li title="EDoc 0.7.1"><a href="notes.html#id2263680">EDoc 0.7.1</a></li>
<li title="EDoc 0.7.0"><a href="notes.html#id2263713">EDoc 0.7.0</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<h1>1 EDoc Release Notes</h1>
  
  <p>This document describes the changes made to the EDoc
    application.</p>

<h3><a name="id2253541">1.1 
        Edoc 0.7.6.6</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="id2262074">1.2 
        Edoc 0.7.6.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="id2262104">1.3 
        Edoc 0.7.6.4</a></h3>

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



<h3><a name="id2262133">1.4 
        Edoc 0.7.6.3</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="id2262161">1.5 
        Edoc 0.7.6.2</a></h3>

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



<h3><a name="id2262190">1.6 
        Edoc 0.7.6.1</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
	    Correction to work with new versions of STDLIB that no
	    longer has the <span class="code">erl_internal:obsolete/3</span> function.</p>
          <p>
	    Own Id: OTP-7539</p>
        </li>
      </ul>
    



<h3><a name="id2251573">1.7 
        Edoc 0.7.6</a></h3>

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



<h3><a name="id2251603">1.8 
        Edoc 0.7.5</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    Minor updates, mostly cosmetic.</p>
          <p>
	    Own Id: OTP-7243</p>
        </li>
      </ul>
    



  <h3><a name="id2251634">1.9 
        Edoc 0.7.3</a></h3>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Minor Makefile changes.</p>
          <p>Own Id: OTP-6689</p>
        </li>
        <li>
          <p>Dialyzer warnings were eliminated.</p>
          <p>Own Id: OTP-6737</p>
        </li>
      </ul>
    
  

  <h3><a name="id2251678">1.10 
        EDoc 0.7.2</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>Some missing files have been added:
            <span class="code">~/include/edoc_doclet.hrl</span>, <span class="code">~/priv/edoc.dtd</span>,
            <span class="code">~/priv/erlang.png</span></p>
          <p>Own Id: OTP-6457</p>
        </li>
      </ul>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <ul>
            <li>Undefined macros only cause warnings, not errors.</li>
            <li>New, built-in <span class="code">@version</span> macro.</li>
            <li>Documented the <span class="code">@docfile</span> and <span class="code">@headerfile</span>
             generic tags.</li>
            <li>Added recognition of <span class="code">"TODO:"</span> as a wiki
             equivalent for <span class="code">@todo</span> tags.</li>
            <li>Added documentation about overview pages.</li>
            <li>
<span class="code">'where'</span> and <span class="code">','</span> are allowed as
             separators in specs.</li>
            <li>Corrected ambiguity in spec grammar (possible
             incompatibility issue - parentheses may need to be added
             in some cases, in existing code).</li>
            <li>Experimental (and undocumented) support for
            <span class="code">@param</span> and <span class="code">@return</span> tags and corresponding
            <span class="code">"..."</span> annotations on <span class="code">@spec</span> parameters.</li>
          </ul>
          <p>*** POTENTIAL INCOMPATIBILITY ***</p>
          <p>Own Id: OTP-6568</p>
        </li>
      </ul>
    
  

  <h3><a name="id2263680">1.11 
        EDoc 0.7.1</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>Fixed some broken links in the documentation.</p>
          <p>Own Id: OTP-6419</p>
        </li>
      </ul>
    
  

  <h3><a name="id2263713">1.12 
        EDoc 0.7.0</a></h3>
    
    <p>Miscellaneous changes.</p>
  
</div>
<div class="footer">
<hr>
<p>Copyright © 2006-2010 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>