*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 05 Feb 2003 18:38:15 +0100
changeset 1204 3ef0160ad564
parent 1203 379d9644b880
child 1205 41ebb97c4ee6
*** empty log message ***
HistoryManager.st
--- a/HistoryManager.st	Tue Feb 04 22:37:12 2003 +0100
+++ b/HistoryManager.st	Wed Feb 05 18:38:15 2003 +0100
@@ -855,7 +855,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.49 2003-01-15 11:04:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.50 2003-02-05 17:38:15 cg Exp $'
 ! !
 
 !HistoryManager::HistoryLine class methodsFor:'filtering'!
@@ -1070,8 +1070,8 @@
     "
      HistoryLine fromString: 'Modified: 21.12.93 / 18:32:30 / R.Sailer'
      HistoryLine fromString: 'Created: 21.12.1993 / 18:32:30 / Felicitas Gabriele Felger'
-     HistoryLine fromString: 'Deleted: 21.12.93 / 18:32:30 / Astrid Weißeise'
-     HistoryLine fromString: 'Deleted: foo bar / 21.12.93 / 18:32:30 / Astrid Weißeise'
+     HistoryLine fromString: 'Deleted: 21.12.93 / 18:32:30 / Astrid Weisseise'
+     HistoryLine fromString: 'Deleted: foo bar / 21.12.93 / 18:32:30 / Astrid Weisseise'
     "
 
     "Modified: / 23.8.1995 / 22:24:47 / robert"
@@ -1489,7 +1489,7 @@
 !HistoryManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.49 2003-01-15 11:04:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.50 2003-02-05 17:38:15 cg Exp $'
 ! !
 
 HistoryManager initialize!