Extras/GrowlSafari/GrowlSafari.m
2009-07-02 Fix GrowlSafari under Safari 4 by updating the download stage numbers. For simplicity and ease of fixage, I've ripped out all the Safari 2 and 3 support—GrowlSafari requires Safari 4 now. For clarity, I've also added an enumeration to name all the stages.
2009-07-02 Fix an apparent leak: We put the download-started date into our dictionary under the download's identifier, but then tried to remove the date from the dictionary under the download itself. Thus, we leaked both the date and the copy of the identifier.
2008-05-14 Patch from Ben Willmore which fixes GrowlSafari for Safari 3.0+. Thanks!
2008-05-13 Added a +load method, so we can detect if the class gets loaded at all. It doesn't.
2008-05-12 The new version of GrowlSafari, as a WebKit plug-in. Sadly, doesn't work: Safari doesn't load it, because it loads any plug-in only when it encounters content that it needs the plug-in to handle.
2007-09-01 Generated the GrowlSafari strings rather than having them sitting around made by hand, and added a comment
2005-06-13 GrowlSafari now prints the Growl.framework version, too
2005-06-04 - Used +[NSBundle bundleWithIdentifier] instead of +[NSBundle bundleForClass]
2005-06-03 Made GrowlSafari register with Safari's Icon - fixes #276
2005-05-30 Use TIFFRepresentation here. Figure out why it crashes otherwise...
2005-05-30 GrowlSafari is now an InputManager and no longer requires SIMBL
2005-05-27 GrowlSafari now uses applicationIconForGrowl
2005-05-25 GrowlMail now sets itself as the Growl delegate even if Growl isn't installed, so that it will register when Growl is started.
2005-05-24 GrowlSafari now sets itself as the Growl delegate even if Growl isn't running, so that it will register when Growl is started.
2005-05-22 Fixed #227 (GrowlSafari shows duplicate download notifications)
2005-05-16 Localized new strings in GrowlSafari
2005-05-16 Added RSS notifications for GrowlSafari (by Johan Persson)
2005-05-16 GrowlMail and GrowlSafari now link against Growl.framework weakly
2005-04-30 GrowlSafari now uses Growl.framework
2005-04-26 Removed trailing whitespace
2005-04-20 GrowlSafari: eliminated warning by dropping support for Safari 1.2
2005-04-18 removed a comment accidentally left in.
2005-04-18 Swizzling failure logs now show the name of the selector that we tried to swizzle instead of (NULL)
2005-04-17 Expanded debugging messages.
2005-04-14 Applies patch from #106 (GrowlSafari notifies even on very short downloads)
2005-03-25 Added Japanese localization of GrowlSafari, GrowlTunes and GrowlMail by Daisuke Okada
2005-03-11 Make GrowlSafari work with Safari 2.0
2005-03-11 Applied patch from #105
2005-03-10 Fixed path to GrowlDefines.h in GrowlSafari project file
2004-12-10 Make GrowlSafari no longer notify for pre-existing downloads
2004-11-19 GrowlSafari now with sparkly licensing.
2004-11-13 Moving GrowlSafari/Mail/Tunes to the Extras folder.