Extras/GrowlMail/GrowlMail.xcodeproj/project.pbxproj
2009-06-11 For some reason, we still had at least GrowlMail's target set to a deployment target of 10.3, and its SDK unset except on x86. Fixing these: The project now uses the 10.4u SDK, and the target's deployment target is now 10.4 on all configurations.
2009-06-06 Refactored GrowlMail to have a separate singleton notifier object, in order to make the mail-bundle class less dependent on being a singleton. (Assumptions are bad, especially when you're working with private/undocumented APIs.)
2009-04-28 Set the source files for the GrowlMail class (actually all the GrowlMail source files, but these were the only two that needed changing) to UTF-8 encoding. The actual data remained unchanged; all that did change was the metadata for these files in the Xcode project.
2009-04-15 Switched the build configurations to use the DWARF-with-dSYM debug symbol format. We'll keep the dSYM files for each release so that we can symbolicate crash logs from the stripped executables.
2009-02-24 GrowlMail project changes from Xcode 3.1.
2008-03-29 Xcode 2.5 helpfully corrected the UTIs of a few strings files for me.
2008-01-24 Set the seg1addr of the GrowlMail bundle, in order that its addresses should remain stable, so we can use otx as a fallback in case we can't get line numbers to work.
2008-01-22 Merged the Growl-GrowlMail-rewrite branch (from [4640] when it was created to HEAD at [4755]) to trunk. This is Peter's conversion of GrowlMail to Cocoa and his and my various improvements and optimizations to it on that branch. I'll delete the branch next.
2007-09-19 Changed all lproj folder names (and updated projects appropriately) to their modern i18n names rather than the deprecated natural language ones, where needed.
2007-09-04 Russian, Dutch, pt_BR, zh_TW, and French updates
2007-08-31 Added a gaggle of Extras translations
2007-08-29 zh_TW translation from Jack Lin. Dutch localization from Alexander Henket. Japanese localization form Daisuke Okada. French localization from Jean-Pierre Kuypers. Russian localization from Valentine Parnakh. Awesomeness - thanks, folks.
2006-11-24 Removed Library+GrowlMail.h from the CopyFiles phase
2006-08-18 Use 10.4u SDK
2006-08-17 Merged some parts of 0.7
2006-08-16 Merged [3739] from growl-0.7: From a LibraryMessage, the body of an IMAP message isn't immediately available unless we request for it to be... so we'll use [self messageBody] rather than [self messageBodyIfAvailable]. Because mail can display messages before attachments are downloaded, I think this is a safe change -- this should not trigger attachments to be downloaded which wouldn't be otherwise.
2006-01-10 Renamed {{{GrowlMessageStore.(m|h)}}} to {{{Library+GrowlMail.(m|h)}}} and bumped the version number
2006-01-10 Rewrote GrowlMail as a category of {{{Library}}}. This results in ''much'' simpler code while improving stability and extensibility.
2006-01-08 * Added a preference to restrict notifications to messages in the INBOX (no GUI yet), references #378
2005-08-27 Fixed #379 (GrowlMail should show the associated message of the clicked notification)
2005-06-26 Used install_name_tool to correct the install name of the framework universal binaries. Corrected the dependencies of the "external frameworks" targets.
2005-06-25 Universal binaries for the other extras
2005-06-16 Added French localization by Max Bertrand
2005-06-15 Fixed symlinks to built products
2005-06-13 - Added +[GAB frameworkInfoDictionary]
2005-06-12 Create $BUILT_PRODUCTS_DIR if it doesn't exist
2005-06-12 - Added more aggregate targets for external targets
2005-06-07 Updated some paths
2005-06-07 Added xCoDe 2.1 projects. The paths to Growl.framework in the subprojects need some tweaking.