Core/Source/GrowlNotificationTicket.m
2008-07-15 Release the sound object. This was a leak that the clang static analyzer found, IIRC.
2007-05-09 Designated initializer, always
2006-06-05 Added per-notification sound support
2006-01-27 Updated copyright year
2005-12-27 * HACKING compliance:
2005-12-25 Added GROWL_NOTIFICATIONS_DESCRIPTIONS, which as with GROWL_NOTIFICATIONS_HUMAN_READABLE_NAMES allows registration dictionaries to indicate a description of when the events occur.
2005-12-25 In the registration dictionary, applications can now give an NSDictionary on the key GROWL_NOTIFICATIONS_HUMAN_READABLE_NAMES which contains:
2005-11-28 Merge branch @ [3238] into trunk
2005-10-28 Fixed leak of displayPluginName.
2005-10-01 GrowlDisplayPlugin protocol -> GrowlDisplayPlugin class.
2005-09-16 NS[Mutable]DictionaryAdditions -> CF[Mutable]DictionaryAdditions
2005-09-14 Load plug-ins lazily
2005-09-03 Save the display plugin key in a GrowlNotificationTicket's dictionary representation.
2005-08-28 GrowlApplicationTicket used -[GrowlNotificationTicket disable] which no longer exists. Changed to use setEnabled:NO instead.
2005-07-26 {{{g/GrowlApplicationNotification/s//GrowlNotificationTicket/g}}}