These changes contain implementation of single notification center inside Workspace which can:
Dispatch notifications from GNUstep application to Workspace and WM (notifications with object @"GSWorkspaceNotification";
Dispatch notifications between Workspace and WM (CFNotificationCenter <-> NSNotificationCenter);
Convert notification name and user info object between CoreFoundation (C) and Foundation (Objective-C). Supported types are: String, Number, Array and Dictionary.
These changes contain implementation of single notification center inside Workspace which can: