Change.st
branchjv
changeset 3095 5843e7139014
parent 3078 3f5abbdcbde9
child 3121 19723298dd2c
child 3125 08d6603c4fe9
--- a/Change.st	Sun Nov 18 19:46:19 2012 +0000
+++ b/Change.st	Fri Nov 30 17:20:01 2012 +0000
@@ -49,7 +49,7 @@
 !Change class methodsFor:'others'!
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic3/Change.st,v 1.61 2012/07/31 12:42:04 vrany Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic3/Change.st,v 1.62 2012/10/30 14:25:24 cg Exp §'
 ! !
 
 !Change class methodsFor:'support'!
@@ -444,8 +444,16 @@
     "Created: / 01-08-2012 / 16:34:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+isMethodChangeForExtensionsVersionMethod
+    "true if this is a change for an extensionsVersion method"
+
+    ^ false
+
+    "Created: / 7.2.1998 / 19:26:50 / cg"
+!
+
 isMethodChangeForVersionMethod
-    "true if this is a method's code change (not package, category etc.)"
+    "true if this is a change for a version method"
 
     ^ false
 
@@ -521,9 +529,9 @@
 !Change class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/Change.st,v 1.61 2012/07/31 12:42:04 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/Change.st,v 1.62 2012/10/30 14:25:24 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Change.st 1957 2012-09-05 11:45:38Z vranyj1 $'
+    ^ '$Id: Change.st 1981 2012-11-30 17:20:01Z vranyj1 $'
 ! !