This document describes the changes made to the GS application.
Internal changes
Own Id: OTP-13551
Change license text from Erlang Public License to Apache Public License v2
Own Id: OTP-12845
Application upgrade (appup) files are corrected for the following applications:
A new test utility for testing appup files is added to test_server. This is now used by most applications in OTP.
(Thanks to Tobias Schlager)
Own Id: OTP-11744
Where necessary a comment stating encoding has been added to Erlang files. The comment is meant to be removed in Erlang/OTP R17B when UTF-8 becomes the default encoding.
Own Id: OTP-10630
The GS applications is now deprecated and will be removed in the R16 release. The following GS-based applications have been superseded by the Observer application and will removed in R16: Appmon, Pman, Tv.
*** POTENTIAL INCOMPATIBILITY ***
Own Id: OTP-9907
Erlang/OTP can now be built using parallel make if you
limit the number of jobs, for instance using '
Own Id: OTP-9451
Eliminate use of deprecated regexp module
Own Id: OTP-9810
Remove misc. compiler warnings
Own Id: OTP-9542
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.
Own Id: OTP-8824
Updated the application with new tags for automatic updates of copyright notices.
Own Id: OTP-7851
Warnings due to new autoimported BIFs removed
Own Id: OTP-8674 Aux Id: OTP-8579
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.
Own Id: OTP-8201
Fixed grid_line crash, which caused tv, debugger and pman crashes. Thanks Jan Jacobs and others.
Own Id: OTP-7242
Uses wish85 if available and fixed 'gs error: gstk_port_handler: error in input : unknown option "-sta"' error. Thanks Vance Shipley
Own Id: OTP-7115
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).
The file
Also fixed dialyzer warning in
Own Id: OTP-6682
Removed some dead code from
Own Id: OTP-6541
Corrected some bugs in the examples.
Own Id: OTP-5988
Removed
Own Id: OTP-6008
Fixed the functions for creating help windows
(notify/confirm/request) in the internal module
Own Id: OTP-5987
Eliminated some dead code from
Own Id: OTP-6045
Upgraded tcl/tk binaries to version 8.4.13
Own Id: OTP-6106
The graphic applications now search for HTML documentation in the correct place.
Own Id: OTP-5381