StatusItem/Source/GrowlMenu.m
2008-07-06 This wasn't *really* a leak, but this makes the static analyzer happy and is cleaner, anyway.
2008-01-30 Put NSAutoreleasePool usage around distributed notification center observer methods. A received distributed notification may not cause the root NSAutoreleasePool to be emptied after it is processed, so doing so ensures immediate clearance of autoreleased memory. Local autorelease pools also simplify debugging memory management issues.
2007-09-03 Remove the 'Squelch Mode' menu item from the menu bar status item, as we no longer support logging so it is the same as 'Stop Growl'
2007-09-01 The 'display changed' notification posted by the status menu item now has a localizable human readable description
2005-12-22 - Removing the code for the squelch-alt entirely.
2005-12-22 Removing the squelch-alt, since it's not needed anymore. There's probably a better way to remove it from the code though.
2005-12-11 i missed one, lame.
2005-12-11 capsing per that ticked that guy posted today
2005-11-28 Merge branch @ [3238] into trunk
2005-09-24 Everyone likes {{{GrowlPathUtilities}} now
2005-09-20 Fixed some warnings introduced in gcc 4.0.1
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-09-03 Fixed #351 (Give feedback when changing default style from menu)
2005-08-27 Fixed #381 in another way: CFPreferencesGetAppBooleanValue seems to return the correct value while -[NSUserDefaults boolForKey] does not...
2005-08-26 We now set the image after a one-tenth-second delay. This is Bad and Wrong, but the only way I can see to do it - I tried using NSUserDefaults notifications, and nothing happened. Feel free to find what I did wrong.
2005-07-15 Moved preferences accessors to GrowlPreferencesController.
2005-07-08 Renamed GrowlPref in Xcode project. Compilation fixes.
2005-07-03 Error and warning fixes
2005-07-02 - s/GrowlPathUtil/&ities/
2005-06-30 'Squelch mode' is now 'Log only, don't display' also in the status item. Fixed #217.
2005-06-30 Updated to use GrowlPreferencesController instead of GrowlPreferences
2005-06-11 - Fixed GrowlMenu autolaunch at startup
2005-06-05 Better error checking when writing the regdict file
2005-05-31 - used NSData for Mail.app's icon
2005-05-24 Fixed #242 (Status item checkbox is not connected to the runningness of the status item)
2005-05-23 Moved the StatusItem to its own folder. As its own bundle it should not be buried within the Core source and resources folders