HistoryManager.st
branchjv
changeset 3158 f8c56a311307
parent 3128 87750af738dc
parent 2875 4fe2f4522753
child 3838 474d8ec95b33
--- a/HistoryManager.st	Fri Mar 22 11:11:55 2013 +0000
+++ b/HistoryManager.st	Thu Mar 28 12:22:48 2013 +0000
@@ -86,6 +86,7 @@
 "
 ! !
 
+
 !HistoryManager class methodsFor:'initialization'!
 
 enforcedUserName
@@ -119,6 +120,7 @@
     "Modified: / 05-07-2006 / 17:36:47 / cg"
 ! !
 
+
 !HistoryManager class methodsFor:'instance creation'!
 
 new
@@ -140,6 +142,7 @@
     "Modified: / 04-12-2011 / 08:54:22 / cg"
 ! !
 
+
 !HistoryManager class methodsFor:'accessing'!
 
 fullHistoryUpdate
@@ -181,6 +184,7 @@
     "Modified: 20.4.1996 / 20:31:32 / cg"
 ! !
 
+
 !HistoryManager class methodsFor:'activation / deactivation'!
 
 activate
@@ -213,6 +217,7 @@
     "Modified: 8.1.1997 / 23:09:08 / cg"
 ! !
 
+
 !HistoryManager class methodsFor:'change & update'!
 
 update:what with:aParameter from:changedObject
@@ -233,6 +238,7 @@
     "Created: 15.6.1996 / 15:25:53 / cg"
 ! !
 
+
 !HistoryManager class methodsFor:'helpers'!
 
 codeForInitialHistoryMethodIn:aClass
@@ -366,12 +372,14 @@
     "Modified: 30.4.1996 / 10:57:35 / cg"
 ! !
 
+
 !HistoryManager class methodsFor:'others'!
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.83 2012/07/31 12:31:47 vrany Exp §'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.83 2012-07-31 12:31:47 vrany Exp $'
 ! !
 
+
 !HistoryManager methodsFor:'accessing'!
 
 fullHistoryUpdate
@@ -408,6 +416,7 @@
     "Modified: 11.08.1995 / 16:52:12 / robert"
 ! !
 
+
 !HistoryManager methodsFor:'change & update'!
 
 update:something with:someArgument from:changedObject
@@ -684,6 +693,7 @@
     "Modified: / 02-10-2012 / 13:22:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !HistoryManager methodsFor:'initialization'!
 
 exclude
@@ -752,6 +762,7 @@
     Smalltalk removeDependent:self.
 ! !
 
+
 !HistoryManager methodsFor:'updateHistory'!
 
 addHistory:what with:argument to:someString filter:doFilter
@@ -900,6 +911,7 @@
     "Modified (Format): / 30-06-2011 / 17:11:47 / cg"
 ! !
 
+
 !HistoryManager::HistoryLine class methodsFor:'converting'!
 
 convertStringToDate: aString
@@ -973,6 +985,7 @@
     "Created: / 06-03-2007 / 17:05:03 / cg"
 ! !
 
+
 !HistoryManager::HistoryLine class methodsFor:'documentation'!
 
 copyright 
@@ -1022,9 +1035,10 @@
 !
 
 version
-    ^ '$Header: HistoryManager.st 1974 2012-10-08 13:01:07Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.83 2012-07-31 12:31:47 vrany Exp $'
 ! !
 
+
 !HistoryManager::HistoryLine class methodsFor:'filtering'!
 
 filterHistoryLines:aCollectionOfHistoryLines
@@ -1123,6 +1137,7 @@
     "Created: / 30-06-2011 / 18:23:04 / cg"
 ! !
 
+
 !HistoryManager::HistoryLine class methodsFor:'initialization'!
 
 initialize
@@ -1150,6 +1165,7 @@
     "Modified: / 30-06-2011 / 12:28:43 / cg"
 ! !
 
+
 !HistoryManager::HistoryLine class methodsFor:'instance creation'!
 
 fromString: aString
@@ -1281,6 +1297,7 @@
     "Modified: 24.10.1997 / 00:18:30 / cg"
 ! !
 
+
 !HistoryManager::HistoryLine class methodsFor:'private'!
 
 currentUserName
@@ -1329,6 +1346,7 @@
     "Modified: 23.08.1995 / 21:35:44 / robert"
 ! !
 
+
 !HistoryManager::HistoryLine methodsFor:'accessing'!
 
 date
@@ -1460,6 +1478,7 @@
     "Created: 24.10.1997 / 00:21:00 / cg"
 ! !
 
+
 !HistoryManager::HistoryLine methodsFor:'comparing'!
 
 = aHistoryLine
@@ -1616,6 +1635,7 @@
     "Created: 24.10.1997 / 00:21:46 / cg"
 ! !
 
+
 !HistoryManager::HistoryLine methodsFor:'printing & storing'!
 
 printOn:aStream
@@ -1644,6 +1664,7 @@
     "Modified: / 20.1.1998 / 12:58:53 / stefan"
 ! !
 
+
 !HistoryManager::HistoryLine methodsFor:'queries'!
 
 isCreated
@@ -1715,6 +1736,7 @@
     "Modified: 20.4.1996 / 20:20:29 / cg"
 ! !
 
+
 !HistoryManager class methodsFor:'documentation'!
 
 version
@@ -1727,7 +1749,7 @@
 !
 
 version_SVN
-    ^ '§Id: HistoryManager.st 1974 2012-10-08 13:01:07Z vranyj1 §'
+    ^ '§Id: HistoryManager.st 1911 2012-04-03 17:14:36Z vranyj1 §'
 ! !