# HG changeset patch # User Claus Gittinger # Date 1255541664 -7200 # Node ID 29a16650c9f41bd2b34fb5daecba7f5ae3960a6b # Parent 6a8f5042befc912bec793eca4adf68a4e7cca0d4 changed: #documentation diff -r 6a8f5042befc -r 29a16650c9f4 Notification.st --- a/Notification.st Wed Oct 14 19:29:49 2009 +0200 +++ b/Notification.st Wed Oct 14 19:34:24 2009 +0200 @@ -37,7 +37,7 @@ documentation " - Notification is the superclass of all notification exceptions in the system. + Notification is the superclass of all notification signals in the system. contrast to regular exceptions, Notifications are ignored, if no handler is present and a default value is returned from the raise. When a handler finishes, the do-block is proceeded with the exception handlers value @@ -338,11 +338,11 @@ !Notification class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.24 2009-10-01 13:43:50 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.25 2009-10-14 17:34:24 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.24 2009-10-01 13:43:50 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.25 2009-10-14 17:34:24 cg Exp $' ! ! Notification initialize!