Plugins/Displays/MailMe/GrowlMailMeDisplay.m
2009-08-01 Plugins: clang warnings
2009-07-07 committing Nick Zitzmann's patch with additional project changes in order for the prefpane to actually load in 64-bit mode under System Preferences, oddly we were linking to SystemUIPlugin.framework unnecessarily which was causing a GC mismatch and resulting it in relaunching in 32-bit mode
2006-12-02 Display styles now have a method to indicate whether they respect positioning, which is used to test for disabled plugins. A list is made available when plugins are disabled. Newly called methods are guarded appropriately now with respondsToSelector.
2005-10-13 Errors--
2005-10-02 Changed initWithDictionary:(NSDictionary *) methods to initWithNotification:(GrowlApplicationNotification *)
2005-10-01 GrowlDisplayPlugin protocol -> GrowlDisplayPlugin class.
2005-06-23 Moving Display\ Plugins to Plugins/Displays.