MonoMappedPalette.st
changeset 3848 84597432b833
parent 3847 288ab85676aa
child 3876 f4dc6267a30a
--- a/MonoMappedPalette.st	Thu Apr 10 16:45:19 2003 +0200
+++ b/MonoMappedPalette.st	Thu Apr 10 16:49:14 2003 +0200
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 1997 by eXept Software AG / Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -19,7 +19,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Compatibility-ST80'
+	category:'Graphics-Images-Support'
 !
 
 !MonoMappedPalette class methodsFor:'documentation'!
@@ -27,7 +27,7 @@
 copyright
 "
  COPYRIGHT (c) 1997 by eXept Software AG / Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -43,36 +43,18 @@
 
 documentation
 "
-    ST-80 compatibility class.
-    This may be required when existing code has to be ported to ST/X;
-    however, it may not be complete and more protocol may be added in the future.
-    The code here was created when public domain code (Manchester) had to
-    be ported to ST/X and missing classes/methods were encountered, and code added
-    by reasoning 'what the original class could probably do there'.
-
-    This is currently not used by ST/X itself.
-
-    This is an additional goody class; therefore:
+    This class will (sooner or later) take over and/or redefine some of the Colormap functionality.
+    This migration will be done both to cleanup the code and for VW compatibility.
 
-    THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTOR ``AS IS'' AND
-    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-    ARE DISCLAIMED.  IN NO EVENT SHALL THE CONTRIBUTOR BE LIABLE
-    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-    SUCH DAMAGE.
+    Notice: For now, the whole functionality is still in Colormap
+
+    [see also:]
+	Color Image Form
 "
-
-
-
 ! !
 
 !MonoMappedPalette class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/MonoMappedPalette.st,v 1.1 2003-04-10 14:44:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/MonoMappedPalette.st,v 1.2 2003-04-10 14:48:59 cg Exp $'
 ! !