|
The SmalltalkSystem and SystemDictionary classes both mention an event
named #globalRenamed:to: in their class #publishedEventsOfInstances
method. It appears, however, that the the #globalRenamed:to: event is
never triggered. It looks like both of these classes *do* trigger a
#globalRenamed:from: event, so it may just be a typo in the
#publishedEventsOfInstances methods.
|