HistoryManager.st
changeset 743 a21b7562704b
parent 739 00043008b63c
child 957 54dade11e57f
--- a/HistoryManager.st	Sat Mar 13 13:52:17 1999 +0100
+++ b/HistoryManager.st	Fri Mar 19 08:20:09 1999 +0100
@@ -380,7 +380,7 @@
     "/ no action, if changeFile update is locked
     "/ (since then, this may be a recompile or fileIn)
     "/
-    fileInOrRecompiling := Class updateChangeFileQuerySignal raise.
+    fileInOrRecompiling := Class updateChangeFileQuerySignal query.
     fileInOrRecompiling ifFalse:[ 
 "/        Transcript showCR: '* noChange in history'. 
         ^ self 
@@ -556,8 +556,9 @@
 
     ^self
 
-    "Modified: 27.8.1995 / 02:14:43 / claus"
-    "Modified: 24.10.1997 / 01:41:19 / cg"
+    "Modified: / 27.8.1995 / 02:14:43 / claus"
+    "Modified: / 24.10.1997 / 01:41:19 / cg"
+    "Modified: / 18.3.1999 / 18:21:47 / stefan"
 ! !
 
 !HistoryManager methodsFor:'initialization'!
@@ -846,7 +847,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.44 1999-03-06 02:25:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.45 1999-03-19 07:20:09 stefan Exp $'
 ! !
 
 !HistoryManager::HistoryLine class methodsFor:'filtering'!
@@ -1478,6 +1479,6 @@
 !HistoryManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.44 1999-03-06 02:25:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.45 1999-03-19 07:20:09 stefan Exp $'
 ! !
 HistoryManager initialize!