Plugins/Displays/Speech/GrowlSpeechDisplay.m
2009-08-01 Plugins: clang warnings
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-12-25 Updated displays to use {{{-[GrowlPlugin pluginDescription]}}}
2005-10-30 Adding a blank line.
2005-10-13 Errors--
2005-10-03 -[GrowlApplicatioNotification initWithDictionary:]: set aux dictionary if the input dictionary contains more than the standard keys. Also fixed #424 (Bezel priority).
2005-10-02 Changed initWithDictionary:(NSDictionary *) methods to initWithNotification:(GrowlApplicationNotification *)
2005-10-01 GrowlDisplayPlugin protocol -> GrowlDisplayPlugin class.
2005-09-23 Restored the Cocoa nature to GrowlPathUtilities.
2005-09-16 NS[Mutable]DictionaryAdditions -> CF[Mutable]DictionaryAdditions
2005-09-04 GrowlLog and GrowlPathUtilities were classes without instance methods, so I converted them to collections of C functions to avoid the messaging overhead.
2005-07-02 - s/GrowlPathUtil/&ities/
2005-06-23 Moving Display\ Plugins to Plugins/Displays.