Date.st
changeset 7299 ae1b90fe7c4f
parent 7261 f35fc9cee675
child 7327 ab17eb5f11a6
--- a/Date.st	Mon May 19 12:13:53 2003 +0200
+++ b/Date.st	Mon May 19 12:54:35 2003 +0200
@@ -390,7 +390,7 @@
     "
 ! !
 
-!Date class methodsFor:'Compatibility - Dolphin'!
+!Date class methodsFor:'Compatibility-Dolphin'!
 
 newDay:day monthIndex:month year:year
     ^ self newDay:day month:month year:year
@@ -402,7 +402,7 @@
     "Modified: 19.4.1996 / 15:28:15 / cg"
 ! !
 
-!Date class methodsFor:'Compatibility - Squeak'!
+!Date class methodsFor:'Compatibility-Squeak'!
 
 fromSeconds:seconds
     "Answer an instance of me which is 'seconds' seconds after January 1, 1901."
@@ -1705,6 +1705,7 @@
     "
 ! !
 
+
 !Date methodsFor:'printing & storing'!
 
 addPrintBindingsTo:aDictionary
@@ -1983,7 +1984,7 @@
 !Date class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Date.st,v 1.71 2003-05-07 14:31:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Date.st,v 1.72 2003-05-19 10:54:35 cg Exp $'
 ! !
 
 Date initialize!