Source/RAFBlockEditorWindowController.m
2009-11-26 When loading the Privacy window, resize when it opens appropriately. Fixes #13307.
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 More dot syntax. Hooray regexes
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-11-20 @class AIListGroup instead of importing
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-18 Radar #4854601 was fixed in Leopard
2008-10-15 -listContacts actually meant a uniqued version of contained objects, so we should call it that
2008-08-23 Paramaterizing and sythensizing various code
2008-08-14 Propertyize, synthesize, and use fast enumeration in a few places
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-14 Preliminary conversion to using fast enumeration; caveats: variable declarations were not moved into loop headers. In *most* cases it should be safe to move them, but make sure the variable is not needed later on in the method. Also, AIContactController was not converted, because the conversion tool freaked out
2008-08-10 Oops. That was supposed to be the whole working copy, not the adium framework source...
2008-08-10 Make AdiumContactPropertiesObserverManager a real class, rather than an auxiliary of AIContactController. This eliminates a bunch of pass-through methods in AIContactController, and hopefully makes separation of responsibilities somewhat clearer
2008-08-06 Merge 64 bit branch to trunk. Fingers crossed, and I have been testing it some, but expect fallout from this. 11,000 line diffs are rarely without consequence ;)
2008-08-06 svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk