OtherChange.st
changeset 2871 edd5c5b18492
parent 1441 f14f81edd5c6
child 3158 f8c56a311307
child 4249 e9410a264048
--- a/OtherChange.st	Tue Jul 31 14:18:19 2012 +0200
+++ b/OtherChange.st	Tue Jul 31 14:23:08 2012 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic3' }"
 
 Change subclass:#OtherChange
@@ -89,8 +88,18 @@
     ].
 ! !
 
+!OtherChange methodsFor:'testing'!
+
+isOtherChange
+    ^ true
+! !
+
 !OtherChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/OtherChange.st,v 1.4 2006-01-09 09:54:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/OtherChange.st,v 1.5 2012-07-31 12:23:08 vrany Exp $'
+!
+
+version_SVN
+    ^ '§Id: OtherChange.st 1942 2012-07-27 14:53:23Z vranyj1 §'
 ! !