Frameworks/Adium%20Framework/Source/AIStatusMenu.m
2009-11-23 Revert the "never use last saved status" behavior. Re-fixes #6227.
2009-04-22 AIPreferenceControllerProtocol.h is commonly imported (>120 imports) and almost never changes (5 changes in the two years since it was created). Stick it in the prefix header
2009-04-17 Convert [adium.statusController activeStatusState]
2009-03-16 Having a separate notification center for Adium leads to the possibility of accidentally using the wrong one, which has tripped me up on more than one occasion. This switches us over to using the default center.
2009-03-04 Dot syntax. Lots of it.
2009-02-05 Convert a bunch of informal protocols to formal ones, taking advantage of @optional. Also propertyize one file a bit
2009-01-29 Propertyize a bunch of stuff, and remove some API on AIListObject that was just a passthrough to AIService
2008-12-28 Merged [25704]:
2008-11-25 This was added twice, once in [25531] and again in [25533]. Fixes the build (for me).
2008-11-05 Adium now has no trivial delegate accessors. Also, this removes an unnecessary override
2008-11-05 Propertyize a bunch of stuff
2008-10-21 I was hungry and didn't feel like working on hard stuff, so I did a bunch of propertyizing instead.
2008-10-20 Typo fix
2008-10-20 Propertyize some stuff
2008-09-17 Merged [25177]: Maintain the current status message when opening the Custom window rather than pulling up the status last used in that state. The status message field is selected and the first responder when it opens, so it's just as easy to type a new messages as it was before. This may minimally annoy AIM users (though I don't find it problematic at all and I'm AIM/Jabber only for the most part) and will thrill MSN users. Fixes #11034
2008-08-15 sed is evil. All [adium *Controller]s are now adium.*Controller.
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