Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 153de8e767391ee69acb7025d88d7586 > files > 547

erlang-doc-R14B-03.1.fc14.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 -- DocBuilder 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/docbuilder-0.9.8.10.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>DocBuilder</strong><br><strong>Release Notes</strong><br><small>Version 0.9.8.10</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="DocBuilder Release Notes" expanded="true">DocBuilder Release Notes<ul>
<li><a href="notes.html">
              Top of chapter
            </a></li>
<li title="Docbuilder 0.9.8.10"><a href="notes.html#id229692">Docbuilder 0.9.8.10</a></li>
<li title="Docbuilder 0.9.8.9"><a href="notes.html#id224173">Docbuilder 0.9.8.9</a></li>
<li title="Docbuilder 0.9.8.8"><a href="notes.html#id224201">Docbuilder 0.9.8.8</a></li>
<li title="Docbuilder 0.9.8.7"><a href="notes.html#id227160">Docbuilder 0.9.8.7</a></li>
<li title="Docbuilder 0.9.8.6"><a href="notes.html#id227212">Docbuilder 0.9.8.6</a></li>
<li title="Docbuilder 0.9.8.5"><a href="notes.html#id224282">Docbuilder 0.9.8.5</a></li>
<li title="Docbuilder 0.9.8.4"><a href="notes.html#id224311">Docbuilder 0.9.8.4</a></li>
<li title="Docbuilder 0.9.8"><a href="notes.html#id227063">Docbuilder 0.9.8</a></li>
<li title="Docbuilder 0.9.7"><a href="notes.html#id227093">Docbuilder 0.9.7</a></li>
<li title="Docbuilder 0.9.1"><a href="notes.html#id229932">Docbuilder 0.9.1</a></li>
<li title="DocBuilder 0.9"><a href="notes.html#id230007">DocBuilder 0.9</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<h1>1 DocBuilder Release Notes</h1>
  
  <p>This document describes the changes made to the DocBuilder
     application.</p>

<h3><a name="id229692">1.1 
        Docbuilder 0.9.8.10</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
	    <p> fop 1.0 crashed when building the docbuilder pdf with
	    the following message
	    "java.lang.IllegalArgumentException: factor &lt; 0; was:
	    -1". <br> This is a known bug in fop 1.0 (fop bug id:
	    Bug 50524) when there is a word that consist of a single
	    soft hyphen (&amp;shy;). this has been fixed in fop
	    source archive but not it's not in a release yet. It's
	    fixed in our documentation by removing the soft hyphens
	    where this is a problem. </p>
          <p>
	    Own Id: OTP-9143</p>
        </li>
      </ul>
    



<h3><a name="id224173">1.2 
        Docbuilder 0.9.8.9</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
	    <p> Fix compatibility issues with docbuilder for R11
	    documentation patches. </p>
          <p>
	    Own Id: OTP-8946</p>
        </li>
      </ul>
    



<h3><a name="id224201">1.3 
        Docbuilder 0.9.8.8</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
	    <p> Fixed problem with a centered table that was
	    transformed into an xml document which then produced
	    mis-formatted html. </p>
          <p>
	    Own Id: OTP-8784</p>
        </li>
      </ul>
    



<h3><a name="id227160">1.4 
        Docbuilder 0.9.8.7</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="id227212">1.5 
        Docbuilder 0.9.8.6</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="id224282">1.6 
        Docbuilder 0.9.8.5</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="id224311">1.7 
        Docbuilder 0.9.8.4</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
	    The element "code" with multiple CDATA or CDATA plus
	    other data now works as expected, previously it caused a
	    crash.</p>
          <p>
	    Own Id: OTP-7236</p>
        </li>
      </ul>
    



<h3><a name="id227063">1.8 
        Docbuilder 0.9.8</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    The generated html should now be valid xhtml (with a few
	    exceptions to be fixed in next version).</p>
          <p>
	    Own Id: OTP-7027</p>
        </li>
      </ul>
    



  <h3><a name="id227093">1.9 
        Docbuilder 0.9.7</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
            New fonts and new CSS style included in generated html documents.
	  </p>
	</li>
	<li>
          <p>
            Updated DTD's with new header elements copyright and legalnotice. 
	    Element authors changed to optional instead of mandatory.
	    
	  </p>
        </li>
      </ul>
    
  

  <h3><a name="id229932">1.10 
        Docbuilder 0.9.1</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
            Line breaks within <span class="code">pre</span> are now always preserved.</p>
          <p>
            The definition of <span class="code">name</span> in the cref DTD is now
            correctly handled.</p>
          <p>
            <span class="code">docb_transform</span>: The HTML snippet returned by the
            <span class="code">Module:head()</span> callback function is now placed
            below the title in the HTML file (as specified in the
            documentation), not on the same line.</p>
          <p>
            <span class="code">docb_gen</span>: Added option <span class="code">sort_functions</span>.</p>
          <p>
            Fixed bugs in cites and terms DTD, and also in book,
            bookinsidecover and report DTDs which are not officially
            supported (yet).</p>
          <p>
            License info added to all DTD files.</p>
          <p>
            Corrections and clarifications made to the User's Guide.</p>
          <p>
            Own Id: OTP-6775</p>
        </li>
      </ul>
    
  

  <h3><a name="id230007">1.11 
        DocBuilder 0.9</a></h3>
    
    <p>First version of DocBuilder released as part of Erlang/OTP.
       Previously it has been used as an internal tool only.</p>
  
</div>
<div class="footer">
<hr>
<p>Copyright © 1997-2011 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>