Sophie

Sophie

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

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 -- GS 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/gs-1.5.13.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>Graphics System (GS)</strong><br><strong>Release Notes</strong><br><small>Version 1.5.13</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="GS Release Notes" expanded="true">GS Release Notes<ul>
<li><a href="notes.html">
              Top of chapter
            </a></li>
<li title="GS 1.5.13"><a href="notes.html#id71397">GS 1.5.13</a></li>
<li title="GS 1.5.10"><a href="notes.html#id71429">GS 1.5.10</a></li>
<li title="GS 1.5.12"><a href="notes.html#id73467">GS 1.5.12</a></li>
<li title="GS 1.5.11"><a href="notes.html#id73495">GS 1.5.11</a></li>
<li title="GS 1.5.9"><a href="notes.html#id74028">GS 1.5.9</a></li>
<li title="GS 1.5.8"><a href="notes.html#id74057">GS 1.5.8</a></li>
<li title="GS 1.5.7"><a href="notes.html#id73541">GS 1.5.7</a></li>
<li title="GS 1.5.6"><a href="notes.html#id73794">GS 1.5.6</a></li>
<li title="GS 1.5.5"><a href="notes.html#id73834">GS 1.5.5</a></li>
<li title="GS 1.5.4"><a href="notes.html#id73925">GS 1.5.4</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<h1>1 GS Release Notes</h1>
  
  <p>This document describes the changes made to the GS application.</p>

  <h3><a name="id71397">1.1 
        GS 1.5.13</a></h3>

    <h4>Improvements and New Features</h4>
      <ul>
        <li>
          <p>
	    The documentation for GS is updated with the warning that
	    it should not be used in new applications. GS is planned
	    to be deprecated soon and might be removed from the
	    distribution already in the next major release (R15). For
	    graphical applications we recommend the use of WX
	    instead.</p>
          <p>
	    Own Id: OTP-8824</p>
        </li>
      </ul>
    



<h3><a name="id71429">1.2 
        GS 1.5.10</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="id73467">1.3 
        GS 1.5.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="id73495">1.4 
        GS 1.5.11</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="id74028">1.5 
        GS 1.5.9</a></h3>

    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
            Fixed grid_line crash, which caused tv, debugger and pman
            crashes. Thanks Jan Jacobs and others.</p>
          <p>
            Own Id: OTP-7242</p>
        </li>
      </ul>
    

  

  <h3><a name="id74057">1.6 
        GS 1.5.8</a></h3>
    <h4>Fixed Bugs and Malfunctions</h4>
      <ul>
        <li>
          <p>
            Uses wish85 if available and fixed 'gs error:
            gstk_port_handler: error in input : unknown option
            "-sta"' error. Thanks Vance Shipley</p>
          <p>
            Own Id: OTP-7115</p>
        </li>
      </ul>
    
  

  <h3><a name="id73541">1.7 
        GS 1.5.7</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>Fixed font size and some bugs in the generic file dialog,
            which is undocumented and mainly intended for internal
            use (today it is only used by Pman).</p>
          <p>The file <span class="code">priv/bitmap/fup.bm</span> has been added and the
            module <span class="code">tool_genfd</span> removed.</p>
          <p>Also fixed dialyzer warning in <span class="code">gs_packer</span>.</p>
          <p>Own Id: OTP-6682</p>
        </li>
      </ul>
    
  

  <h3><a name="id73794">1.8 
        GS 1.5.6</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>Removed some dead code from <span class="code">gstk_editor</span> and
            <span class="code">tcl2erl</span>.</p>
          <p>Own Id: OTP-6541</p>
        </li>
      </ul>
    
  

  <h3><a name="id73834">1.9 
        GS 1.5.5</a></h3>
    

    <h4>Fixed Bugs and Malfunctions</h4>
      
      <ul>
        <li>
          <p>Corrected some bugs in the examples.</p>
          <p>Own Id: OTP-5988</p>
        </li>
        <li>
          <p>Removed <span class="code">export_all</span> from <span class="code">gs_widgets</span>,
            <span class="code">gs_frontend</span>, <span class="code">gstk</span>, <span class="code">gstk_db</span>,
            <span class="code">gstk_generic</span>, <span class="code">gstk_gs</span>, <span class="code">gstk_widgets</span>,
            <span class="code">tcl2erl</span>, <span class="code">tool_file_dialog</span>,
            <span class="code">tool_genfd</span>.</p>
          <p>Own Id: OTP-6008</p>
        </li>
      </ul>
    

    <h4>Improvements and New Features</h4>
      
      <ul>
        <li>
          <p>Fixed the functions for creating help windows
            (notify/confirm/request) in the internal module
            <span class="code">tool_utils</span>, so that the help window can be
            centered over its parent window (instead of at a random
            position).</p>
          <p>Own Id: OTP-5987</p>
        </li>
        <li>
          <p>Eliminated some dead code from <span class="code">gstk</span>, found by
            Dialyzer.</p>
          <p>Own Id: OTP-6045</p>
        </li>
        <li>
          <p>Upgraded tcl/tk binaries to version 8.4.13</p>
          <p>Own Id: OTP-6106</p>
        </li>
      </ul>
    
  

  <h3><a name="id73925">1.10 
        GS 1.5.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-2011 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>