MemoryMonitor.st
changeset 360 5347e1bfae74
parent 350 68c5fed6c9bc
child 469 3653317928e2
--- a/MemoryMonitor.st	Fri Feb 09 18:43:20 1996 +0100
+++ b/MemoryMonitor.st	Fri Feb 09 19:11:43 1996 +0100
@@ -644,7 +644,8 @@
 
 compressSources
     (self confirm:'This saves all in-memory source strings into a file
-and makes methods reference these (file-) strings.
+and makes methods reference these (file-) strings,
+freeing all in-memory sources.
 
 If that source file is ever lost or gets out of sync with
 your system, those method sources are lost and the browser
@@ -652,7 +653,7 @@
 However, you still have a change file as backup.
 
 (Be especially careful, if you move images around:
- the source file must then be correct one for that image)
+ the source file must then be the correct one for that image)
 
 A compress is only useful, if you added many methods
 and the systems response time suffers from paging.
@@ -664,7 +665,7 @@
         ]
     ]
 
-    "Modified: 2.1.1996 / 12:17:23 / cg"
+    "Modified: 9.2.1996 / 18:17:22 / cg"
 !
 
 compressingGarbageCollect
@@ -745,5 +746,5 @@
 !MemoryMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.31 1996-02-06 20:55:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.32 1996-02-09 18:11:43 cg Exp $'
 ! !