Plugins/General%20Preferences/ESGeneralPreferences.m
2009-11-25 Code simplification; remove the old preferences, and don't use a static variable to count the lines. Refs #13362.
2009-05-29 I have a feeling this was leaking.
2009-05-29 Work around (by disabling the shortcut recorder—sorry :() the rsrc keyboard layouts not being supported in the 64-bit keyboard layout API. Fixes #12192.
2009-05-28 This was meant to emphasize that betas always update to betas. Fixes #12220.
2008-11-14 Peter pointed out that Message Context Display.Display Message Context should be included in keyPathsForValuesAffectingChatHistoryDisplayActive, as well.
2008-11-13 Don't check "Show X recent messages" when logging isn't enabled. Fixes #11359. (English only; other localizations will work as before and will get the new behavior when updated from the English nib)
2008-10-20 Check and disable "update to beta releases" in a beta release.
2008-10-20 Oops, forgot to commit this. Thanks Zac
2008-10-18 Radar #4854601 was fixed in Leopard
2008-08-26 Missed one in r24971. Thanks, Zac.
2008-08-26 The key for this preference changed at some point in Sparkle. Changing the checkbox accordingly.
2008-08-15 Propertyize AIListObject and convert some more controller accesses to dot syntax
2008-08-14 Switch all of our private method categories over to the new objc way of doing it (documented at http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/chapter_4_section_5.html#//apple_ref/doc/uid/TP30001163-CH20-SW2). This enforces having implementations for them, and in the process turned up a vast number of methods we had deleted the impl for but not the declaration. loc -= 198;
2008-08-06 svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk