Plugins/Displays/SMS/GrowlSMSDisplay.m
2008-07-06 Fixed some memory leaks reported by the clang static analyzer, by autoreleasing these objects immediately rather than releasing some of them later (and not all of the time).
2007-08-27 Genstrings via 'make localizable-strings' now updates the StatusItem, too
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.
2006-01-27 Updated copyright year
2005-10-13 Errors--
2005-10-02 Changed initWithDictionary:(NSDictionary *) methods to initWithNotification:(GrowlApplicationNotification *)
2005-10-01 GrowlDisplayPlugin protocol -> GrowlDisplayPlugin class.
2005-09-17 Fixed -[GrowlPreferencePane bundleVersion] which I broke in an earlier commit. Some more CoreFoundationalization.
2005-09-13 More CoreFoundation
2005-06-23 Moving Display\ Plugins to Plugins/Displays.