Mark obsolete methods
authorStefan Vogel <sv@exept.de>
Thu, 26 Feb 2009 22:23:01 +0100
changeset 5213 638447e61970
parent 5212 eeb30c6c7880
child 5214 b87c11b492f5
Mark obsolete methods
Form.st
--- a/Form.st	Thu Feb 26 22:16:11 2009 +0100
+++ b/Form.st	Thu Feb 26 22:23:01 2009 +0100
@@ -1236,6 +1236,7 @@
     "Modified: 23.4.1996 / 10:12:48 / cg"
 ! !
 
+
 !Form methodsFor:'converting'!
 
 asForm
@@ -1621,6 +1622,7 @@
 !
 
 magnifyBy:scale
+    <resource: #obsolete>
     "obsolete: has been renamed to magnifiedBy: for ST-80 compatibility
      and name consistency ..."
 
@@ -2212,7 +2214,7 @@
 !Form class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.142 2008-04-22 16:17:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.143 2009-02-26 21:23:01 stefan Exp $'
 ! !
 
 Form initialize!