Source/AICoreComponentLoader.m
2009-10-28 Add a "Default font remover" plugin. Refs #12906 (though really fixes it).
2009-05-28 Using an unpublished (but provided by pic.im) API, provide the pic.im server with information about tweets we send.
2009-05-26 An image uploader plugin. Found in the same locations as "Replace with Shortened URL."
2009-05-23 Format our action links into an overall classed span, and class the left and right parenthesis so they can be easily hidden/removed. Refs #12049.
2009-05-06 OCD indentation fix (mostly just trying out the rebase plugin)
2009-05-02 Fail noisily when we fail to find a core component, not just when it fails to init. Also remove two "core" components that were removed on 12/05/07 (adium-old 5fdf6cc66d36) and 6/17/05 (adium-old e5c66329428b) !!!
2009-05-02 Actually load the metas and collapsed groups tooltip plugin. Fixes a regression introduced in 1679180a5b2d.
2009-04-22 Move AIPlugin.h into the pch as well; same reasoning
2009-04-19 Fix something Zac noticed
2009-04-18 Overzealous search & destroy there
2009-04-18 Make this multiline for easier merging
2009-04-18 Loading core components from a plist seems fairly pointless to me.
2009-04-16 Fast enumerate. Also... while I'm here, does anyone know why we load this from a plist? It doesn't seem to buy us anything but a bit of complexity
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.
2008-10-29 I take that back. I was thinking of plugins. Failing to load a core component probably is a fatal error
2008-10-29 Failing to load a component is not a fatal error
2008-10-21 I was hungry and didn't feel like working on hard stuff, so I did a bunch of propertyizing instead.
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-06 svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk