diff options
author | Kenneth Lundin <[email protected]> | 2010-09-10 12:09:45 +0200 |
---|---|---|
committer | Kenneth Lundin <[email protected]> | 2010-09-10 12:09:45 +0200 |
commit | 130e98bfcfaf55b54efe074631b1558b793fee89 (patch) | |
tree | 16332563315172ad1f035a870ee7ab750ba6a59c /lib/gs/doc/src/gs_chapter1.xml | |
parent | 357860d3b5def55eba80523c0be83ee4ebcab12c (diff) | |
parent | 66c5ed29385cba48ad8f471d85e68c1e99cafddd (diff) | |
download | otp-130e98bfcfaf55b54efe074631b1558b793fee89.tar.gz otp-130e98bfcfaf55b54efe074631b1558b793fee89.tar.bz2 otp-130e98bfcfaf55b54efe074631b1558b793fee89.zip |
Merge branch 'kenneth/gs-deprecate-warning/OTP-8824' into dev
* kenneth/gs-deprecate-warning/OTP-8824:
Add warning in documentation about that GS will be deprecated and removed from distribution soon
Diffstat (limited to 'lib/gs/doc/src/gs_chapter1.xml')
-rw-r--r-- | lib/gs/doc/src/gs_chapter1.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/lib/gs/doc/src/gs_chapter1.xml b/lib/gs/doc/src/gs_chapter1.xml index cfcae94f7c..912d6e1ef9 100644 --- a/lib/gs/doc/src/gs_chapter1.xml +++ b/lib/gs/doc/src/gs_chapter1.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>2000</year><year>2009</year> + <year>2000</year><year>2010</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -31,6 +31,18 @@ <section> <title>Introduction</title> + <warning> + <p> + GS is not recommended for use in new applications. + Instead we recommend WX for applications that need a + graphical user interface. + </p> + <p> + GS is not maintained and we plan to deprecate and remove it from + the distribution as soon as possible, maybe already in the next + major release (R15). + </p> + </warning> <p>This section describes the general graphics interface to Erlang. This system was designed with the following requirements in mind:</p> <list type="bulleted"> <item>a graphics system which is easy to learn</item> |