K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-10-09T00:41:29.000000Z K 7 svn:log V 297 Change the way that eventhandler lists are processed so that an event handler can safely remove itself from a list while being run. (Note that it is not safe to remove anything else from the same list, as this may still cause corruption in the case where the removed item is next on the list.) END