added class: ValueHolderWithRememberedPreviousValue
authorClaus Gittinger <cg@exept.de>
Mon, 13 Jan 2014 14:08:49 +0100
changeset 3270 30cc4b548ca8
parent 3269 74def74684b0
child 3271 2a9459856e15
added class: ValueHolderWithRememberedPreviousValue
stx_libview2.st
--- a/stx_libview2.st	Mon Jan 13 14:08:49 2014 +0100
+++ b/stx_libview2.st	Mon Jan 13 14:08:49 2014 +0100
@@ -348,6 +348,7 @@
         AspectAdaptorWithDefault
         MacOSXIconReader
         ApplicationWithFileHistory
+        ValueHolderWithRememberedPreviousValue
     )
 !
 
@@ -398,10 +399,10 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.77 2013-09-06 10:15:57 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.78 2014-01-13 13:08:49 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.77 2013-09-06 10:15:57 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.78 2014-01-13 13:08:49 cg Exp $'
 ! !