1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
<HTML>
<HEAD>
<TITLE>GS Release Notes</TITLE>
<style type="text/css">
<!--
body { background: white; margin: 3em }
body { font-family: Verdana, Arial, Helvetica, sans-serif }
h1 h2 h3 h4 { font-family: Verdana, Arial, Helvetica, sans-serif }
h1 { font-size: 48 }
p li { font-family: Verdana, Arial, Helvetica, sans-serif }
-->
</style>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER><H1>GS Release Notes</H1></CENTER>
<H2>GS 1.4.0</H2>
<H3>Improvements and new features</H3>
<UL>
<LI>Code has been cleared up to get rid of compiler warnings.<BR>
Own Id: OTP-3803
</LI>
<LI>Some internal modules and processes in GS were prefixed with
<CODE>gtk</CODE>. This prefix has been changed to <CODE>gstk</CODE>
not to clash with modules that interface to the graphical toolkit GTk.
<BR>
Own Id: OTP-4065
</LI>
</UL>
<H3>Fixed errors and malfunctions</H3>
<UL>
<LI>A reference to a function in toolbar_lib (in the Toolbar
application) has been removed.<BR>
Own Id: OTP-3967
</LI>
</UL>
<P>There are also release notes for <A HREF="notes_history.html">older
versions</A>.</P>
</BODY>
</HTML>
|