Extras/GrowlMail/GrowlMailPreferences.m
2009-09-24 Use a simple swap, not a three-point swizzle, in the hope of interacting better with other Mail bundles that have preferences (such as MailActOn).
2009-09-12 Swallow the suicide pill if we attempt to swizzle fewer than two methods. (As of 10.6.1, method_exchangeImplementations simply does nothing.)
2009-09-12 Removed Objective-C 1 support (i.e., pre-Leopard support) in GMExchangeMethodImplementations.
2009-06-06 Since poseAsClass: is doomed anyway and appears to cause a crash on PowerPC[1], replace it with method-swizzling. This definitely contributes to our 64-bit cleanliness; hopefully, it also fixes that crash.
2005-04-26 Removed trailing whitespace
2005-04-08 - Same as [1946] for the German localization
2005-01-22 GrowlMail:
2005-01-21 GrowlMail:
2004-11-19 GrowlMail now with license filling.
2004-11-13 Moving GrowlSafari/Mail/Tunes to the Extras folder.